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/utils/__init__.py
fastappear/utils/db.py
fastappear/utils/jwt.py
fastappear/utils/logger.py
scripts/generate_module.py
scripts/generate_test_module.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