Frozen-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://pythonhosted.org/Frozen-Flask/
Build Status
Contributing
- Fork the upstream repository and clone your fork
- Create a feature branch for the thing you want to work on
- Create a virtual environment and activate it
- Run
pip install -e .
to install dependencies - Use
tox
orpython -m flask_frozen.tests
to run tests - Do your changes, make sure tests pass
- Send a Pull Request to the upstream repository
Status
The project doesn't have an active maintainer as of now. If you want to become one, please contact @honzajavorek and @tswast. @SimonSapin is pretty much inactive, but has his picture in our Hall of Fame for creating the project.
License
Frozen-Flask uses a BSD 3-clause license. See LICENSE.