git-repo-info

Provides access to a local git repository's configuration.


License
BSD-3-Clause
Install
pip install git-repo-info==0.4.0

Documentation

Overview

docs Documentation Status
tests
package

Provides access to a local git repository's configuration.

  • Free software: MIT license

Installation

pip install local-git-repo-config

Documentation

https://python-local-git-repo-config.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox