{ "info": { "author": "Richard Cornish", "author_email": "rich@richardcornish.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD 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", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Pygmentify\n*****************\n\n|PyPI version|_ |Build status|_\n\n.. |PyPI version| image::\n https://badge.fury.io/py/django-pygmentify.svg\n.. _PyPI version: https://pypi.python.org/pypi/django-pygmentify\n\n.. |Build status| image::\n https://travis-ci.org/richardcornish/django-pygmentify.svg?branch=master\n.. _Build status: https://travis-ci.org/richardcornish/django-pygmentify\n\n.. image:: https://raw.githubusercontent.com/richardcornish/django-pygmentify/master/docs/_static/img/screenshot.png\n\n**Django Pygmentify** is a `Django `_ `template tag `_ application to highlight code with `Pygments `_.\n\nIt is an alternative to `Django Pygments `_, which hasn't been updated in several years.\n\n* `Package distribution `_\n* `Code repository `_\n* `Documentation `_\n* `Tests `_\n\nInstall\n=======\n\n.. code-block:: bash\n\n $ pip install django-pygmentify\n\nAdd to ``settings.py``.\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n # ...\n 'pygmentify',\n ]\n\nUsage\n=====\n\n.. code-block:: django\n\n {% load pygmentify_tags %}\n\n \n\n {% pygmentify %}\n
\n   print('Hello, world!')\n   
\n {% endpygmentify %}\n\nResult:\n\n.. code-block:: html\n\n \n\n
print("Hello, world!")\n   
\n\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/richardcornish/django-pygmentify", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-pygmentify", "package_url": "https://pypi.org/project/django-pygmentify/", "platform": "", "project_url": "https://pypi.org/project/django-pygmentify/", "project_urls": { "Homepage": "https://github.com/richardcornish/django-pygmentify" }, "release_url": "https://pypi.org/project/django-pygmentify/0.3.7/", "requires_dist": [ "pygments", "beautifulsoup4" ], "requires_python": "", "summary": "A Django template tag to highlight code with Pygments", "version": "0.3.7" }, "last_serial": 4347929, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "55cceda3b3adb23000633be33c4f9fa6", "sha256": "21036f416cdcd1c922a8e90198d54e38c83610f0112d124df22f81974b040e2e" }, "downloads": -1, "filename": "django-pygmentify-0.1.tar.gz", "has_sig": false, "md5_digest": "55cceda3b3adb23000633be33c4f9fa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3463, "upload_time": "2016-09-07T00:35:16", "url": "https://files.pythonhosted.org/packages/60/c6/3a570eac58e6917e3e3d849a907ddb2e92e01de5f85bbbe65d5ca2ba8ecb/django-pygmentify-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e448c810dfea64bf7685ecc1616a744a", "sha256": "6785563b39a2adfc425130b39499a6992c36856bd8860467f414e9b1e83d425d" }, "downloads": -1, "filename": "django-pygmentify-0.2.tar.gz", "has_sig": false, "md5_digest": "e448c810dfea64bf7685ecc1616a744a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3644, "upload_time": "2016-09-07T08:41:36", "url": "https://files.pythonhosted.org/packages/0d/3d/67aa41aae276b30cc8b3c0ab5f4b67d731fe1f9152a80b0c4a09bb507aaa/django-pygmentify-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d15f079d3fdde0d490ef4a32468f1544", "sha256": "e0ebb6b48be319a45442e16dae3a6d2ccfd2bd670a6dbea179fe98cbdad5b04f" }, "downloads": -1, "filename": "django-pygmentify-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d15f079d3fdde0d490ef4a32468f1544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3687, "upload_time": "2016-09-20T18:58:53", "url": "https://files.pythonhosted.org/packages/52/74/a89e0a259275c612157813fa4eb8a96ae9285709b7a549a52eb2834066b7/django-pygmentify-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "0be5653742a421491244e28fe5252693", "sha256": "459d866db9a4c44868c5dd40da83f83441370a1fea413d658cd3361464c31ac0" }, "downloads": -1, "filename": "django-pygmentify-0.2.2.tar.gz", "has_sig": false, "md5_digest": "0be5653742a421491244e28fe5252693", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3746, "upload_time": "2016-09-20T19:21:41", "url": "https://files.pythonhosted.org/packages/e1/8e/4c599903038aa6e1c53594d54babfffe07359a414e2cde131405b8dad15e/django-pygmentify-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "e2d649b9d35857ac9d86225f21cbbb71", "sha256": "02122bb39a58b1f7a1df6500041b36758bb20685b5b29cc070218c1f1256501a" }, "downloads": -1, "filename": "django-pygmentify-0.2.3.tar.gz", "has_sig": false, "md5_digest": "e2d649b9d35857ac9d86225f21cbbb71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1764507, "upload_time": "2016-09-20T22:33:07", "url": "https://files.pythonhosted.org/packages/d7/97/c966b1b0aab2a57412d7d9d3a71281e47d6a7c5ac3fc91c5f5bf7df74ec9/django-pygmentify-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "689aefb56f73ef39a8c2861713c0d8af", "sha256": "9b14fafad571da37ac3c14b5b3be948e61829f74ffc5a04ba70cec022fe72cf6" }, "downloads": -1, "filename": "django-pygmentify-0.2.4.tar.gz", "has_sig": false, "md5_digest": "689aefb56f73ef39a8c2861713c0d8af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1847472, "upload_time": "2016-09-30T08:16:44", "url": "https://files.pythonhosted.org/packages/e5/24/1228b1685f96a6684ca3c3e0828cec4547197012f41a19429cb27e054a15/django-pygmentify-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "c27009f3f4cb0f478fdb07fac4aee123", "sha256": "7a6cebb5b335fe6eb5e1794c6d2779b9cd4835d492da3202430a32178338b012" }, "downloads": -1, "filename": "django-pygmentify-0.3.0.tar.gz", "has_sig": false, "md5_digest": "c27009f3f4cb0f478fdb07fac4aee123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1859391, "upload_time": "2017-04-03T00:01:25", "url": "https://files.pythonhosted.org/packages/3e/59/34670cf6d62769e64bd97e3bb6200edae0e89c668781ec80c6a1460264f4/django-pygmentify-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "8a9f554429df0297dd692276821d341c", "sha256": "8bffa5524ef29d2b01dc65b464223ed8e1226ae71e8cab41048c750bd0a8372a" }, "downloads": -1, "filename": "django-pygmentify-0.3.1.tar.gz", "has_sig": false, "md5_digest": "8a9f554429df0297dd692276821d341c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3393274, "upload_time": "2017-04-10T20:35:31", "url": "https://files.pythonhosted.org/packages/21/bd/f891a110a0e8d466e8eaceddaf03539a019f1f783b0cbb583985eba0d8e0/django-pygmentify-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "3c468c58f26e5bdce15950e540daeb73", "sha256": "60a733f9d71cb0183d464fe528b8a68f8c8611bc0b3488c707b7223153d43d5d" }, "downloads": -1, "filename": "django-pygmentify-0.3.2.tar.gz", "has_sig": false, "md5_digest": "3c468c58f26e5bdce15950e540daeb73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3393085, "upload_time": "2017-04-10T20:50:15", "url": "https://files.pythonhosted.org/packages/82/94/1f7930ad358a2a58b7cb63c69e24308b704fc14c68d1fb278195f1fca7ae/django-pygmentify-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "dca10c214fb4fb2ef9ce8a63a81b18c2", "sha256": "0619648ccd300063210c6c68e69b1e889d3ba9eea27dba5d83127c1f0eb39730" }, "downloads": -1, "filename": "django-pygmentify-0.3.3.tar.gz", "has_sig": false, "md5_digest": "dca10c214fb4fb2ef9ce8a63a81b18c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3393109, "upload_time": "2017-04-10T21:03:29", "url": "https://files.pythonhosted.org/packages/27/53/4d3df595960a9bd5f9b3bacb80418aafbb31c39decfd252735bcac21be72/django-pygmentify-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "e53b5136835315ec468c2e6001f977f1", "sha256": "df29f4083a018a99ade74fbc4db4a9a07bdde03e6867de26cb11cb0da31b0dea" }, "downloads": -1, "filename": "django-pygmentify-0.3.4.tar.gz", "has_sig": false, "md5_digest": "e53b5136835315ec468c2e6001f977f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3396448, "upload_time": "2017-04-20T00:25:40", "url": "https://files.pythonhosted.org/packages/79/57/980d855172263ba5ca5fbdaa870ce3a706049508f4e447784906175f92cd/django-pygmentify-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c7459b18acd86f1dfe84482f9e5eec4f", "sha256": "b86d4c93e70027de91b43cb48cd600fc1bc446eaf355b4aedd6e7cd1a5ba4ae6" }, "downloads": -1, "filename": "django_pygmentify-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7459b18acd86f1dfe84482f9e5eec4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48535, "upload_time": "2017-07-17T19:00:58", "url": "https://files.pythonhosted.org/packages/e3/7b/eb5a2dc42f4ae87dc4d55bb18234889bc7ef3c5791223353c326045416ec/django_pygmentify-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cec6f5cab597cfffe03d4f75ec9d1ff", "sha256": "15a3c0ed84c30d73094b26ce8a40f2cf0eaafa01a32234eb2d860822ca3ea241" }, "downloads": -1, "filename": "django-pygmentify-0.3.5.tar.gz", "has_sig": false, "md5_digest": "3cec6f5cab597cfffe03d4f75ec9d1ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3396624, "upload_time": "2017-07-17T19:01:56", "url": "https://files.pythonhosted.org/packages/f7/b8/e08de6f453635ad3857c25f3c2a83fc862975c69fab3bdca8bc494de81b2/django-pygmentify-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "5a5055170a42fb8baa29c6e71c756246", "sha256": "f142efec7983830bc52f2ca4de73830bb373806e4e4fc03ef115202af7456395" }, "downloads": -1, "filename": "django_pygmentify-0.3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a5055170a42fb8baa29c6e71c756246", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47216, "upload_time": "2018-10-06T19:09:35", "url": "https://files.pythonhosted.org/packages/8e/71/6a5ae9ff4692aca89f12a86abec770b206c192d62b56ade8131d39ca70d8/django_pygmentify-0.3.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8934998cd73b8f7b06e28f89918f3bda", "sha256": "8bccbc010fcb24d12d19d87df5f4ee18cd1558f5bab78cc1ed10f1f61f79de81" }, "downloads": -1, "filename": "django-pygmentify-0.3.6.tar.gz", "has_sig": false, "md5_digest": "8934998cd73b8f7b06e28f89918f3bda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52703, "upload_time": "2018-10-06T19:09:37", "url": "https://files.pythonhosted.org/packages/62/18/7636cedf1d8899e82f33925f89a57b66242739289969ad9bc73d08bb09a4/django-pygmentify-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "7b9489eea167ca26c4e040d852914bd7", "sha256": "c5562728b8fa5ecc5e48514c98827562a8c10d4455f83934579487983e032467" }, "downloads": -1, "filename": "django_pygmentify-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b9489eea167ca26c4e040d852914bd7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47248, "upload_time": "2018-10-06T20:51:05", "url": "https://files.pythonhosted.org/packages/10/e6/de5d1e0649acc562a6971a3cb3b92b2b5ab164870034097fd13812a02680/django_pygmentify-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6eaf8d2592281403273ab195d04f2d6f", "sha256": "b0b705c12e488973469eb3d7587eaf3a0b0d105a0bd3f48277f1cf35ba0132af" }, "downloads": -1, "filename": "django-pygmentify-0.3.7.tar.gz", "has_sig": false, "md5_digest": "6eaf8d2592281403273ab195d04f2d6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52725, "upload_time": "2018-10-06T20:51:07", "url": "https://files.pythonhosted.org/packages/4d/28/4a063ec256e2f40c399ee01d2399afa195e83632b3909075af4b6d8b1c2c/django-pygmentify-0.3.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b9489eea167ca26c4e040d852914bd7", "sha256": "c5562728b8fa5ecc5e48514c98827562a8c10d4455f83934579487983e032467" }, "downloads": -1, "filename": "django_pygmentify-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b9489eea167ca26c4e040d852914bd7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47248, "upload_time": "2018-10-06T20:51:05", "url": "https://files.pythonhosted.org/packages/10/e6/de5d1e0649acc562a6971a3cb3b92b2b5ab164870034097fd13812a02680/django_pygmentify-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6eaf8d2592281403273ab195d04f2d6f", "sha256": "b0b705c12e488973469eb3d7587eaf3a0b0d105a0bd3f48277f1cf35ba0132af" }, "downloads": -1, "filename": "django-pygmentify-0.3.7.tar.gz", "has_sig": false, "md5_digest": "6eaf8d2592281403273ab195d04f2d6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52725, "upload_time": "2018-10-06T20:51:07", "url": "https://files.pythonhosted.org/packages/4d/28/4a063ec256e2f40c399ee01d2399afa195e83632b3909075af4b6d8b1c2c/django-pygmentify-0.3.7.tar.gz" } ] }