MANIFEST.in
README.md
setup.py
cfastproject.egg-info/PKG-INFO
cfastproject.egg-info/SOURCES.txt
cfastproject.egg-info/dependency_links.txt
cfastproject.egg-info/entry_points.txt
cfastproject.egg-info/top_level.txt
fastproject/__init__.py
fastproject/main.py
fastproject/project_template/__init__.py
fastproject/project_template/project_name/__init__.py-tpl
fastproject/project_template/project_name/config.py-tpl
fastproject/project_template/project_name/constant.py-tpl
fastproject/project_template/project_name/log.py-tpl
fastproject/project_template/project_name/main.py-tpl
fastproject/project_template/project_name/api/__init__.py-tpl
fastproject/project_template/project_name/api/api.py-tpl
fastproject/project_template/project_name/api/utils.py-tpl
fastproject/project_template/project_name/api/endpoints/__init__.py-tpl
fastproject/project_template/project_name/core/__init__.py-tpl
fastproject/project_template/project_name/core/api_request.py-tpl
fastproject/project_template/project_name/core/security.py-tpl
fastproject/project_template/project_name/core/session.py-tpl
fastproject/project_template/project_name/db_model/__init__.py-tpl
fastproject/project_template/project_name/operation/__init__.py-tpl
fastproject/project_template/project_name/schema/__init__.py-tpl
fastproject/project_template/project_name/utils/__init__.py-tpl
fastproject/project_template/project_name/utils/upload_file.py-tpl
fastproject/project_template/tests/__init__.py-tpl