LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
fastapp/__init__.py
fastapp/__main__.py
fastapp/_cli.py
fastapp/_utils.py
fastapp/_version.py
fastapp/serve.py
fastapp.egg-info/PKG-INFO
fastapp.egg-info/SOURCES.txt
fastapp.egg-info/dependency_links.txt
fastapp.egg-info/entry_points.txt
fastapp.egg-info/requires.txt
fastapp.egg-info/top_level.txt
fastapp/app/__init__.py
fastapp/app/base.py
fastapp/app/example.py
fastapp/app/machine_learning.py
fastapp/app/utils.py
fastapp/app/static/fastapp.css
fastapp/app/templates/index.html
fastapp/config/__init__.py
fastapp/config/gunicorn_config.py
fastapp/config/logging_config.yaml
fastapp/config/nginx.conf
fastapp/config/swagger.json
fastapp/config/uvicorn_logging_config.yaml
fastapp/models/__init__.py
fastapp/models/base.py
fastapp/models/bodies.py
fastapp/models/responses.py