{ "info": { "author": "Alexey Kinyov", "author_email": "rudy@05bit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML" ], "description": "====================\r\nAvailable extensions\r\n====================\r\n\r\nAt the moment 2 extensions available:\r\n\r\n\t1. autobr - for converting line breaks to br-tags\r\n\t2. autolink - for automatically converting urls to links\r\n\r\n============\r\nInstallation\r\n============\r\n\r\nGet source from GitHub_::\r\n\r\n\t$ git clone git://github.com/05bit/python-mdxflavours.git\r\n\r\nand add mdxflavours to PYTHONPATH::\r\n\r\n $ export PYTHONPATH=$PYTHONPATH:$(pwd)/mdxflavours/\r\n\r\nor::\r\n\r\n $ cd mdxflavours\r\n $ python setup.py install\r\n\r\nNote: importing package ``mdxflavours`` automatically adds required\r\npath to system paths.\r\n\r\n=====\r\nUsage\r\n=====\r\n\r\nExample for auto line breaks::\r\n\r\n\t>>> import markdown\r\n\t>>> markdown.markdown(u'And may the force \\nbe with you!') # no extension\r\n\t>>> u'

And may the force
\\nbe with you!

'\r\n\t>>> markdown.markdown(u'And may the force\\nbe with you!', extensions=['autobr'])\r\n\t>>> u'

And may the force
\\nbe with you!

'\r\n\r\n.. _GitHub: https://github.com/05bit/python-mdxflavours", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/05bit/python-mdxflavours/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/05bit/python-mdxflavours", "keywords": "markdown,extensions", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "mdxflavours", "package_url": "https://pypi.org/project/mdxflavours/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mdxflavours/", "project_urls": { "Download": "https://github.com/05bit/python-mdxflavours/zipball/master", "Homepage": "https://github.com/05bit/python-mdxflavours" }, "release_url": "https://pypi.org/project/mdxflavours/1.0/", "requires_dist": null, "requires_python": null, "summary": "Markdown extensions for basic syntax flavoring.", "version": "1.0" }, "last_serial": 772719, "releases": { "0.9": [], "1.0": [ { "comment_text": "", "digests": { "md5": "e761e162eba0d8e2bccce384a08ce60b", "sha256": "bf9b45f95868316310ad229c231026aa5fea967193f37381b36cb4706e2c9c65" }, "downloads": -1, "filename": "mdxflavours-0.9.tar.gz", "has_sig": false, "md5_digest": "e761e162eba0d8e2bccce384a08ce60b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3387, "upload_time": "2012-01-10T17:22:58", "url": "https://files.pythonhosted.org/packages/3e/9c/5278b9a8439ab586530fb8c91661fb0052fde231ceafde24c836616c77f7/mdxflavours-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e761e162eba0d8e2bccce384a08ce60b", "sha256": "bf9b45f95868316310ad229c231026aa5fea967193f37381b36cb4706e2c9c65" }, "downloads": -1, "filename": "mdxflavours-0.9.tar.gz", "has_sig": false, "md5_digest": "e761e162eba0d8e2bccce384a08ce60b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3387, "upload_time": "2012-01-10T17:22:58", "url": "https://files.pythonhosted.org/packages/3e/9c/5278b9a8439ab586530fb8c91661fb0052fde231ceafde24c836616c77f7/mdxflavours-0.9.tar.gz" } ] }