Skip to content

techdragon/python-git-repo-info

Repository files navigation

Overview

docs Documentation Status
tests
package

Provides access to a local git repository's configuration.

  • Free software: MIT license

Installation

pip install git-repo-info

Documentation

https://python-git-repo-info.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

About

Provides access to a local git repository's configuration.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published