LICENSE
README.md
pyproject.toml
setup.py
reroute/__init__.py
reroute/__main__.py
reroute/config.py
reroute/decorators.py
reroute/logging.py
reroute/params.py
reroute/utils.py
reroute.egg-info/PKG-INFO
reroute.egg-info/SOURCES.txt
reroute.egg-info/dependency_links.txt
reroute.egg-info/entry_points.txt
reroute.egg-info/requires.txt
reroute.egg-info/top_level.txt
reroute/adapters/__init__.py
reroute/adapters/fastapi.py
reroute/cli/__init__.py
reroute/cli/main.py
reroute/cli/model_templates.py
reroute/cli/update_checker.py
reroute/cli/commands/__init__.py
reroute/cli/commands/create_command.py
reroute/cli/commands/db_commands.py
reroute/cli/commands/helpers.py
reroute/cli/commands/init_command.py
reroute/cli/templates/README.md
reroute/cli/templates/db_model.py.j2
reroute/cli/templates/app/fastapi_app.py.j2
reroute/cli/templates/config/config.py.j2
reroute/cli/templates/config/logger.py.j2
reroute/cli/templates/http/crud.http.j2
reroute/cli/templates/http/route.http.j2
reroute/cli/templates/models/db_model.py.j2
reroute/cli/templates/models/model.py.j2
reroute/cli/templates/project/env.example.j2
reroute/cli/templates/project/gitignore.j2
reroute/cli/templates/project/requirements.txt.j2
reroute/cli/templates/routes/class_route.py.j2
reroute/cli/templates/routes/crud_route.py.j2
reroute/cli/templates/tests/test_fastapi.py.j2
reroute/core/__init__.py
reroute/core/base.py
reroute/core/loader.py
reroute/core/router.py
tests/test_adapter_params.py
tests/test_config_env.py
tests/test_params.py