{ "info": { "author": "Pawe\u0142 Adamczak", "author_email": "pawel.adamczak@sidnet.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "Icon Font to PNG\n================\n\n|Build status| |Test coverage| |PyPI version| |Python versions|\n|License|\n\nPython script (and library) for easy and simple export of icons from web\nicon fonts (e.g. Font Awesome, Octicons) as PNG images. The best part is\nthe provided shell script, but you can also use it's functionality\ndirectly in your (*probably awesome*) Python project.\n\nThere's also ``font-awesome-to-png`` script for backwards compatibility\nwith the `first `__\niteration of the concept.\n\nInstallation\n------------\n\nMake sure you have required packages for `Pillow\ninstallation `__.\n\n>From PyPI (recommended):\n\n::\n\n $ pip install icon_font_to_png\n\nWith ``git clone``:\n\n.. code:: shell\n\n $ git clone https://github.com/Pythonity/icon-font-to-png\n $ pip install -r icon-font-to-png/requirements.txt\n $ cd icon-font-to-png/bin\n\nOS X\n~~~~\n\nAs reported\n`here `__,\nto install it on OS X:\n\n::\n\n $ pip install icon_font_to_png --ignore-installed six\n\nUsage\n-----\n\n::\n\n usage: icon-font-to-png [-h] [--list] [--download {font-awesome,octicons}]\n [--ttf TTF-FILE] [--css CSS-FILE] [--size SIZE]\n [--scale SCALE] [--color COLOR] [--filename FILENAME]\n [--keep_prefix]\n [icons [icons ...]]\n\n Exports font icons as PNG images.\n\n optional arguments:\n -h, --help show this help message and exit\n --list list all available icon names and exit\n --download {font-awesome,octicons}\n download latest icon font and exit\n\n required arguments:\n --ttf TTF-FILE path to TTF file\n --css CSS-FILE path to CSS file\n\n exporting icons:\n icons names of the icons to export (or 'ALL' for all icons)\n --size SIZE icon size in pixels (default: 16)\n --scale SCALE scaling factor between 0 and 1, or 'auto' for\n automatic scaling (default: auto); be careful, as\n setting it may lead to icons being cropped\n --color COLOR color name or hex value (default: black)\n --filename FILENAME name of the output file (without '.png' extension);\n it's used as a prefix if multiple icons are exported\n --keep_prefix do not remove common icon prefix (i.e. 'fa-arrow-\n right' instead of 'arrow-right')\n\nExamples\n--------\n\nDownload latest Font Awesome:\n\n::\n\n $ icon-font-to-png --download font-awesome\n\nList all available icons:\n\n::\n\n $ icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list\n\nExport 'play' and 'stop' icons, size 64x64:\n\n::\n\n $ icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --size 64 play stop\n\nExport all icons in blue:\n\n::\n\n $ icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --color blue ALL\n\nExport all icons in blue, but using it's hex value:\n\n::\n\n $ icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --color '#0000ff' ALL\n\nOr you can use ``font-awesome-to-png``, without css and ttf arguments:\n\n::\n\n $ font-awesome-to-png ALL\n\nAPI\n---\n\nYou can use ``IconFont`` (and ``IconFontDownloader`` for that matter)\ndirectly inside your Python project. There's no proper documentation as\nof now, but the code is commented and *should* be pretty straightforward\nto use.\n\nThat said - feel free to ask me via\n`email `__ or [GitHub issues][github add\nissue] if anything is unclear.\n\nTests\n-----\n\nPackage was tested with the help of ``py.test`` and ``tox`` on Python\n2.7, 3.4, 3.5 and 3.6 (see ``tox.ini``).\n\nCode coverage is available at\n`Coveralls `__.\n\nTo run tests yourself you need to run ``tox`` inside the repository:\n\n.. code:: shell\n\n $ pip install -r requirements/dev.txt\n $ tox\n\nContributions\n-------------\n\nPackage source code is available at\n`GitHub `__.\n\nFeel free to use, ask, fork, star, report bugs, fix them, suggest\nenhancements, add functionality and point out any mistakes. Thanks!\n\nAuthors\n-------\n\nDeveloped and maintained by `Pythonity `__.\n\nOriginal version by `Micha\u0142\nWojciechowski `__, refactored by `Pawe\u0142\nAdamczak `__.\n\n.. |Build status| image:: https://img.shields.io/travis/Pythonity/icon-font-to-png.svg\n :target: https://travis-ci.org/Pythonity/icon-font-to-png\n.. |Test coverage| image:: https://img.shields.io/coveralls/Pythonity/icon-font-to-png.svg\n :target: https://coveralls.io/github/Pythonity/icon-font-to-png\n.. |PyPI version| image:: https://img.shields.io/pypi/v/icon_font_to_png.svg\n :target: https://pypi.python.org/pypi/icon_font_to_png\n.. |Python versions| image:: https://img.shields.io/pypi/pyversions/icon_font_to_png.svg\n :target: https://pypi.python.org/pypi/icon_font_to_png\n.. |License| image:: https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg\n :target: https://github.com/Pythonity/icon-font-to-png/blob/master/LICENSE\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Pythonity/icon-font-to-png/releases/latest", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Pythonity/icon-font-to-png", "keywords": "icon font export font awesome octicons", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "icon_font_to_png", "package_url": "https://pypi.org/project/icon_font_to_png/", "platform": "", "project_url": "https://pypi.org/project/icon_font_to_png/", "project_urls": { "Download": "https://github.com/Pythonity/icon-font-to-png/releases/latest", "Homepage": "https://github.com/Pythonity/icon-font-to-png" }, "release_url": "https://pypi.org/project/icon_font_to_png/0.4.1/", "requires_dist": [ "Pillow (>=4.0.0)", "requests (>=2.12.5)", "six (>=1.10.0)", "tinycss (>=0.4)", "pytest; extra == 'testing'" ], "requires_python": "", "summary": "Python script (and library) for exporting icons from icon fonts (e.g. Font Awesome, Octicons) as PNG images.", "version": "0.4.1" }, "last_serial": 2692359, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4d1d70d9936299db620a56f413b1ed12", "sha256": "5619dd92ee734244a5daa9568e3f28b705cb2654bf32f335baa3273c1e8ef86b" }, "downloads": -1, "filename": "icon_font_to_png-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d1d70d9936299db620a56f413b1ed12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10889, "upload_time": "2015-11-26T17:54:46", "url": "https://files.pythonhosted.org/packages/65/14/1782669ee81fc57da762eec9d846100c7e22c9ffdef82aee8c87309d0d30/icon_font_to_png-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bc3adf13b6b13ae3dc0f55df94a65884", "sha256": "09a61900876a493e4437c06871e25066d8b1341c04b70223058d8f91ff151871" }, "downloads": -1, "filename": "icon_font_to_png-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc3adf13b6b13ae3dc0f55df94a65884", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10891, "upload_time": "2015-11-26T17:57:00", "url": "https://files.pythonhosted.org/packages/32/d7/a487fe3f877a9b0d1d2023a2d3750f7a16645ec0e597765845225d6b987f/icon_font_to_png-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2888f36b7b4f3835b407d26a8fbdac32", "sha256": "4cefdab499bd2f1bfbca2959defbb415538164ecdd006e7f3a2e3f7183d36162" }, "downloads": -1, "filename": "icon_font_to_png-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2888f36b7b4f3835b407d26a8fbdac32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118464, "upload_time": "2015-11-26T17:57:13", "url": "https://files.pythonhosted.org/packages/29/b2/f0dc815792ce005b78a244faac9340693b14b05e77c233312ee285bbfebb/icon_font_to_png-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0912ddf6b2c9bafb0ea4046ae5710b6f", "sha256": "e218c52943016491e5d769e400de4f58e1a03c279173c021bcedf50a8e7d927a" }, "downloads": -1, "filename": "icon_font_to_png-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0912ddf6b2c9bafb0ea4046ae5710b6f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11013, "upload_time": "2015-11-26T18:36:07", "url": "https://files.pythonhosted.org/packages/0e/80/90a37906a1a139f52bff2d2e7d2650d213f9ac536bf2825cbf55ee138060/icon_font_to_png-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e203abcea898a1ed067b672590485e4", "sha256": "7d933cb8cefd3b2ea8a24d9d891393f68da1af0b73b6b788dbaaed66fe997d1a" }, "downloads": -1, "filename": "icon_font_to_png-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1e203abcea898a1ed067b672590485e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118596, "upload_time": "2015-11-26T18:36:27", "url": "https://files.pythonhosted.org/packages/cd/72/b6695b88ba46155edf3a1cdcdaf170271368a216e302f9b8685269dba6c7/icon_font_to_png-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "45ae50133873076d6d99c234950dfceb", "sha256": "de820bf37537faa6a436932ab3423eedf6c721a3bf1327cb22087a481d3bed80" }, "downloads": -1, "filename": "icon_font_to_png-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "45ae50133873076d6d99c234950dfceb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11451, "upload_time": "2015-11-26T19:03:09", "url": "https://files.pythonhosted.org/packages/4e/64/f5e9c78deb9eeefda64dd517f44d6c4456a639c259663557a6d117838eb0/icon_font_to_png-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1142ee40a897308f7e30ccc099175e31", "sha256": "0306dd5e2c17a81cee2fea4bd6bb8047762df7586956b3bee94f4a4a85758263" }, "downloads": -1, "filename": "icon_font_to_png-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1142ee40a897308f7e30ccc099175e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119054, "upload_time": "2015-11-26T19:03:18", "url": "https://files.pythonhosted.org/packages/bb/e0/294947ce57e046c3b037f2eb4394c0eea24454ddafcc6b1099b9c7675f59/icon_font_to_png-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6b62f88a799c1ce1087ed98d2c01e232", "sha256": "73b5254d5fa273c6f0a7e2cf7977eaa0c406a365f7677260793e6bc140389d84" }, "downloads": -1, "filename": "icon_font_to_png-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b62f88a799c1ce1087ed98d2c01e232", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11466, "upload_time": "2015-11-26T19:07:05", "url": "https://files.pythonhosted.org/packages/bd/54/4ecadb810e6fb9613786045c482bb1313036c399541dce4cdb7e362156b1/icon_font_to_png-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc4a422afd77880b9b91afb40f8d2433", "sha256": "ceace17aed58a7bf622113e25587a8557cd07d097f3054761bb65feaa0576aab" }, "downloads": -1, "filename": "icon_font_to_png-0.1.4.tar.gz", "has_sig": false, "md5_digest": "fc4a422afd77880b9b91afb40f8d2433", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119055, "upload_time": "2015-11-26T19:07:20", "url": "https://files.pythonhosted.org/packages/83/98/f0077afa1f78a3cbcd8f4b0e06b327fd0a3ed17946b9155a3b4da00a830f/icon_font_to_png-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "72936660b02184324d49984b63d7fc2c", "sha256": "f1fe9016e2f5225f77b9a3e0e5403a7fc306b15015559aa00edf9e50e1fe1e33" }, "downloads": -1, "filename": "icon_font_to_png-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72936660b02184324d49984b63d7fc2c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11726, "upload_time": "2015-11-30T13:59:16", "url": "https://files.pythonhosted.org/packages/e7/b8/8a111703b3e3a54d6c0ecf30ba501a8af6ae3d9852f0c3ca199e6208f9a8/icon_font_to_png-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "786b1d817d2d9dba5245fef3a9232981", "sha256": "5ef13a211e0ac56200fecf68ddb226a6badd5e1439c002e5527ddeddd3fd978f" }, "downloads": -1, "filename": "icon_font_to_png-0.1.5.tar.gz", "has_sig": false, "md5_digest": "786b1d817d2d9dba5245fef3a9232981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119290, "upload_time": "2015-11-30T13:59:25", "url": "https://files.pythonhosted.org/packages/0a/45/108b946df983bfecae3eca37227ce5be3a949a639878b1cabf4081266a18/icon_font_to_png-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "033db9ae47961777d66647b87ceee9bf", "sha256": "1b41344b99ae2e670bcd8483856a654a044ed3a10d8896793a49c9ffc49d4fe2" }, "downloads": -1, "filename": "icon_font_to_png-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "033db9ae47961777d66647b87ceee9bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12609, "upload_time": "2015-12-07T14:24:44", "url": "https://files.pythonhosted.org/packages/e1/70/7e9b85a14127b922d8ac09036bb69e5005ba38ff7e6ba5515fb585123c82/icon_font_to_png-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f243abf807fbadf58b8e241295f5f83f", "sha256": "7d4ace6d14cf33198902a563b7b64187003c714e6985f7911939e38ac72bc54d" }, "downloads": -1, "filename": "icon_font_to_png-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f243abf807fbadf58b8e241295f5f83f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120786, "upload_time": "2015-12-07T14:24:53", "url": "https://files.pythonhosted.org/packages/46/e5/d751c3274da9c196900c4cbc88912cb18826c6301849dd048029be7e9984/icon_font_to_png-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "346ca66142d4559ae9de890d23432484", "sha256": "7b4b87bf814d3f5c0a4811849da2871d5f69c883488318a1faf7472db829c5bd" }, "downloads": -1, "filename": "icon_font_to_png-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "346ca66142d4559ae9de890d23432484", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12628, "upload_time": "2015-12-08T15:03:21", "url": "https://files.pythonhosted.org/packages/5c/f7/4857ccaa0f50fe4f2dbb4eadd348131b6bfd830e3cd657c6abdc01196e92/icon_font_to_png-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "758ec6b8e37dd39526f352671a45bec1", "sha256": "4cdcb7e60f78cdfb9c1a73ec5bbccd6e94c4ab202071ba015100efa6d0b0e274" }, "downloads": -1, "filename": "icon_font_to_png-0.2.1.tar.gz", "has_sig": false, "md5_digest": "758ec6b8e37dd39526f352671a45bec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120813, "upload_time": "2015-12-08T15:05:11", "url": "https://files.pythonhosted.org/packages/a9/a8/1e4f26ee2afd5a65c948317da435b1b0ae38a1ef402a46b54261a58cc9ba/icon_font_to_png-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8dc4ca694eeb7073a3b2813bc8e1da9b", "sha256": "6579ff5fadeec60ce905d802dde23606fda830ab9a016dc6835edcd7a974e653" }, "downloads": -1, "filename": "icon_font_to_png-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8dc4ca694eeb7073a3b2813bc8e1da9b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12666, "upload_time": "2015-12-14T16:52:07", "url": "https://files.pythonhosted.org/packages/f4/49/1e0c18054c1dddb0deb8c9367e56a7f9a59b4022a6c0345749a876c18857/icon_font_to_png-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "091a83c4b9d3b7dfd930dcf023a8667f", "sha256": "78c98222e5a943609b48a3a9e9082cd3001c2b4d02b3aa2ac7fdb49ed8fd46ce" }, "downloads": -1, "filename": "icon_font_to_png-0.3.0.tar.gz", "has_sig": false, "md5_digest": "091a83c4b9d3b7dfd930dcf023a8667f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120751, "upload_time": "2015-12-14T16:52:13", "url": "https://files.pythonhosted.org/packages/07/c9/f6bc96754693739877ef32b67c9273d502597b3a138b845f03887e3c77c5/icon_font_to_png-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9f1c8d93d67d5e879bbfc0586aae9e56", "sha256": "9156518290d56a9ec902f43e3ea1790540b19392c36573c417eabaeac1e7d845" }, "downloads": -1, "filename": "icon_font_to_png-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f1c8d93d67d5e879bbfc0586aae9e56", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13087, "upload_time": "2016-02-13T21:49:50", "url": "https://files.pythonhosted.org/packages/1b/47/6ee194b3ad1f37ccfda192cdab15f423aafb096e31873d0ce7cb408681ff/icon_font_to_png-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af6ed113bd08e504a541ebd1efa121c5", "sha256": "6cfbc5dd1ec885f536ce94cc91e6187a3f4976442ca2b41fea59f1723e0f95b2" }, "downloads": -1, "filename": "icon_font_to_png-0.3.1.tar.gz", "has_sig": false, "md5_digest": "af6ed113bd08e504a541ebd1efa121c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121209, "upload_time": "2016-02-13T21:49:55", "url": "https://files.pythonhosted.org/packages/31/fc/5d021caa884cf1f826e2eba8566912908ca5395fab4979da8e92aad60d86/icon_font_to_png-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "105c05b8ada84ba1d399eabf0828fc6f", "sha256": "4ed8caab9ca4d72d96aabf0231fe02c735cd5deb7662e7705ee27ed9905db115" }, "downloads": -1, "filename": "icon_font_to_png-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "105c05b8ada84ba1d399eabf0828fc6f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13154, "upload_time": "2016-02-13T22:04:04", "url": "https://files.pythonhosted.org/packages/2f/34/c4dd137f5fd11a43f61ac92d37fb5db1a47761e1a0a8fd351c58f46c0085/icon_font_to_png-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "720dc0e8144d3ea59ddc481b579f4d95", "sha256": "4b3418a32c8786d35e36b484009b11c402eee1e3ee4738ff122b315ddabcfebd" }, "downloads": -1, "filename": "icon_font_to_png-0.3.2.tar.gz", "has_sig": false, "md5_digest": "720dc0e8144d3ea59ddc481b579f4d95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121261, "upload_time": "2016-02-13T22:04:14", "url": "https://files.pythonhosted.org/packages/1c/e4/6bfec8acf81d712251c7eebc40b1ba240e59bc2542b6fe182786d4d05f66/icon_font_to_png-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "9d2e58e3b17e7879f287c85a67f2758e", "sha256": "a0446fca5cee9fc94f58f57c2651c92afac9eb44d368775f38a5cca6763af693" }, "downloads": -1, "filename": "icon_font_to_png-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d2e58e3b17e7879f287c85a67f2758e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12918, "upload_time": "2016-03-16T13:42:23", "url": "https://files.pythonhosted.org/packages/2e/c1/b07875224fdfad852593cbf4213653f00a5dc8851a2f4ad55380ac4802f2/icon_font_to_png-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81ebfa1bc231f44c96bb1b3dcad3cbac", "sha256": "1d892f30e3cdca54405c5a9f48ab55f42b0f3892eda193d9fcfcc74c2576494f" }, "downloads": -1, "filename": "icon_font_to_png-0.3.3.tar.gz", "has_sig": false, "md5_digest": "81ebfa1bc231f44c96bb1b3dcad3cbac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121060, "upload_time": "2016-03-16T13:42:31", "url": "https://files.pythonhosted.org/packages/c7/01/01b79dd67a01d093c6f111f21928734f3f9ab9f147a3aabf399bb96be3c4/icon_font_to_png-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "69145f243187aed6f31483a1ae5ba71d", "sha256": "4169997648ba87001f1bc1689b5ae6981a3f243d103117bbd269c47333804470" }, "downloads": -1, "filename": "icon_font_to_png-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69145f243187aed6f31483a1ae5ba71d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13113, "upload_time": "2016-03-31T14:25:30", "url": "https://files.pythonhosted.org/packages/fc/e0/d5594f2a2449851061f95ab1e53a391c8c5ec71d2933c5a016babb598c67/icon_font_to_png-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bb5e1b5a5f97638a11833a5ba6c5b9e", "sha256": "ca301295689d956b85d9cb64f4e6cc6800b3921277134a2c421d96c2c63912f9" }, "downloads": -1, "filename": "icon_font_to_png-0.3.4.tar.gz", "has_sig": false, "md5_digest": "6bb5e1b5a5f97638a11833a5ba6c5b9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121290, "upload_time": "2016-03-31T14:27:23", "url": "https://files.pythonhosted.org/packages/7d/53/9a63021968ce6a6fb9fb35d68aae6b25aaf7b69aef445df212e1dc99780f/icon_font_to_png-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "396dfdf6def9e27159bd820569632046", "sha256": "14a19845d76ad202a63dc2c9f7cc5dc83cb15ffd5e0cf5f7078b4a782a45ab07" }, "downloads": -1, "filename": "icon_font_to_png-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "396dfdf6def9e27159bd820569632046", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 124483, "upload_time": "2016-06-07T15:34:02", "url": "https://files.pythonhosted.org/packages/9b/20/59406e80562a4caec03c6a09c0e6655d47402f01db3b0a26f4551d728f06/icon_font_to_png-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f06487f97081a2d9ff488c54ab7c844", "sha256": "aa8ed7d538a1efc62fbc6be0f11445f82bb7716cdd5ed94c42a4a618fc957d0a" }, "downloads": -1, "filename": "icon_font_to_png-0.3.5.tar.gz", "has_sig": false, "md5_digest": "8f06487f97081a2d9ff488c54ab7c844", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121175, "upload_time": "2016-06-07T15:34:08", "url": "https://files.pythonhosted.org/packages/51/27/cd7ecd089767fa5ba27935cea2c59ed2126d67aac8d87ea33cf4cdfbf901/icon_font_to_png-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "f67c8255126f5385d625bce16801ac27", "sha256": "b7b4117b65719cdfea360e3997e3f7cafae69e04fb02aab6cf2922839953be38" }, "downloads": -1, "filename": "icon_font_to_png-0.3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f67c8255126f5385d625bce16801ac27", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 124553, "upload_time": "2016-07-28T08:13:48", "url": "https://files.pythonhosted.org/packages/95/7b/42bfacab372fbb212734b74da131bb9b07d9a5a0d03903edff07c84261fe/icon_font_to_png-0.3.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89a47ed50b81cb4327f324f021bd067a", "sha256": "0d65a906ad5b18c45f455f9548b6194f1ca496eb949bc2ecb0ee829f358a7f5a" }, "downloads": -1, "filename": "icon_font_to_png-0.3.6.tar.gz", "has_sig": false, "md5_digest": "89a47ed50b81cb4327f324f021bd067a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120386, "upload_time": "2016-07-28T08:13:52", "url": "https://files.pythonhosted.org/packages/af/54/e71e4c919d518fd8ba6e7e97326d8faf2bafe69db61d42896b371fe2cd4b/icon_font_to_png-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "afdcf5eb6fe6375ede5c8988c736501c", "sha256": "f953a7b67928f382c8a347c3b54b9036c06bf820bfaff0e92ff02a1874ac3d86" }, "downloads": -1, "filename": "icon_font_to_png-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afdcf5eb6fe6375ede5c8988c736501c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 160812, "upload_time": "2016-11-20T18:53:40", "url": "https://files.pythonhosted.org/packages/4e/86/e4d631cf0bdeec3e48811327eb473737b2c02c0d76647a8bca363d294934/icon_font_to_png-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9ba259c9cfda24628d9495465a53a20", "sha256": "a89bcc5c77fdd31507e1940103feef732d26a0a464055b9fb3c9e93157a15888" }, "downloads": -1, "filename": "icon_font_to_png-0.3.7.tar.gz", "has_sig": false, "md5_digest": "e9ba259c9cfda24628d9495465a53a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155503, "upload_time": "2016-11-20T18:53:46", "url": "https://files.pythonhosted.org/packages/f6/f7/a5b774a76c8d85d390d33b947b0e1b439e34a8d8b5fdcbbe3852cb1962bc/icon_font_to_png-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "4acf04d4458f26ea488f6d11039fb6cf", "sha256": "15fd9ca61a2be0b49b7622e850ec018a7b230a9503ee579998e7060672c17c27" }, "downloads": -1, "filename": "icon_font_to_png-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4acf04d4458f26ea488f6d11039fb6cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161225, "upload_time": "2017-01-20T20:31:40", "url": "https://files.pythonhosted.org/packages/3b/b6/fbfefa6e4efc130aa55538a3bfe97256793572007dc98d6c8a7b0c67edb5/icon_font_to_png-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f10db912f79ff212ec32f6e1cb65f4e0", "sha256": "7642a74703dc48c3935bbbe88a6e4e1f275320f6f97fb2193f5edaa7e019cc64" }, "downloads": -1, "filename": "icon_font_to_png-0.4.0.tar.gz", "has_sig": false, "md5_digest": "f10db912f79ff212ec32f6e1cb65f4e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155672, "upload_time": "2017-01-20T20:31:44", "url": "https://files.pythonhosted.org/packages/0f/14/910699f0412ec4b762c33584f1ca1e77c081e63cd0cd452870f4d1f4b0ce/icon_font_to_png-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "c73e9cdb892f93513c707c82779a6922", "sha256": "840f427ae453af0d398c603fdc783a4cfac64d2b683ccb0098faf25f84b2167f" }, "downloads": -1, "filename": "icon_font_to_png-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c73e9cdb892f93513c707c82779a6922", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161352, "upload_time": "2017-03-08T20:07:52", "url": "https://files.pythonhosted.org/packages/3d/70/c3b6c5904ae8592cb97c3ddb5de40801837f66922aa140e285d4a2e49a42/icon_font_to_png-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4f5bb1f5e3e58eb19ad56074d2468d3", "sha256": "725278e7550183c679fa5bfd1f85566ff3d71205765a57238ea1289e40522a37" }, "downloads": -1, "filename": "icon_font_to_png-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f4f5bb1f5e3e58eb19ad56074d2468d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 156110, "upload_time": "2017-03-08T20:08:00", "url": "https://files.pythonhosted.org/packages/f7/02/098393f9f60a8fecd1d085265ddd4d79570e4e876cc9208e417c61bc8a75/icon_font_to_png-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c73e9cdb892f93513c707c82779a6922", "sha256": "840f427ae453af0d398c603fdc783a4cfac64d2b683ccb0098faf25f84b2167f" }, "downloads": -1, "filename": "icon_font_to_png-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c73e9cdb892f93513c707c82779a6922", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161352, "upload_time": "2017-03-08T20:07:52", "url": "https://files.pythonhosted.org/packages/3d/70/c3b6c5904ae8592cb97c3ddb5de40801837f66922aa140e285d4a2e49a42/icon_font_to_png-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4f5bb1f5e3e58eb19ad56074d2468d3", "sha256": "725278e7550183c679fa5bfd1f85566ff3d71205765a57238ea1289e40522a37" }, "downloads": -1, "filename": "icon_font_to_png-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f4f5bb1f5e3e58eb19ad56074d2468d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 156110, "upload_time": "2017-03-08T20:08:00", "url": "https://files.pythonhosted.org/packages/f7/02/098393f9f60a8fecd1d085265ddd4d79570e4e876cc9208e417c61bc8a75/icon_font_to_png-0.4.1.tar.gz" } ] }