LICENSE
MANIFEST.in
README.md
pyproject.toml
src/repospace/__init__.py
src/repospace/ansi.py
src/repospace/commands.py
src/repospace/configuration.py
src/repospace/git.py
src/repospace/manifest.py
src/repospace/util.py
src/repospace.egg-info/PKG-INFO
src/repospace.egg-info/SOURCES.txt
src/repospace.egg-info/dependency_links.txt
src/repospace.egg-info/entry_points.txt
src/repospace.egg-info/requires.txt
src/repospace.egg-info/top_level.txt
src/repospace/app/__init__.py
src/repospace/app/common.py
src/repospace/app/config.py
src/repospace/app/generate.py
src/repospace/app/gitcmds.py
src/repospace/app/init.py
src/repospace/app/inspection.py
src/repospace/app/main.py
src/repospace/app/update.py
tests/conftest.py
tests/test_ansi.py
tests/test_cli.py
tests/test_commands.py
tests/test_configuration.py
tests/test_extensions.py
tests/test_generate.py
tests/test_git.py
tests/test_gitcmds.py
tests/test_init.py
tests/test_manifest.py
tests/test_manifest_import.py
tests/test_update.py
tests/test_util.py