galactics / git-meta

Git reposiroties manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Git reposiroties manager

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%