Metadata-Version: 2.4
Name: dev-pipeline-build
Version: 0.4.0
Summary: build tooling for dev-pipeline
Home-page: https://github.com/dev-pipeline/dev-pipeline-build
Author: Stephen Newell
License: BSD-2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Requires-Dist: dev-pipeline-core>=0.4.0
Requires-Dist: dev-pipeline-configure>=0.4.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

dev-pipeline-build
==================
|codacy|
|code-climate|

A `dev-pipeline`_ plugin to provide build functionality.  It will add the
:code:`build` command to :code:`dev-pipeline`, permitting use of any
installed builder plugin.


Installation
------------
The simplest way to install is using pip_.

.. code:: bash

    $ cd /path/to/dev-pipeline-build
    $ pip3 install

If you don't have pip available, you can run :code:`setup.py` directly.

.. code:: bash

    $ cd /path/to/dev-pipeline-build
    $ python3 setup.py install

You'll need scm plugins installed to do anything useful.


Documentation
-------------
Information about the :code:`build` command is avaialble in the
documentation_.


.. |codacy| image:: https://api.codacy.com/project/badge/Grade/f0ef1ab921d949dfb2884c7d7eefbbc1
    :target: https://www.codacy.com/app/snewell/dev-pipeline-build?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dev-pipeline/dev-pipeline-build&amp;utm_campaign=Badge_Grade

.. |code-climate| image:: https://api.codeclimate.com/v1/badges/942cba520cd3e1638653/maintainability
   :target: https://codeclimate.com/github/dev-pipeline/dev-pipeline-build/maintainability
   :alt: Maintainability

.. _dev-pipeline: https://github.com/dev-pipeline/dev-pipeline
.. _documentation: docs/command-build.rst
.. _pip: https://pypi.python.org/pypi/pip
