Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.18 KB

index.rst

File metadata and controls

54 lines (35 loc) · 1.18 KB

git-meta's documentation

Authors:Jules David <jules@onada.fr> Tristan Gregoire <tristan@onada.fr>
Source code:github.com project
Bug tracker:github.com issues
License:BSD
Generated:|today|
Version:|release|

git-meta allows you to get a clear picture of all your local repository states.

/_static/terminal.png

It is based on the gitpython library

API

.. autoclass:: gitmeta.Meta
    :members:

.. autoclass:: gitmeta.Repo
    :members:
    :show-inheritance:


Tests

git-meta tests are located in the test/ folder. They are powered by pytest.

In order to launch the test series, you only have to type the command :

$ py.test

in the base folder.

Indices and tables