.gitignore
LICENSE
MANIFEST.in
README.rst
pyproject.toml
tox.ini
.github/workflows/release.yml
.github/workflows/tests.yml
docs/contributing.rst
src/mgit/__init__.py
src/mgit/cli.py
src/mgit/git.py
src/mgit.egg-info/PKG-INFO
src/mgit.egg-info/SOURCES.txt
src/mgit.egg-info/dependency_links.txt
src/mgit.egg-info/entry_points.txt
src/mgit.egg-info/requires.txt
src/mgit.egg-info/top_level.txt
tests/conftest.py
tests/requirements.txt
tests/test_cli.py
tests/test_groom.py
tests/test_reporting.py