LiveFlask
LiveFlask is a comprehensive framework for Flask that simplifies the creation of dynamic interfaces, all within the familiar environment of Flask.
Install LiveFlask
pip install liveflask
from flask import Flask, render_template
from liveflask import LiveFlask
app = Flask(__name__)
live = LiveFlask(app)
@app.route('/')
def index():
return render_template('index.html')
if __name__ == '__main__':
app.run()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
liveflask-1.0.23.tar.gz
(40.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liveflask-1.0.23.tar.gz.
File metadata
- Download URL: liveflask-1.0.23.tar.gz
- Upload date:
- Size: 40.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2352b3228ab3f19c0156b52abce9a012dc7a4e2c12130a63f1cbba31fb9d4862
|
|
| MD5 |
08e87f45b7f8f83607527cdc400996c7
|
|
| BLAKE2b-256 |
316bafad817ad127a62258eb61d4237fe73c59163ea2f1b9ef2620d43c3b4e76
|
File details
Details for the file liveflask-1.0.23-py3-none-any.whl.
File metadata
- Download URL: liveflask-1.0.23-py3-none-any.whl
- Upload date:
- Size: 45.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc41834f921605dca793fe74f6fdf874a0a94ab3225f9d5914da8a11a23c9c0
|
|
| MD5 |
ebb3d2fc919f9558e6c656c741e41c22
|
|
| BLAKE2b-256 |
187cb7b74e7ce6c6b8ca1a47a13d384937f6ea4946e5e9f32948ea14132d3cb6
|