[![PyPI version](https://badge.fury.io/py/mdiicons.svg)](https://badge.fury.io/py/mdiicons)
# mdi-py
Material Design SVG strings for Python
This library uses the mdi font from [Pictogrammers.com](https://pictogrammers.com/docs/library/mdi/getting-started/webfont/) to generate a python compatible dict.
## Examples
```py
from mdiicons import MDI
svg = MDI.get_icon("account", "#f00")
```
# Dependencies
- [opentypesvg](https://pypi.org/project/opentypesvg/) to get the svgs from the mdi font
Raw data
{
"_id": null,
"home_page": "https://github.com/Patrick762/mdiicons",
"name": "mdiicons",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,mdi,materialdesign,material design,materialdesignicons,material design icons,icons",
"author": "Patrick762",
"author_email": "<pip-mdi-icons@hosting-rt.de>",
"download_url": "https://files.pythonhosted.org/packages/57/d8/12fead2801f32b07f74bcf6e66cd52033e4b5352797d668714d5329f76dd/mdiicons-0.0.2.tar.gz",
"platform": null,
"description": "\n[![PyPI version](https://badge.fury.io/py/mdiicons.svg)](https://badge.fury.io/py/mdiicons)\n\n# mdi-py\nMaterial Design SVG strings for Python\n\nThis library uses the mdi font from [Pictogrammers.com](https://pictogrammers.com/docs/library/mdi/getting-started/webfont/) to generate a python compatible dict.\n\n## Examples\n\n```py\nfrom mdiicons import MDI\n\nsvg = MDI.get_icon(\"account\", \"#f00\")\n```\n\n# Dependencies\n\n- [opentypesvg](https://pypi.org/project/opentypesvg/) to get the svgs from the mdi font\n",
"bugtrack_url": null,
"license": "",
"summary": "Material Design SVG strings for Python",
"version": "0.0.2",
"split_keywords": [
"python",
"mdi",
"materialdesign",
"material design",
"materialdesignicons",
"material design icons",
"icons"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4d8a8f5d11879c321e7803ed2a3c17e4d162dc8077b3d263cf97a874808b837d",
"md5": "2af669e1e1fdc750d5cb9afc8787965c",
"sha256": "cdc9bce9370fa8b8e654186f990a8b2b6502434c7b63ffb4f52dce096146371f"
},
"downloads": -1,
"filename": "mdiicons-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2af669e1e1fdc750d5cb9afc8787965c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 917217,
"upload_time": "2023-04-19T19:01:14",
"upload_time_iso_8601": "2023-04-19T19:01:14.304959Z",
"url": "https://files.pythonhosted.org/packages/4d/8a/8f5d11879c321e7803ed2a3c17e4d162dc8077b3d263cf97a874808b837d/mdiicons-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57d812fead2801f32b07f74bcf6e66cd52033e4b5352797d668714d5329f76dd",
"md5": "37c8d9bd19d9587b30cc73dc1fdce60d",
"sha256": "d66573795ecdcc3b027b4b07537783df162774420fcc89c41de7ee1605b878f8"
},
"downloads": -1,
"filename": "mdiicons-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "37c8d9bd19d9587b30cc73dc1fdce60d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 911003,
"upload_time": "2023-04-19T19:01:15",
"upload_time_iso_8601": "2023-04-19T19:01:15.597135Z",
"url": "https://files.pythonhosted.org/packages/57/d8/12fead2801f32b07f74bcf6e66cd52033e4b5352797d668714d5329f76dd/mdiicons-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-19 19:01:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Patrick762",
"github_project": "mdiicons",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mdiicons"
}