Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frozen-flask/frozen-flask
Freezes a Flask application into a set of static files.
https://github.com/frozen-flask/frozen-flask
flask python static-site-generation
Last synced: 4 days ago
JSON representation
Freezes a Flask application into a set of static files.
- Host: GitHub
- URL: https://github.com/frozen-flask/frozen-flask
- Owner: Frozen-Flask
- License: other
- Created: 2010-12-24T14:59:29.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T09:26:47.000Z (7 months ago)
- Last Synced: 2024-10-30T08:20:31.874Z (3 months ago)
- Topics: flask, python, static-site-generation
- Language: Python
- Homepage: https://frozen-flask.readthedocs.io
- Size: 423 KB
- Stars: 792
- Watchers: 19
- Forks: 77
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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://frozen-flask.readthedocs.io/
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 .[doc,test,check]`` to install dependencies
* Add your changes
* Make sure tests pass with ``pytest``
* Make sure you followed the style guide with ``flake8`` and ``isort``
* Send a pull request to the upstream repositoryYou 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:buildStatus
------This project is currently maintained by
`CourtBouillon `_.It’s been previously maintained by
`@honzajavorek `_ and
`@tswast `_,
and has been originally created by
`@SimonSapin `_.License
-------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.