文件名称:flask-d:flask框架的二次封装,支持开启多个server,附带常用的组件
文件大小:48KB
文件格式:ZIP
更新时间:2024-05-20 18:55:52
Python
flask-d [github]:https://github.com/guoguowei/flask-d/ flask框架的二次封装,更加方便的添加接口,能启动多个服务,并提供常用的组件 ##原生方式启动 cd bin/ python main.py api_web_0 start #或者 python main.py all_services_0 start api_web_0来自配置文件default.py中GLOBAL_CONFIG中的flask变量 'flask' : { 'all_services_0' : { 'host' : '0.0.0.0', 'port' : 19400, #只有开发环境和测试环境才开启debug模式 线上环境一般情况不要开启该选项 不需要的话请去掉该项 #开启debug
【文件预览】:
flask-d-master
----.gitignore(39B)
----README.md(10KB)
----bin()
--------main_uwsgi.py(1KB)
--------main.py(3KB)
--------supervisor_dev.conf(9KB)
--------uwsgi_config.xml(371B)
----test()
--------apidriver.py(1KB)
--------README.md(2KB)
--------test.py(1KB)
--------__init__.py(19B)
--------apitester.py(4KB)
--------guozhiwei_test.py(76B)
----helper()
--------regex_helper.py(1KB)
--------time_helper.py(1KB)
--------encrypt_helper.py(1KB)
--------hash_helper.py(444B)
--------other_helper.py(660B)
--------ip_helper.py(245B)
--------__init__.py(26B)
--------http_helper.py(1KB)
--------json_helper.py(441B)
--------log_helper.py(2KB)
----interface()
--------services()
--------__init__.py(25B)
--------web_api()
--------reg_route.py(480B)
----script()
--------env.py(704B)
----model()
--------sequence.py(695B)
--------__init__.py(25B)
--------const_define.py(1KB)
----config()
--------guozhiweidemacbook_pro.py(406B)
--------default.py(4KB)
--------develop.py(48B)
--------__init__.py(290B)
----deploy()
--------crontab.txt(83B)
--------pypi_requirement.txt(203B)
--------pyDes-2.0.1.zip(14KB)
----lib()
--------other()
--------cache()
--------__init__.py(25B)
--------dbs()
--------core()