mir.git

Python interface to Git


License
Apache-2.0
Install
pip install mir.git==2.1.1

Documentation

mir.git README

CircleCI Codecov PyPI Release Latest Documentation

Python interface to Git.

See module docstring for public API.

Before running any other make command, run:

$ pipenv install --dev

To build an installable wheel, run:

$ make wheel

To build a source distribution, run:

$ make sdist

To run tests, run:

$ make check

To build docs, run:

$ make html

To build a TAGS file, run:

$ make TAGS

To clean up all built files, run:

$ make distclean