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: 13 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 (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T14:33:01.000Z (9 months ago)
- Last Synced: 2024-05-15T20:11:08.081Z (6 months ago)
- Topics: flask, python, static-site-generation
- Language: Python
- Homepage: https://frozen-flask.readthedocs.io
- Size: 421 KB
- Stars: 782
- Watchers: 18
- Forks: 80
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-flask - Frozen-Flask - Freezes a Flask application into a set of static files (Built with Flask)
- awesome-flask - Frozen-Flask - Freezes a Flask application into a set of static files (Built with Flask)
- awesome-starred - Frozen-Flask/Frozen-Flask - Freezes a Flask application into a set of static files. (python)
- awesome-flask - Frozen-Flask - Freezes a Flask application into a set of static files (Built with Flask)
- awesome-flask - Frozen-Flask - Freezes a Flask application into a set of static files. (Third-Party Extensions / Utils)
- jimsghstars - Frozen-Flask/Frozen-Flask - Freezes a Flask application into a set of static files. (Python)
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.