All Projects → Frozen-Flask → Frozen Flask

Frozen-Flask / Frozen Flask

Licence: other
Freezes a Flask application into a set of static files.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Frozen Flask

Osroom
[很多问题在维修中, 作者疫情期间忙碌,很多问题无法及时处理] 准备v3.0 Beta, v2.2维护少| OS鹿 | Python Flask开源网站
Stars: ✭ 557 (-18.09%)
Mutual labels:  flask
Grip
Preview GitHub README.md files locally before committing them.
Stars: ✭ 5,454 (+702.06%)
Mutual labels:  flask
Blockchain
A simple Blockchain in Python
Stars: ✭ 6,496 (+855.29%)
Mutual labels:  flask
Flask Rest Jsonapi
Flask extension to build REST APIs around JSONAPI 1.0 specification.
Stars: ✭ 566 (-16.76%)
Mutual labels:  flask
Open Source Saas Boilerpate
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Stars: ✭ 582 (-14.41%)
Mutual labels:  flask
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (-8.53%)
Mutual labels:  flask
Lxc Web Panel
LXC Web Panel repository
Stars: ✭ 555 (-18.38%)
Mutual labels:  flask
Flask Marshmallow
Flask + marshmallow for beautiful APIs
Stars: ✭ 666 (-2.06%)
Mutual labels:  flask
Flask Caching
A caching extension for Flask
Stars: ✭ 582 (-14.41%)
Mutual labels:  flask
Lin Cms Flask
🎀A simple and practical CMS implememted by flask
Stars: ✭ 642 (-5.59%)
Mutual labels:  flask
Flask Empty
An empty project skeleton / boilerplate for flask projects. Powered by CookieCutter.
Stars: ✭ 569 (-16.32%)
Mutual labels:  flask
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (-14.71%)
Mutual labels:  flask
Hellogithub.com
HelloGitHub.com 网站源码
Stars: ✭ 624 (-8.24%)
Mutual labels:  flask
Fxtest
接口自动化测试平台——python+flask版,支持http协议,java 版本开发完毕https://github.com/liwanlei/plan
Stars: ✭ 564 (-17.06%)
Mutual labels:  flask
Rest Api Sections
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 645 (-5.15%)
Mutual labels:  flask
Cookiecutter Flask Restful
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
Stars: ✭ 556 (-18.24%)
Mutual labels:  flask
Flask Blogging
A Markdown Based Python Blog Engine as a Flask Extension.
Stars: ✭ 609 (-10.44%)
Mutual labels:  flask
Flaskex
Simple flask example for quick prototypes and small applications
Stars: ✭ 679 (-0.15%)
Mutual labels:  flask
Python24
网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记得Star哦。
Stars: ✭ 650 (-4.41%)
Mutual labels:  flask
Flask Restful Swagger
A Swagger spec extractor for flask-restful
Stars: ✭ 629 (-7.5%)
Mutual labels:  flask

Frozen-Flask

.. image:: https://img.shields.io/pypi/v/Frozen-Flask.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/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

.. image:: https://github.com/Frozen-Flask/Frozen-Flask/workflows/CI/badge.svg?branch=master :target: https://github.com/Frozen-Flask/Frozen-Flask/actions

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 or python -m flask_frozen.tests to run tests
  • Do your changes, make sure tests pass
  • Send a Pull Request to the upstream repository

License

Frozen-Flask uses a BSD 3-clause license. See LICENSE_.

.. _LICENSE: LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].