{ "info": { "author": "Alireza Savand", "author_email": "alireza.savand@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Development Status :: 6 - Mature", "Environment :: Web Environment", "Framework :: Django", "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", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "=====================\nDjango MarkWhat\n=====================\n\n.. image:: https://travis-ci.org/Alir3z4/django-markwhat.svg?branch=master\n :target: https://travis-ci.org/Alir3z4/django-markwhat\n\n\n.. contents:: Table of contents\n\n.. note::\n\n Extracted from `Django 1.4 since markup deprecation `_\n\n------\n\nA collection of template filters that implement common markup languages.\n\nprovides template filters that implement the following markup\nlanguages:\n\n* ``textile`` -- implements `Textile`_ -- requires `PyTextile`_\n* ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_\n* ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_\n* ``reStructuredText`` -- implements `reStructuredText`_\n -- requires `docutils`_\n\nIn each case, the filter expects formatted markup as a string and\nreturns a string representing the marked-up text. For example, the\n``textile`` filter converts text that is marked-up in Textile format\nto HTML.\n\n\nSupported Python versions\n=========================\n\n``django-crequest`` currently can be run on multiple python versions:\n\n* Python 2 (2.7)\n* Python 3 (3.5, 3.6)\n* PyPy\n\n\n\nInstallation\n------------\n``django-markwhat`` is available on pypi:\n\nhttp://pypi.python.org/pypi/django-markwhat\n\nSo easily install it by ``pip``:\n::\n\n pip install django-markwhat\n\nOr by ``easy_install``\n::\n\n $ easy_install django-markwhat\n\nAnother way is by cloning ``django-markwhat``'s `git repo `_ :::\n\n git clone git://github.com/Alir3z4/django-markwhat.git\n\nThen install it by running:\n::\n\n $ python setup.py install\n\nConfiguration\n******************\n\nTo activate these filters, add ``'django_markwhat'`` to your\n``INSTALLED_APPS`` setting. Once you've done that, use\n``{% load markup %}`` in a template, and you'll have access to these filters.\n\n.. warning::\n\n The output of markup filters is marked \"safe\" and will not be escaped when\n rendered in a template. Always be careful to sanitize your inputs and make\n sure you are not leaving yourself vulnerable to cross-site scripting or\n other types of attacks.\n\n.. _Textile: http://en.wikipedia.org/wiki/Textile_%28markup_language%29\n.. _Markdown: http://en.wikipedia.org/wiki/Markdown\n.. _CommonMark: http://commonmark.org\n.. _CommonMark-py: https://pypi.python.org/pypi/CommonMark\n.. _reST (reStructured Text): http://en.wikipedia.org/wiki/reStructuredText\n.. _PyTextile: http://loopcore.com/python-textile/\n.. _Python-markdown: http://pypi.python.org/pypi/Markdown\n.. _docutils: http://docutils.sf.net/\n\nreStructuredText\n----------------\n\nWhen using the ``reStructuredText`` markup filter you can define a\n`RESTRUCTUREDTEXT_FILTER_SETTINGS` in your django settings to\noverride the default writer settings. See the `reStructuredText writer\nsettings`_ for details on what these settings are.\n\n.. warning::\n\n reStructuredText has features that allow raw HTML to be included, and that\n allow arbitrary files to be included. These can lead to XSS vulnerabilities\n and leaking of private information. It is your responsibility to check the\n features of this library and configure appropriately to avoid this. See the\n `Deploying Docutils Securely\n `_ documentation.\n\n.. _reStructuredText writer settings: http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer\n\nMarkdown\n--------\n\nThe Python Markdown library supports options named \"safe_mode\" and\n\"enable_attributes\". Both relate to the security of the output. To enable both\noptions in tandem, the markdown filter supports the \"safe\" argument.\n::\n\n {{ markdown_content_var|markdown:\"safe\" }}\n\n.. warning::\n\n Versions of the Python-Markdown library prior to 2.1 do not support the\n optional disabling of attributes and by default\n\nTests\n-----\n\n``django-markwhat`` is tested on both `python2` and `python3`, to run the tests:\n\n::\n\n $ python run_tests.py\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/django-markwhat/", "keywords": "django,markdown,markup,textile,rst,reStructuredText,docutils,commonmark,web", "license": "BSD-3-Clause", "maintainer": "", "maintainer_email": "", "name": "django-markwhat", "package_url": "https://pypi.org/project/django-markwhat/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-markwhat/", "project_urls": { "Homepage": "https://pypi.org/project/django-markwhat/" }, "release_url": "https://pypi.org/project/django-markwhat/1.6.2/", "requires_dist": [ "Django" ], "requires_python": "", "summary": "A collection of template filters that implement common markup languages.", "version": "1.6.2" }, "last_serial": 5760732, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "daeace2547e9e8ba59612b9fc5296579", "sha256": "be3a034de446209e701a1319cf05ba2cb8256ba6d81331759dacff088a09902b" }, "downloads": -1, "filename": "django-markwhat-1.0.tar.gz", "has_sig": false, "md5_digest": "daeace2547e9e8ba59612b9fc5296579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5694, "upload_time": "2013-01-07T21:18:45", "url": "https://files.pythonhosted.org/packages/74/ab/e65febe1c65bb33b27924ebe01388962f87e7005fa34e3dbbf67b639a2f9/django-markwhat-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "19dd6c6bdb5fce1d2a6c49f6596f0950", "sha256": "8a8145982ae5d55a1809274c37ccbedb3a8d631d7dfd020b2597c642823b858d" }, "downloads": -1, "filename": "django-markwhat-1.1.tar.gz", "has_sig": false, "md5_digest": "19dd6c6bdb5fce1d2a6c49f6596f0950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5799, "upload_time": "2014-01-19T16:06:07", "url": "https://files.pythonhosted.org/packages/e1/e7/69a72a67e82a770182c9e4417b3b637e2d003a2a2039b2664124230b2b9c/django-markwhat-1.1.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "f845bfbf109f5382edc2f00de2f8d8ba", "sha256": "2ad933ca59f7771d991233a8651f774c710cc7640e300d4873daf9e3d7e30454" }, "downloads": -1, "filename": "django-markwhat-1.3.tar.gz", "has_sig": false, "md5_digest": "f845bfbf109f5382edc2f00de2f8d8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6951, "upload_time": "2015-04-04T16:36:17", "url": "https://files.pythonhosted.org/packages/54/c7/37e2908b361107405a9ae8079f24084de49c1eb3c5ce3ee06c621c970335/django-markwhat-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "7eb84409195293c30f1162f4d7f9fe6e", "sha256": "d2cfcb1919d96bfbbb1cb9745b4b1e4ef84e9a63e2cac1bd368bafe6d3e889e2" }, "downloads": -1, "filename": "django-markwhat-1.4.tar.gz", "has_sig": false, "md5_digest": "7eb84409195293c30f1162f4d7f9fe6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7222, "upload_time": "2015-04-26T13:58:02", "url": "https://files.pythonhosted.org/packages/cc/21/3e252817dfc4968b1a7ec8b4e12d196913ca9f5296aea175f138411dc5a3/django-markwhat-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "92979184cb81a4bcb86790dc07f5be49", "sha256": "a31d6c2716038f48727316996c12cf55df893df8999bf8d46054106f4a07da1b" }, "downloads": -1, "filename": "django-markwhat-1.5.tar.gz", "has_sig": false, "md5_digest": "92979184cb81a4bcb86790dc07f5be49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7929, "upload_time": "2016-01-08T16:52:20", "url": "https://files.pythonhosted.org/packages/25/1e/8939c8f7fe9da520706f83ef3a1e2dd31e4cd0a55aa10d99491348ebfea0/django-markwhat-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "11a424d9287fcda0b4cf7efe94414196", "sha256": "1208968c41e054b99a80b5b6fcfa43f2f15c3aecb3b86da61336bcd98b52e7c8" }, "downloads": -1, "filename": "django-markwhat-1.5.1.tar.gz", "has_sig": false, "md5_digest": "11a424d9287fcda0b4cf7efe94414196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7932, "upload_time": "2016-12-07T19:07:47", "url": "https://files.pythonhosted.org/packages/91/0e/eb18a15dfa51a67b8f2beb4355f9d57710cf67259d0731e188a5d2cb5c8e/django-markwhat-1.5.1.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "a16650b247e836fd51412ec8610b5be5", "sha256": "a8b27379e52059256f4a4b670030861f82e48872d54db5c9e4389af0e0902bf0" }, "downloads": -1, "filename": "django_markwhat-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a16650b247e836fd51412ec8610b5be5", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 10944, "upload_time": "2017-12-03T15:39:54", "url": "https://files.pythonhosted.org/packages/ae/09/c4d02afb709f3dfa093cfdc64f80172cc99a5684631633909093218cd5f8/django_markwhat-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d91ba0a65d9c9a32a25a73ac6da8ac7d", "sha256": "6b0f6861727a5c3997485c95c01a51d3a316bfcaebfc67406196da1527c1da19" }, "downloads": -1, "filename": "django-markwhat-1.6.0.tar.gz", "has_sig": false, "md5_digest": "d91ba0a65d9c9a32a25a73ac6da8ac7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8036, "upload_time": "2017-12-03T15:39:53", "url": "https://files.pythonhosted.org/packages/3e/23/1864c06c805df63b28e6b86d2e07be340b320d9574733150679690b9c0aa/django-markwhat-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "d7a1fe2144535b7103dc66ef05cf82fe", "sha256": "e45d5f031a48bb6a1fe4e741b9e85593f07bf8f45b5f4797e5cf02133cb424b6" }, "downloads": -1, "filename": "django_markwhat-1.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7a1fe2144535b7103dc66ef05cf82fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6523, "upload_time": "2018-09-06T18:21:17", "url": "https://files.pythonhosted.org/packages/4b/40/7a285b8850b9f1c64cee6aaffbb0c061947db3291008fdb604bcea21d909/django_markwhat-1.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b76af61100589bd810378a4d1dd996e8", "sha256": "cb6cd59ea7fd4d2c2eca8e9a61f6ab2a6a7aa45bea844366ddaf50cce359e84e" }, "downloads": -1, "filename": "django-markwhat-1.6.1.tar.gz", "has_sig": false, "md5_digest": "b76af61100589bd810378a4d1dd996e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8038, "upload_time": "2018-09-06T18:21:18", "url": "https://files.pythonhosted.org/packages/81/07/fd3e68894bbc0b9b207481480e44f4f0a80b61d7c7b9c140943abfbf2a63/django-markwhat-1.6.1.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "79177884fa19288fd86b5a05f5d05aa8", "sha256": "ade3b57d8620f13152642399129c7014fd7573be2dafff07f687017e5b6ecff0" }, "downloads": -1, "filename": "django_markwhat-1.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79177884fa19288fd86b5a05f5d05aa8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8231, "upload_time": "2019-08-30T15:01:14", "url": "https://files.pythonhosted.org/packages/1d/ee/1d5290b13b62d71485c1bf9797e089a340374b11aacb7b60ae4076aeb6b7/django_markwhat-1.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cdb7bb446c1fa165a0e0b4731c8fde8", "sha256": "d16b760f36e51c1a4e6cc440eaafda599625ae4ad5a4e88c1933b573b865e17a" }, "downloads": -1, "filename": "django-markwhat-1.6.2.tar.gz", "has_sig": false, "md5_digest": "0cdb7bb446c1fa165a0e0b4731c8fde8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8102, "upload_time": "2019-08-30T15:01:15", "url": "https://files.pythonhosted.org/packages/89/9d/6f85283af7c4bf4502f9fe3389481686170fe8dbc00f948305c1f6669526/django-markwhat-1.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79177884fa19288fd86b5a05f5d05aa8", "sha256": "ade3b57d8620f13152642399129c7014fd7573be2dafff07f687017e5b6ecff0" }, "downloads": -1, "filename": "django_markwhat-1.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79177884fa19288fd86b5a05f5d05aa8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8231, "upload_time": "2019-08-30T15:01:14", "url": "https://files.pythonhosted.org/packages/1d/ee/1d5290b13b62d71485c1bf9797e089a340374b11aacb7b60ae4076aeb6b7/django_markwhat-1.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cdb7bb446c1fa165a0e0b4731c8fde8", "sha256": "d16b760f36e51c1a4e6cc440eaafda599625ae4ad5a4e88c1933b573b865e17a" }, "downloads": -1, "filename": "django-markwhat-1.6.2.tar.gz", "has_sig": false, "md5_digest": "0cdb7bb446c1fa165a0e0b4731c8fde8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8102, "upload_time": "2019-08-30T15:01:15", "url": "https://files.pythonhosted.org/packages/89/9d/6f85283af7c4bf4502f9fe3389481686170fe8dbc00f948305c1f6669526/django-markwhat-1.6.2.tar.gz" } ] }