LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
fastflyer/__info__.py
fastflyer/__init__.py
fastflyer/authorize.py
fastflyer/cache.py
fastflyer/configure.py
fastflyer/database.py
fastflyer/discovery.py
fastflyer/exceptions.py
fastflyer/main.py
fastflyer/middleware.py
fastflyer/router.py
fastflyer/scheduler.py
fastflyer/schemas.py
fastflyer/settings.py
fastflyer/trace.py
fastflyer/utils.py
fastflyer.egg-info/PKG-INFO
fastflyer.egg-info/SOURCES.txt
fastflyer.egg-info/dependency_links.txt
fastflyer.egg-info/entry_points.txt
fastflyer.egg-info/requires.txt
fastflyer.egg-info/top_level.txt
fastflyer.egg-info/zip-safe
fastflyer/base/__init__.py
fastflyer/base/docs.py
fastflyer/base/tasks.py
fastflyer/static/License-icon.svg
fastflyer/static/Python-3.6.8+-icon.svg
fastflyer/static/bench.png
fastflyer/static/favicon.ico
fastflyer/static/logo.png
fastflyer/static/redoc.png
fastflyer/static/redoc.standalone.js
fastflyer/static/show_demo.png
fastflyer/static/swagger-ui-bundle.js
fastflyer/static/swagger-ui.css
fastflyer/static/swagger.png
fastflyer/tools/entrypoint.py
fastflyer/tools/template/__init__.py
fastflyer/tools/template/openapi/.dockerignore
fastflyer/tools/template/openapi/.gitignore
fastflyer/tools/template/openapi/Dockerfile
fastflyer/tools/template/openapi/README.md
fastflyer/tools/template/openapi/__init__.py
fastflyer/tools/template/openapi/dependences.txt
fastflyer/tools/template/openapi/dev_ctrl.sh
fastflyer/tools/template/openapi/logo.png
fastflyer/tools/template/openapi/main.py
fastflyer/tools/template/openapi/requirements.txt
fastflyer/tools/template/openapi/settings.py
fastflyer/tools/template/openapi/start-reload.sh
fastflyer/tools/template/openapi/start.sh
fastflyer/tools/template/openapi/app/__init__.py
fastflyer/tools/template/openapi/app/items/README.md
fastflyer/tools/template/openapi/app/items/__init__.py
fastflyer/tools/template/openapi/app/items/module.py
fastflyer/tools/template/openapi/app/items/router.py
fastflyer/tools/template/openapi/app/items/schema.py
fastflyer/tools/template/openapi/app/tasks/README.md
fastflyer/tools/template/openapi/app/tasks/__init__.py
fastflyer/tools/template/openapi/app/tasks/module.py
fastflyer/tools/template/openapi/app/users/README.md
fastflyer/tools/template/openapi/app/users/__init__.py
fastflyer/tools/template/openapi/app/users/modules/__init__.py
fastflyer/tools/template/openapi/app/users/modules/relationship.py
fastflyer/tools/template/openapi/app/users/modules/userinfo.py
fastflyer/tools/template/openapi/app/users/routers/__init__.py
fastflyer/tools/template/openapi/app/users/routers/relationship.py
fastflyer/tools/template/openapi/app/users/routers/userinfo.py
fastflyer/tools/template/openapi/app/users/schemas/__init__.py
fastflyer/tools/template/openapi/app/users/schemas/relationship.py
fastflyer/tools/template/openapi/app/users/schemas/userinfo.py
fastflyer/tools/template/openapi/docker/docker-entrypoint.sh
fastflyer/tools/template/openapi/docker/health_check.sh