{ "info": { "author": "Akash Dhinagaran", "author_email": "imakkash@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-infinite-icons\n=====================\n\n|Build Status|\n\nDjango-infinite-icons will help you to render SVG icons in your template\n& you can alter its width ,height and viewport without hassle.\n\nThis project is inspired by\n`FeatherIcons `__ and the author\n`colebmis `__.\n\nInstallation\n~~~~~~~~~~~~\n\nyou can get django-infinite-icons by using pip.\n\n.. code:: sh\n\n $ pip install django-infinite-icons\n\nTo enable widget\\_tweaks in your project you need to add it to\nINSTALLED\\_APPS in your projects settings.py file:\n\n.. code:: sh\n\n INSTALLED_APPS = [\n ...\n 'django_infinite_icons',\n ...\n ]\n\nExample Usage for SVG render\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n {% load infinite %}\n\n {% icon_render 'activity.svg' width='45' %}\n {% icon_render 'activity.svg' height='45' width='45' %}\n {% icon_render 'activity.svg' height='45' width='45' viewbox='0 0 20 20' %}\n\nExample Usage load as static file\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n {% load infinite %}\n\n {% icon_render 'activity.svg' %}\n\nLicense\n-------\n\n`MIT `__\n\n.. |Build Status| image:: https://travis-ci.org/joemccann/dillinger.svg?branch=master\n :target: https://travis-ci.org/joemccann/dillinger\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/akashdk/django-infinite-icons", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-infinite-icons", "package_url": "https://pypi.org/project/django-infinite-icons/", "platform": "", "project_url": "https://pypi.org/project/django-infinite-icons/", "project_urls": { "Documentation": "https://github.com/akashdk/django-infinite-icons/blob/master/README.md", "Homepage": "https://github.com/akashdk/django-infinite-icons", "Say Thanks!": "https://akkash.me", "Source": "https://github.com/akashdk/django-infinite-icons", "Tracker": "https://github.com/akashdk/django-infinite-icons/issues" }, "release_url": "https://pypi.org/project/django-infinite-icons/0.1/", "requires_dist": null, "requires_python": "", "summary": "Django-infinite-icons will help you to render SVG icons.", "version": "0.1" }, "last_serial": 5681933, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1d59d36ef0e4af9eb28ae12607eed738", "sha256": "763f158943e3d6cebad557cc42ff6f1dc3aa5758fc7101d5ba064fece126719f" }, "downloads": -1, "filename": "django_infinite_icons-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1d59d36ef0e4af9eb28ae12607eed738", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 136709, "upload_time": "2019-08-15T12:16:40", "url": "https://files.pythonhosted.org/packages/23/c8/3c5d758ed6fd1aaa291a8dcf0ba575a84b38aeaf96154c526030508b8422/django_infinite_icons-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d59d36ef0e4af9eb28ae12607eed738", "sha256": "763f158943e3d6cebad557cc42ff6f1dc3aa5758fc7101d5ba064fece126719f" }, "downloads": -1, "filename": "django_infinite_icons-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1d59d36ef0e4af9eb28ae12607eed738", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 136709, "upload_time": "2019-08-15T12:16:40", "url": "https://files.pythonhosted.org/packages/23/c8/3c5d758ed6fd1aaa291a8dcf0ba575a84b38aeaf96154c526030508b8422/django_infinite_icons-0.1-py3-none-any.whl" } ] }