CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
src/startfast/__init__.py
src/startfast/cli.py
src/startfast.egg-info/PKG-INFO
src/startfast.egg-info/SOURCES.txt
src/startfast.egg-info/dependency_links.txt
src/startfast.egg-info/entry_points.txt
src/startfast.egg-info/requires.txt
src/startfast.egg-info/top_level.txt
src/startfast/core/__init__.py
src/startfast/core/config.py
src/startfast/generators/__init__.py
src/startfast/generators/base_generator.py
src/startfast/generators/project_generator.py
src/startfast/generators/file_generators/__init__.py
src/startfast/generators/file_generators/api_generator.py
src/startfast/generators/file_generators/auth_generator.py
src/startfast/generators/file_generators/celery_generator.py
src/startfast/generators/file_generators/config_generator.py
src/startfast/generators/file_generators/database_generator.py
src/startfast/generators/file_generators/docker_generator.py
src/startfast/generators/file_generators/docs_generator.py
src/startfast/generators/file_generators/environment_generator.py
src/startfast/generators/file_generators/main_app_generator.py
src/startfast/generators/file_generators/monitoring_generator.py
src/startfast/generators/file_generators/requirements_generator.py
src/startfast/generators/file_generators/schemas_generator.py
src/startfast/generators/file_generators/tests_generator.py
src/startfast/generators/file_generators/utils_generator.py
tests/test_basic.py