معرفی شرکت ها


dev-pipeline-0.4.0a1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Manage projects spread across multiple repositories
ویژگی مقدار
سیستم عامل -
نام فایل dev-pipeline-0.4.0a1
نام dev-pipeline
نسخه کتابخانه 0.4.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Stephen Newell
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/dev-pipeline/dev-pipeline
آدرس اینترنتی https://pypi.org/project/dev-pipeline/
مجوز BSD-2
dev-pipeline ============ |codacy| |code-climate| A tool to help manage projects with dependencies spread across repositories. Inspiration ----------- I work on several projects spread across repositories; some of these leverage sub-repositories in some form, and it's led to additional complexity trying to stay in sync (especially when dealing with merges, release lines, hot fixes, and all the other fun things that happen in large software projects). The goal here is to have a suite of scripts to help keep repositories in sync and working well together, without the issues that sub-repositories introduce. Installation ------------ Requirements ~~~~~~~~~~~~ dev-pipeline requires python3; python2 will not work. >From PyPi ~~~~~~~~~ If a published version is good enough, you can install using pip_. PyPi_ has all published versions, including alpha and beta releases. .. code:: bash $ pip3 install dev-pipeline >From Source ~~~~~~~~~~~ If the version in PyPi_ isn't recent enough, you can install directoy from source using pip_. Because dev-pipeline is spread across several repositories (each tool and plugin is tracked separately), you'll need to install all of them as well (see their documentation). Dependencies are listed in `setup.py`_. .. code:: bash $ cd /path/to/dev-pipeline $ pip3 install If you don't have pip available, you can run :code:`setup.py` directly. .. code:: bash $ cd /path/to/dev-pipeline $ python3 setup.py install If the install completes without errors, then you're good to go. Using ----- The first thing you'll need to do is write a `build configuration`_. Once you're ready, a build directory. .. code:: bash # configure with default settings $ dev-pipeline configure If everything went well, you're ready to build. .. code:: bash # enter whatever directory the configure step used $ cd build # bootstrap will both pull the package sources and build them $ dev-pipeline bootstrap That's it. Check the tool documentation for information on what's available. .. |codacy| image:: https://api.codacy.com/project/badge/Grade/0d9cf1d52ca846dc99de6cc621dfeb7b :target: https://www.codacy.com/app/snewell/dev-pipeline?utm_source=github.com&utm_medium=referral&utm_content=dev-pipeline/dev-pipeline&utm_campaign=Badge_Grade .. |code-climate| image:: https://api.codeclimate.com/v1/badges/9427722fafe270b6716f/maintainability :target: https://codeclimate.com/github/dev-pipeline/dev-pipeline/maintainability :alt: Maintainability .. _build configuration: docs/config.rst .. _pip: https://pypi.python.org/pypi/pip .. _PyPi: https://pypi.org/project/dev-pipeline/ .. _setup.py: https://github.com/dev-pipeline/dev-pipeline/blob/master/setup.py


نیازمندی

مقدار نام
>=0.4.0 dev-pipeline-bootstrap
>=0.4.0 dev-pipeline-build
>=0.4.0 dev-pipeline-build-order
>=0.4.0 dev-pipeline-cmake
>=0.4.0 dev-pipeline-configure
>=0.4.0 dev-pipeline-core
>=0.4.0 dev-pipeline-git
>=0.4.0 dev-pipeline-scm


نحوه نصب


نصب پکیج whl dev-pipeline-0.4.0a1:

    pip install dev-pipeline-0.4.0a1.whl


نصب پکیج tar.gz dev-pipeline-0.4.0a1:

    pip install dev-pipeline-0.4.0a1.tar.gz