flet-icon


Nameflet-icon JSON
Version 0.3 PyPI version JSON
download
home_page
Summarya collection of icons for flutter as flet
upload_time2023-03-22 18:14:15
maintainer
docs_urlNone
authorTai
requires_python>=3.10,<4.0
licenseMIT
keywords packaging flet flet-icon flutter icon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## a flet icons application

![](https://github.com/modaye/Flet-Icon/raw/master/images/img.png)

⚡ It is a flet-based icon application that categorizes the icons available for flet for easy finding and use.

## Installation
    
    pip install flet_icon

## Usage
at terminal:
    
    fleticon

at python:
```python
import flet
from flet_icon import Application

flet.app(target=Application())

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flet-icon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "packaging,flet,flet-icon,flutter,icon",
    "author": "Tai",
    "author_email": "1174501146@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/a9/ce0091a92e4d8b0cc7efc47a397ceef9e18624a930be28ec8c2b99148570/flet_icon-0.3.tar.gz",
    "platform": null,
    "description": "## a flet icons application\n\n![](https://github.com/modaye/Flet-Icon/raw/master/images/img.png)\n\n\u26a1 It is a flet-based icon application that categorizes the icons available for flet for easy finding and use.\n\n## Installation\n    \n    pip install flet_icon\n\n## Usage\nat terminal:\n    \n    fleticon\n\nat python:\n```python\nimport flet\nfrom flet_icon import Application\n\nflet.app(target=Application())\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a collection of icons for flutter as flet",
    "version": "0.3",
    "split_keywords": [
        "packaging",
        "flet",
        "flet-icon",
        "flutter",
        "icon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af7065053e70a20ff0ba6c9443ef9cb52a15f0e88a72e537fa26b6f096d62b22",
                "md5": "bf45c7c931c8f5757a8a2aa6155adf8d",
                "sha256": "b41236c384638681ce288d87bd7e2f639d428e00830d53844995d661548d32b0"
            },
            "downloads": -1,
            "filename": "flet_icon-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf45c7c931c8f5757a8a2aa6155adf8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 4812,
            "upload_time": "2023-03-22T18:14:05",
            "upload_time_iso_8601": "2023-03-22T18:14:05.287231Z",
            "url": "https://files.pythonhosted.org/packages/af/70/65053e70a20ff0ba6c9443ef9cb52a15f0e88a72e537fa26b6f096d62b22/flet_icon-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7a9ce0091a92e4d8b0cc7efc47a397ceef9e18624a930be28ec8c2b99148570",
                "md5": "2759ef56494a70bd16eaaa796778b903",
                "sha256": "132ce2ddbb869e3657118b5bee27e478094dbe8862ed1470e0dad243098e0935"
            },
            "downloads": -1,
            "filename": "flet_icon-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2759ef56494a70bd16eaaa796778b903",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 23895,
            "upload_time": "2023-03-22T18:14:15",
            "upload_time_iso_8601": "2023-03-22T18:14:15.710000Z",
            "url": "https://files.pythonhosted.org/packages/d7/a9/ce0091a92e4d8b0cc7efc47a397ceef9e18624a930be28ec8c2b99148570/flet_icon-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 18:14:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "flet-icon"
}
        
Tai
Elapsed time: 0.04921s