Skip to content

galactics/git-meta

Repository files navigation

git-meta

Travis tests Documentation Status Code style: black

Git meta is a small program enabling the power of system-wide status check of all you git repositories.

Terminal output

It uses gitpython.

Installation

$ pip install git-meta

Alternatively, if you want to install git-meta from the sources:

$ python setup.py install

You can also install it in a virtualenv in order to test and not mess your system configuration.

Documentation

The documentation uses Sphinx. To generate statics HTML files, go to the docs folder and type

$ make html

Unit testing

In order to launch the tests sequence of the package, you need Pytest and Pytest-cov installed.

Just type

$ pytest

at the root of the repository.

Old version of git-meta

The old version of git meta can be found here.