liveflask


Nameliveflask JSON
Version 1.0.13 PyPI version JSON
download
home_pagehttps://github.com/JarriqTheTechie/liveflask
SummarySeamlessly 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_time2024-05-15 00:54:44
maintainerNone
docs_urlNone
authorJarriq Rolle
requires_python>=3.9
licenseNone
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/d4/56/0e34319c19fcea3d3a12af6d49ef339471f0564e7ba9e82446b234db5b1f/liveflask-1.0.13.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.13",
    "project_urls": {
        "Homepage": "https://github.com/JarriqTheTechie/liveflask"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51b45eda65644f579e7af58b18145fbf980ed906d504fad3e7b54f268e245523",
                "md5": "6e180e614660304a765ae3157d494f7d",
                "sha256": "def243b0169ef6803b1a27c0e420df7bc3ddefe9960f4d86390969642e74a3aa"
            },
            "downloads": -1,
            "filename": "liveflask-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e180e614660304a765ae3157d494f7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 44522,
            "upload_time": "2024-05-15T00:54:43",
            "upload_time_iso_8601": "2024-05-15T00:54:43.482179Z",
            "url": "https://files.pythonhosted.org/packages/51/b4/5eda65644f579e7af58b18145fbf980ed906d504fad3e7b54f268e245523/liveflask-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4560e34319c19fcea3d3a12af6d49ef339471f0564e7ba9e82446b234db5b1f",
                "md5": "509025f17f1d1283f8da8b5d685f26be",
                "sha256": "b6980e6dce464f703eeea46352d75bcb0309a7e46ba83c3dae036594ba36fc8a"
            },
            "downloads": -1,
            "filename": "liveflask-1.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "509025f17f1d1283f8da8b5d685f26be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 39967,
            "upload_time": "2024-05-15T00:54:44",
            "upload_time_iso_8601": "2024-05-15T00:54:44.920628Z",
            "url": "https://files.pythonhosted.org/packages/d4/56/0e34319c19fcea3d3a12af6d49ef339471f0564e7ba9e82446b234db5b1f/liveflask-1.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 00:54:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JarriqTheTechie",
    "github_project": "liveflask",
    "github_not_found": true,
    "lcname": "liveflask"
}
        
Elapsed time: 0.25501s