fletrt


Namefletrt JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/pedrog022/fletrt
SummarySimple routing for the Flet framework.
upload_time2024-02-08 00:17:42
maintainer
docs_urlNone
authorPedroG022
requires_python>=3.7,<4.0
license
keywords flet routing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FletRt

---

FletRt is a really simple routing solution for the Flet framework, developed mainly for personal use.

Flet is a Python framework for building cross-platform desktop applications with web technologies. FletRt allows you to
create multiple views for your Flet app and navigate between them using routes.

Please note that this project is still incomplete and lacks many features available on Flet.

This project core is slightly based off CodingJQ's [ Routing in Flet with Python in 3 Min (Tutorial) ](https://www.youtube.com/watch?v=mrmcIofA5bM)

### Installation

---

You can install FletRt by using the following command:

```bash
pip install fletrt
```

### Usage

---

The "demo" folder contains a really simple implementation of this library
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pedrog022/fletrt",
    "name": "fletrt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "flet,routing",
    "author": "PedroG022",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f7/ea/7b60c8bcddc350cda74efb6f5bcd90974b33d77377181aaac34ef62944d6/fletrt-0.0.4.tar.gz",
    "platform": null,
    "description": "# FletRt\n\n---\n\nFletRt is a really simple routing solution for the Flet framework, developed mainly for personal use.\n\nFlet is a Python framework for building cross-platform desktop applications with web technologies. FletRt allows you to\ncreate multiple views for your Flet app and navigate between them using routes.\n\nPlease note that this project is still incomplete and lacks many features available on Flet.\n\nThis project core is slightly based off CodingJQ's [ Routing in Flet with Python in 3 Min (Tutorial) ](https://www.youtube.com/watch?v=mrmcIofA5bM)\n\n### Installation\n\n---\n\nYou can install FletRt by using the following command:\n\n```bash\npip install fletrt\n```\n\n### Usage\n\n---\n\nThe \"demo\" folder contains a really simple implementation of this library",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple routing for the Flet framework.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/pedrog022/fletrt",
        "Repository": "https://github.com/pedrog022/fletrt"
    },
    "split_keywords": [
        "flet",
        "routing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "815e66fd41a98873545031d0c01547fa9b5a5f038e9928c205f4ad6b81ad3774",
                "md5": "a5458ba40f2dbfa2ee3f6b9b23cb6164",
                "sha256": "572e9a587e509d8cfa8e55e22583db7a10bd2dc5969337473c4b1b26c85093bb"
            },
            "downloads": -1,
            "filename": "fletrt-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5458ba40f2dbfa2ee3f6b9b23cb6164",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 10605,
            "upload_time": "2024-02-08T00:17:41",
            "upload_time_iso_8601": "2024-02-08T00:17:41.292438Z",
            "url": "https://files.pythonhosted.org/packages/81/5e/66fd41a98873545031d0c01547fa9b5a5f038e9928c205f4ad6b81ad3774/fletrt-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7ea7b60c8bcddc350cda74efb6f5bcd90974b33d77377181aaac34ef62944d6",
                "md5": "bbb9b5cf3b6c82bbc283d0b3c918b603",
                "sha256": "f7dc7303e8ab7b288e9c58f0d0a9e4dcf2e950bc89d60d08b3f3dbdf11eb5a30"
            },
            "downloads": -1,
            "filename": "fletrt-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bbb9b5cf3b6c82bbc283d0b3c918b603",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 8596,
            "upload_time": "2024-02-08T00:17:42",
            "upload_time_iso_8601": "2024-02-08T00:17:42.871482Z",
            "url": "https://files.pythonhosted.org/packages/f7/ea/7b60c8bcddc350cda74efb6f5bcd90974b33d77377181aaac34ef62944d6/fletrt-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 00:17:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pedrog022",
    "github_project": "fletrt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fletrt"
}
        
Elapsed time: 0.18501s