{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Markdown Utils\n=====================\n\nA reusable Django app with some useful markdown utilities.\n\nThis should mainly serve as an alternative to the `django.contrib.markup`\nmodule which has been removed in Django 1.5.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-markdown-utils\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-markdown-utils.git#egg=markdown_utils\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``markdown_utils`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'markdown_utils',\n )\n\nBefore your tags/filters are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load markdown_utils_tags %}\n\nTemplatetags\n------------\n\nrender_markdown\n+++++++++++++++\n\nUsage:\n\n.. code-block:: html\n\n {% render_markdown some_text as markdown_text %}\n {% render_markdown some_text is_safe=True as markdown_text %}\n {{ markdown_text }}\n\nRenders some given Markdown text to it's HTML representation.\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-markdown-utils\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/django-markdown-utils", "keywords": "django,app,reusable,markdown,templatetag", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-markdown-utils", "package_url": "https://pypi.org/project/django-markdown-utils/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-markdown-utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-markdown-utils" }, "release_url": "https://pypi.org/project/django-markdown-utils/0.1/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app with some useful markdown utilities", "version": "0.1" }, "last_serial": 1325324, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "67579983a79cc38783e1763977de3f84", "sha256": "2b690d973afd8fe0adb5836a40c89bf4b757d74edb2379f5814c5b8558071f87" }, "downloads": -1, "filename": "django-markdown-utils-0.1.tar.gz", "has_sig": false, "md5_digest": "67579983a79cc38783e1763977de3f84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7769, "upload_time": "2014-11-30T09:34:35", "url": "https://files.pythonhosted.org/packages/0e/59/0352730aa01eefade28d4319e84369a7bd4ae3445a1395ea050e7f257187/django-markdown-utils-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67579983a79cc38783e1763977de3f84", "sha256": "2b690d973afd8fe0adb5836a40c89bf4b757d74edb2379f5814c5b8558071f87" }, "downloads": -1, "filename": "django-markdown-utils-0.1.tar.gz", "has_sig": false, "md5_digest": "67579983a79cc38783e1763977de3f84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7769, "upload_time": "2014-11-30T09:34:35", "url": "https://files.pythonhosted.org/packages/0e/59/0352730aa01eefade28d4319e84369a7bd4ae3445a1395ea050e7f257187/django-markdown-utils-0.1.tar.gz" } ] }