Name | liveflask JSON |
Version |
1.0.23
JSON |
| download |
home_page | https://github.com/JarriqTheTechie/liveflask |
Summary | Seamlessly integrate modern reactive components into Flask templates, eliminating the need for mastering new templating languages or wrestling with complex JavaScript frameworks. With our solution, developers can enhance their Flask applications with dynamic functionality while maintaining a familiar development environment, streamlining the process and ensuring a smoother user experience. |
upload_time | 2024-05-27 21:33:39 |
maintainer | None |
docs_url | None |
author | Jarriq Rolle |
requires_python | >=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# LiveFlask
LiveFlask is a comprehensive framework for Flask that simplifies the creation of dynamic interfaces, all within the
familiar environment of Flask.
# Install LiveFlask
```commandline
pip install liveflask
```
```python
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()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/JarriqTheTechie/liveflask",
"name": "liveflask",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Jarriq Rolle",
"author_email": "jrolle@baysidetechgroup.com",
"download_url": "https://files.pythonhosted.org/packages/31/6b/afad817ad127a62258eb61d4237fe73c59163ea2f1b9ef2620d43c3b4e76/liveflask-1.0.23.tar.gz",
"platform": null,
"description": "# LiveFlask\r\n\r\nLiveFlask is a comprehensive framework for Flask that simplifies the creation of dynamic interfaces, all within the\r\nfamiliar environment of Flask.\r\n\r\n# Install LiveFlask\r\n\r\n```commandline\r\npip install liveflask\r\n```\r\n\r\n```python\r\nfrom flask import Flask, render_template\r\nfrom liveflask import LiveFlask\r\n\r\napp = Flask(__name__)\r\nlive = LiveFlask(app)\r\n\r\n@app.route('/')\r\ndef index():\r\n return render_template('index.html')\r\n\r\nif __name__ == '__main__':\r\n app.run()\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Seamlessly integrate modern reactive components into Flask templates, eliminating the need for mastering new templating languages or wrestling with complex JavaScript frameworks. With our solution, developers can enhance their Flask applications with dynamic functionality while maintaining a familiar development environment, streamlining the process and ensuring a smoother user experience.",
"version": "1.0.23",
"project_urls": {
"Homepage": "https://github.com/JarriqTheTechie/liveflask"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "187cb7b74e7ce6c6b8ca1a47a13d384937f6ea4946e5e9f32948ea14132d3cb6",
"md5": "ebb3d2fc919f9558e6c656c741e41c22",
"sha256": "5bc41834f921605dca793fe74f6fdf874a0a94ab3225f9d5914da8a11a23c9c0"
},
"downloads": -1,
"filename": "liveflask-1.0.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebb3d2fc919f9558e6c656c741e41c22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 45507,
"upload_time": "2024-05-27T21:33:37",
"upload_time_iso_8601": "2024-05-27T21:33:37.817264Z",
"url": "https://files.pythonhosted.org/packages/18/7c/b7b74e7ce6c6b8ca1a47a13d384937f6ea4946e5e9f32948ea14132d3cb6/liveflask-1.0.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "316bafad817ad127a62258eb61d4237fe73c59163ea2f1b9ef2620d43c3b4e76",
"md5": "08e87f45b7f8f83607527cdc400996c7",
"sha256": "2352b3228ab3f19c0156b52abce9a012dc7a4e2c12130a63f1cbba31fb9d4862"
},
"downloads": -1,
"filename": "liveflask-1.0.23.tar.gz",
"has_sig": false,
"md5_digest": "08e87f45b7f8f83607527cdc400996c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 40605,
"upload_time": "2024-05-27T21:33:39",
"upload_time_iso_8601": "2024-05-27T21:33:39.179526Z",
"url": "https://files.pythonhosted.org/packages/31/6b/afad817ad127a62258eb61d4237fe73c59163ea2f1b9ef2620d43c3b4e76/liveflask-1.0.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-27 21:33:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JarriqTheTechie",
"github_project": "liveflask",
"github_not_found": true,
"lcname": "liveflask"
}