LICENSE
README.md
pyproject.toml
src/rror/__init__.py
src/rror/cli.py
src/rror/mirror.py
src/rror/root.py
src/rror.egg-info/PKG-INFO
src/rror.egg-info/SOURCES.txt
src/rror.egg-info/dependency_links.txt
src/rror.egg-info/entry_points.txt
src/rror.egg-info/requires.txt
src/rror.egg-info/top_level.txt
src/rror/templates/common/.gitignore
src/rror/templates/common/.rror
src/rror/templates/common/README.md
src/rror/templates/common/pytest.ini
src/rror/templates/common/.mirror/.live
src/rror/templates/install/pyproject.toml
src/rror/templates/install/src/__PACKAGE_NAME__/__init__.py
src/rror/templates/install/test/test_import.py
src/rror/templates/simple/src/__init__.py
src/rror/templates/simple/src/main.py
src/rror/templates/simple/test/test_main.py