flask-sample:用于尝试实验的Flask示例应用

时间:2024-03-05 00:30:23
【文件属性】:

文件名称:flask-sample:用于尝试实验的Flask示例应用

文件大小:32KB

文件格式:ZIP

更新时间:2024-03-05 00:30:23

Python

设置 当地发展 如果尚未安装pyenv,请执行以下操作: curl https://pyenv.run | bash curl https://pyenv.run | bash 安装此项目的python版本: pyenv install 如果尚未安装诗歌,请安装: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python 为此项目安装虚拟环境: poetry install -E test -E lint 重新开发 单击Run按钮


【文件预览】:
flask-sample-master
----setup.py(197B)
----poetry.lock(55KB)
----.gitignore(2KB)
----Dockerfile(806B)
----poetry.toml(32B)
----Makefile(1KB)
----.testenv(51B)
----pyproject.toml(1KB)
----.dockerignore(49B)
----.python-version(6B)
----geoeditor()
--------__init__.py(0B)
--------resources()
--------extensions.py(224B)
--------models()
--------config.py(252B)
--------commons()
--------wsgi.py(57B)
--------app.py(666B)
--------manage.py(304B)
----docker-compose.yml(390B)
----README.md(426B)
----tests()
--------conftest.py(412B)
--------test_app.py(88B)
--------__init__.py(0B)
--------factories.py(33B)
----migrations()
--------env.py(3KB)
--------alembic.ini(770B)
--------script.py.mako(494B)
--------README(38B)
----.replit(174B)
----.vscode()
--------settings.json(172B)
--------launch.json(793B)
----.flaskenv(118B)
----.editorconfig(684B)
----tox.ini(792B)
----mypy.ini(730B)

网友评论