feat: add some new fast-api of flask.
parents
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
auto.bat
0 → 100644
bin/auto_api_doc.py
0 → 100644
bin/restart_gunicron
0 → 100644
bin/start_gunicron
0 → 100644
bin/stop_gunicron
0 → 100644
config/api/dev/flask.py
0 → 100644
config/api/pre/empty
0 → 100644
config/api/pre/flask.py
0 → 100644
config/api/prod/flask.py
0 → 100644
config/api/prod/gunicorn_config.py
0 → 100644
config/api/test/flask.py
0 → 100644
config/clickhouse_database_config_elec.py
0 → 100644
config/default/env.yml
0 → 100644
config/default/log.yml
0 → 100644
demo/init_sqlite.py
0 → 100644
demo/sanguo.db
0 → 100644
File added
demo/shuihu.db
0 → 100644
File added
doc/image/Sipaster_image_structure.png
0 → 100644
78.9 KB
doc/image/Snipaste_dev_environment.png
0 → 100644
113 KB
doc/image/Snipaste_prod_environment.png
0 → 100644
95 KB
doc/image/Snipaste_pytest_unit_test.png
0 → 100644
104 KB
102 KB
doc/框架设计思想.md
0 → 100644
docker_run.sh
0 → 100644
font/heiti-sc-light.ttf
0 → 100644
File added
requirements-dev.txt
0 → 100644
requirements.txt
0 → 100644
src/app/auth.py
0 → 100644
src/app/data_model/elec_warn_clue_list.py
0 → 100644
src/app/data_model/user_table.py
0 → 100644
src/app/v2/emergency_file_list.py
0 → 100644
src/component/calc_time_list.py
0 → 100644
src/component/device_warn_agg.py
0 → 100644
src/component/fake_api_decorator.py
0 → 100644
src/component/parse_excel_image.py
0 → 100644
src/font/simhei.ttf
0 → 100644
File added
src/framework/bootstrap/config_loader.py
0 → 100644
src/framework/bootstrap/register_router.py
0 → 100644
src/framework/constant/mimetype.py
0 → 100644
src/framework/constant/request_method.py
0 → 100644
src/framework/constant/resp_code.py
0 → 100644
src/framework/decorator/deprecated.py
0 → 100644
src/framework/decorator/synchronized.py
0 → 100644
src/framework/environment.py
0 → 100644
src/framework/exception.py
0 → 100644
src/framework/interface/abstract_api.py
0 → 100644
src/framework/the_path.py
0 → 100644
src/framework/util/api_util.py
0 → 100644
src/framework/util/ding_talk_util.py
0 → 100644
src/framework/util/request_json_encoder.py
0 → 100644
src/framework/util/resp_util.py
0 → 100644
src/framework/util/sql_db.py
0 → 100644
src/framework/vo/resp_result.py
0 → 100644
src/framework/vo/view_object.py
0 → 100644
src/runserver.py
0 → 100644
src/views/add_test_key_model.py
0 → 100644
src/wsgi.py
0 → 100644
test/conftest.py
0 → 100644
test/demo/test_api_framework_api.py
0 → 100644
test/demo/test_hello_sqldb.py
0 → 100644
test/demo/test_hello_world.py
0 → 100644
test/demo/test_upload_tmp_file.py
0 → 100644
test/framework/constant/test_resp_code.py
0 → 100644
test/framework/test_the_path.py
0 → 100644
test/test_create_app.py
0 → 100644