Git meta is a small program enabling the power of system-wide status check of all you git repositories.
It uses gitpython.
$ 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.
The documentation uses Sphinx. To generate statics HTML files, go to the docs folder and type
$ make html
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.
The old version of git meta can be found here.