将 Flask 应用冻结为一组静态文件。
Freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.
See documentation: https://frozen-flask.readthedocs.io/
pip install -e .[doc,test,check] to install dependenciespytestflake8 and isortYou can also use Hatch _ to automatically install
dependencies, launch tests, check style and build documentation::
$ hatch run test:run $ hatch run check:run $ hatch run doc:build
This project is currently maintained by
CourtBouillon _.
It’s been previously maintained by
@honzajavorek _ and
@tswast ,
and has been originally created by
@SimonSapin .
Frozen-Flask uses a BSD 3-clause license. See LICENSE.
Copyrights are retained by their contributors, no copyright assignment is required to contribute to Frozen-Flask. Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion is licensed under the BSD 3-clause license, without any additional terms or conditions. For full authorship information, see the version control history.
暂无开放 Issues,或尚未同步最近议题。