LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/fastfeatures/__init__.py
src/fastfeatures.egg-info/PKG-INFO
src/fastfeatures.egg-info/SOURCES.txt
src/fastfeatures.egg-info/dependency_links.txt
src/fastfeatures.egg-info/entry_points.txt
src/fastfeatures.egg-info/requires.txt
src/fastfeatures.egg-info/top_level.txt
src/fastfeatures/template_base/env_template
src/fastfeatures/template_base/app/main.py
src/fastfeatures/template_base/app/core/__init__.py
src/fastfeatures/template_base/app/core/lib/base_model_service.py
src/fastfeatures/template_base/app/core/lib/database.py
src/fastfeatures/template_feature/__init__.py
src/fastfeatures/template_feature/routes.py
src/fastfeatures/template_feature/models/__init__.py
src/fastfeatures/template_feature/models/feature_name.py
src/fastfeatures/template_feature/services/__init__.py
src/fastfeatures/template_feature/services/feature_name_services.py