{ "info": { "author": "Bors Ltd", "author_email": "icons_mimetypes@bors-ltd.fr", "bugtrack_url": null, "classifiers": [], "description": "Mimetypes Icons\n===============\n\nThe collection of mimetypes icons from the `Tango Icon Library`_ project, and a template tag to include them.\n\n.. _`Tango Icon Library`: http://tango.freedesktop.org/Tango_Icon_Library\n\nUsage\n-----\n\nIn your settings::\n\n INSTALLED_APPS = (\n ...\n 'icons_mimetypes',\n )\n\nThen in your templates::\n\n {% load mimetypes %}\n\n \n\n \n\n \n\n \n\n \n\n \n\n {% icon \"application/pdf\" as pdf_icon %}\n\n {% icon \"application/pdf\" \"48x48\" as pdf_icon %}\n\n {% icon \"application/pdf\" size as pdf_icon %}\n\n {% icon mimetype as pdf_icon %}\n\n {% icon mimetype \"32x32\" as pdf_icon %}\n\n {% icon mimetype size as pdf_icon %}\n\nOr obviously you can directly link to the files in the ``static`` directory,\ne.g. if you want to reference them in a static CSS.\n\nTests\n-----\n\nA minimal Django project is shipped to run the test suite. Try ``make coverage`` (100% at the time of this writing).\n\nLicense\n-------\n\nThe code is copyright Bors Ltd and published under the GNU General Public License version 3.\n\nThe icons are placed in the public domain, see ``Tango`` for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bors-ltd/django-icons-mimetypes", "keywords": null, "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "django-icons-mimetypes", "package_url": "https://pypi.org/project/django-icons-mimetypes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-icons-mimetypes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bors-ltd/django-icons-mimetypes" }, "release_url": "https://pypi.org/project/django-icons-mimetypes/1.0/", "requires_dist": null, "requires_python": null, "summary": "Mimetypes icons from the Tango project and template tag", "version": "1.0" }, "last_serial": 637872, "releases": { "1.0": [] }, "urls": [] }