{ "info": { "author": "Rowan Nairn", "author_email": "rnairn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A more liberal autolink extension for python Markdown\n- inspired by Django's urlize function`\n\nRequires: http://pypi.python.org/pypi/Markdown\n\nTo make this extension loadable by Mardown, just drop ``mdx_urlize.py`` into your PYTHONPATH or projects root.\n\nFrom http://stackoverflow.com/a/6553787/352452:\n\nOnce installed, you can use it in a Django template like this:\n\n {{ value|markdown:\"urlize\" }}\n\nOr in Python code like this:\n\n import markdown \n md = markdown.Markdown(safe_mode=True, extensions=['urlize']) \n converted_text = md.convert(text) \n\nHere is the start of the [Markdown extension docs](http://pythonhosted.org/Markdown/extensions/index.html) in case you need more info.", "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/r0wb0t/markdown-urlize", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "markdown-urlize", "package_url": "https://pypi.org/project/markdown-urlize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/markdown-urlize/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/r0wb0t/markdown-urlize" }, "release_url": "https://pypi.org/project/markdown-urlize/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A more liberal autolink extension for python Markdown", "version": "0.2.0" }, "last_serial": 2743475, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "a6a5c433f87d8c65d456d156ef012893", "sha256": "93ad5d00cdeacb5db1a01a39e2cb3bc3da03ad73e9c57688ee83331baff96daf" }, "downloads": -1, "filename": "markdown-urlize-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a6a5c433f87d8c65d456d156ef012893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3267, "upload_time": "2017-03-31T11:09:20", "url": "https://files.pythonhosted.org/packages/7d/3f/55b8b93439a07cc4d7dc0e591ad7d705ec1bc58b1995a3d5c3ebf1fbb6e0/markdown-urlize-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6a5c433f87d8c65d456d156ef012893", "sha256": "93ad5d00cdeacb5db1a01a39e2cb3bc3da03ad73e9c57688ee83331baff96daf" }, "downloads": -1, "filename": "markdown-urlize-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a6a5c433f87d8c65d456d156ef012893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3267, "upload_time": "2017-03-31T11:09:20", "url": "https://files.pythonhosted.org/packages/7d/3f/55b8b93439a07cc4d7dc0e591ad7d705ec1bc58b1995a3d5c3ebf1fbb6e0/markdown-urlize-0.2.0.tar.gz" } ] }