Metadata-Version: 2.4
Name: dev-pipeline-git
Version: 0.4.4
Summary: git plugin for dev-pipeline
Home-page: https://github.com/dev-pipeline/dev-pipeline-git
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 :: Version Control :: Git
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Requires-Dist: dev-pipeline-core>=0.4.0
Requires-Dist: dev-pipeline-scm>=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-git
================
|codacy|
|code-climate|

A git_ plugin for `dev-pipeline`_


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

.. code:: bash

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

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

.. code:: bash

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

You'll need git installed.  Doing that is beyond the scope of this document,
but it should be available for pretty much every operating system.


Using
-----
You can use :code:`git` as an option for :code:`scm` in a :code:`build.config`.
Information about options you can set are in the documentation_.


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

.. |code-climate| image:: https://api.codeclimate.com/v1/badges/2964d5af32e85e382e98/maintainability
   :target: https://codeclimate.com/github/dev-pipeline/dev-pipeline-git/maintainability
   :alt: Maintainability

.. _dev-pipeline: https://github.com/dev-pipeline/dev-pipeline
.. _documentation: docs/scm-git.rst
.. _git: https://git-scm.com
.. _pip: https://pypi.python.org/pypi/pip
