LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
version.txt
docs/README.md
git_file_mirror.egg-info/PKG-INFO
git_file_mirror.egg-info/SOURCES.txt
git_file_mirror.egg-info/dependency_links.txt
git_file_mirror.egg-info/requires.txt
git_file_mirror.egg-info/top_level.txt
gitmirror/__init__.py
gitmirror/config.py
gitmirror/exceptions.py
gitmirror/mirror.py
gitmirror/providers.py
gitmirror/operations/__init__.py
gitmirror/operations/file.py
gitmirror/operations/git.py
gitmirror/services/__init__.py
gitmirror/services/mirror.py
tests/__init__.py
tests/test_config.py
tests/test_mirror.py
tests/test_providers.py
tests/operations/__init__.py
tests/operations/test_file.py
tests/operations/test_git.py
tests/services/__init__.py
tests/services/test_mirror.py