LICENSE
README.md
pyproject.toml
fastappear/__init__.py
fastappear/config.py
fastappear/main.py
fastappear.egg-info/PKG-INFO
fastappear.egg-info/SOURCES.txt
fastappear.egg-info/dependency_links.txt
fastappear.egg-info/entry_points.txt
fastappear.egg-info/requires.txt
fastappear.egg-info/top_level.txt
fastappear/static_values/__init__.py
fastappear/template/Dockerfile
fastappear/template/LICENSE
fastappear/template/README.md
fastappear/template/docker-compose.yaml
fastappear/template/gunicorn_conf.py
fastappear/template/mypy.ini
fastappear/template/pyproject.toml
fastappear/template/dev_docs/commands.md
fastappear/template/dev_docs/pythonic_guidelines.md
fastappear/template/scripts/generate_module.py
fastappear/template/scripts/generate_test_module.py
fastappear/template/src/__init__.py
fastappear/template/src/config.py
fastappear/template/src/main.py
fastappear/template/src/static_values/__init__.py
fastappear/template/src/utils/__init__.py
fastappear/template/src/utils/db.py
fastappear/template/src/utils/jwt.py
fastappear/template/src/utils/logger.py
fastappear/template/test/__init__.py
fastappear/template/test/test_config.py
fastappear/template/test/test_main.py
fastappear/template/test/static_values/__init__.py
fastappear/template/test/utils/__init__.py
fastappear/template/test/utils/test_db.py
fastappear/template/test/utils/test_jwt.py
fastappear/template/test/utils/test_logger.py
fastappear/utils/__init__.py
fastappear/utils/db.py
fastappear/utils/jwt.py
fastappear/utils/logger.py
scripts/generate_module.py
scripts/generate_test_module.py
src/__init__.py
src/config.py
src/main.py
src/static_values/__init__.py
src/utils/__init__.py
src/utils/db.py
src/utils/jwt.py
src/utils/logger.py
test/__init__.py
test/test_config.py
test/test_main.py
test/static_values/__init__.py
test/utils/__init__.py
test/utils/test_db.py
test/utils/test_jwt.py
test/utils/test_logger.py