{ "info": { "author": "Matt Thomson", "author_email": "mattjohnthomson@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Text Processing" ], "description": "PyEmbed-Markdown\n===============\n\n.. image:: https://secure.travis-ci.org/pyembed/pyembed-markdown.png?branch=master\n :target: http://travis-ci.org/pyembed/pyembed-markdown\n.. image:: https://coveralls.io/repos/pyembed/pyembed-markdown/badge.png\n :target: https://coveralls.io/r/pyembed/pyembed-markdown\n.. image:: https://pypip.in/d/pyembed-markdown/badge.png\n :target: https://pypi.python.org/pypi/pyembed-markdown/\n.. image:: https://pypip.in/v/pyembed-markdown/badge.png\n :target: https://pypi.python.org/pypi/pyembed-markdown/\n.. image:: https://pypip.in/wheel/pyembed-markdown/badge.png\n :target: https://pypi.python.org/pypi/pyembed-markdown/\n.. image:: https://pypip.in/egg/pyembed-markdown/badge.png\n :target: https://pypi.python.org/pypi/pyembed-markdown/\n.. image:: https://pypip.in/license/pyembed-markdown/badge.png\n :target: https://pypi.python.org/pypi/pyembed-markdown/\n\nPython Markdown extension for embedding content using `OEmbed`_.\n\nPyEmbed-Markdown allows you to embed content in your Markdown websites and\ndocuments from a wide range of producers. You don't need to configure\nanything - the extension automatically discovers how to embed content.\n\nUsage\n-----\n\nInitialize the extension like this:\n\n::\n\n md = markdown.Markdown(extensions=[PyEmbedMarkdown()])\n\nYou can then embed content by entering a link with the special text `!embed`,\nlike this:\n\n::\n\n [!embed](http://www.youtube.com/watch?v=9bZkp7q19f0)\n\nThis will be turned into the following HTML:\n\n::\n\n \n\nFor more information, see the `PyEmbed`_ website.\n\nCompatibility\n-------------\n\nPyEmbed-Markdown has been tested with Python 2.7, 3.3 and 3.4.\n\nInstallation\n------------\n\nPyEmbed-Markdown can be installed using pip:\n\n::\n\n pip install pyembed-markdown\n\nContributing\n------------\n\nTo report an issue, request an enhancement, or contribute a patch, go to\nthe PyEmbed-Markdown `GitHub`_ page.\n\nLicense\n-------\n\nPyEmbed-Markdown is distributed under the MIT license.\n\n::\n\n Copyright (c) 2013 Matt Thomson\n\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n \"Software\"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n.. _OEmbed: http://oembed.com\n.. _PyEmbed: http://pyembed.github.io\n.. _GitHub: https://github.com/pyembed/pyembed-markdown\n\n.. :changelog:\n\nChanges\n=======\n\nv1.1.0, 2014-08-02\n------------------\n\nUpgrade to PyEmbed v1.1.0.\n\nv1.0.0, 2014-02-05\n------------------\n\nInitial stable release\n\nv0.7.1, 2014-01-20\n------------------\n\nBreaking changes:\n\n- The class ``PyEmbedMarkdown`` has been moved to the ``pyembed.markdown``\n package.\n\nv0.7.0, 2014-01-20\n------------------\n\nBreaking changes:\n\n- The class ``PyEmbedExtension`` has been renamed to ``PyEmbedMarkdown``.\n\nv0.6.0, 2014-01-01\n------------------\n\nEnhancements:\n\n- #15: Use pluggable renderer\n\nv0.5.0, 2014-01-01\n------------------\n\nBreaking changes:\n\n- The ``rembed`` package has been renamed to ``pyembed``.\n\nEnhancements:\n\n- #12: Rename to PyEmbed\n\nv0.2.0, 2013-12-29\n------------------\n\nEnhancements:\n\n- #5: Allow specifying maximum height / width\n- #6: Allow use of custom templates\n\nv0.1.3, 2013-10-26\n------------------\n\nBug fixes:\n\n- #4: Bad HTML tags in output\n\nv0.1.2, 2013-08-09\n------------------\n\nDocumentation fix\n\nv0.1.1, 2013-08-09\n------------------\n\nFix PyPI packaging problem\n\nv0.1.0, 2013-08-09\n------------------\n\nInitial release", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/pyembed-markdown/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pyembed.github.io", "keywords": null, "license": "Copyright (c) 2013 Matt Thomson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "pyembed-markdown", "package_url": "https://pypi.org/project/pyembed-markdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyembed-markdown/", "project_urls": { "Download": "https://pypi.python.org/pypi/pyembed-markdown/", "Homepage": "http://pyembed.github.io" }, "release_url": "https://pypi.org/project/pyembed-markdown/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python Markdown extension for embedding content using OEmbed", "version": "1.1.0" }, "last_serial": 1177487, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "2d454d5dc03b8036241f6c95fc8cb43a", "sha256": "3b286937b812751ba7b2dc30eb800aacbd7a9b4801b9dcbe6f6ae3786eba15e8" }, "downloads": -1, "filename": "pyembed-markdown-0.5.0.zip", "has_sig": false, "md5_digest": "2d454d5dc03b8036241f6c95fc8cb43a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13488, "upload_time": "2014-01-01T13:08:04", "url": "https://files.pythonhosted.org/packages/f3/84/20c97831c0b484372bc2ed80d04747f7e010ff0c4db83ec5fb79b1693fbb/pyembed-markdown-0.5.0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "3c54bea6818716a4e0755429090a9f0d", "sha256": "c462704c776cead448707f9b534c7c6b60fe8fb7938e78f244c593a70e24f89f" }, "downloads": -1, "filename": "pyembed-markdown-0.6.0.tar.gz", "has_sig": false, "md5_digest": "3c54bea6818716a4e0755429090a9f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4490, "upload_time": "2014-01-01T19:58:36", "url": "https://files.pythonhosted.org/packages/c9/c2/277c09dbbdc4c3531ba88417a5d7bb17ec4a0b0ba1b6f3fa431e97cda8e1/pyembed-markdown-0.6.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "2e07edd5fa9f1016d2f45ee9e00db551", "sha256": "20689709d6cdcefa2b268e1767a359eae970400bd46646b53a42b1d927a74519" }, "downloads": -1, "filename": "pyembed-markdown-0.6.0.zip", "has_sig": false, "md5_digest": "2e07edd5fa9f1016d2f45ee9e00db551", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13556, "upload_time": "2014-01-01T19:56:36", "url": "https://files.pythonhosted.org/packages/db/76/0fd8c2606c8759ca01c10541df6bc9c41242bf0f7fe6373201c970a6b4a2/pyembed-markdown-0.6.0.zip" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "32ac6828c03c28fb3ceeabe44c596f19", "sha256": "6002535007b0397c2c0853395500cf47eba33bd65ea6b18001895fe0cc5c0714" }, "downloads": -1, "filename": "pyembed-markdown-0.7.0.zip", "has_sig": false, "md5_digest": "32ac6828c03c28fb3ceeabe44c596f19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13662, "upload_time": "2014-01-20T21:02:43", "url": "https://files.pythonhosted.org/packages/29/e7/0b7b7ee809275306c96669812bd6c495f4fdbd7d0a716529396c37269acb/pyembed-markdown-0.7.0.zip" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "05df583ea9930ae890e447d9834c5258", "sha256": "df41293c8a55b9aeaf1ba0ce16aed26cb550b02fda3dd1a74677c2d18b5a771b" }, "downloads": -1, "filename": "pyembed-markdown-0.7.1.zip", "has_sig": false, "md5_digest": "05df583ea9930ae890e447d9834c5258", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12859, "upload_time": "2014-01-20T21:26:12", "url": "https://files.pythonhosted.org/packages/fe/39/2d6c535a9e5ca7402d8b4feb3a2deb6001ac67eded618440c650ac461973/pyembed-markdown-0.7.1.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "fde194cc6a730aa9f0161d807642088f", "sha256": "fb0496cef58765f780b393c69003701f497a032750229a9b38d1c7b1d9d8980d" }, "downloads": -1, "filename": "pyembed-markdown-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fde194cc6a730aa9f0161d807642088f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4619, "upload_time": "2014-02-05T20:22:13", "url": "https://files.pythonhosted.org/packages/0a/c2/b2a6354aaee2db4f55b763a9eba05fc546b6872ab338d94dc7f9ce033cb5/pyembed-markdown-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "05aea051daa650bc3a5daef03c737ded", "sha256": "868a9dd15b18ccfe73263873b06ffcdd66fbf817b095b8d69313a8c85e92a928" }, "downloads": -1, "filename": "pyembed_markdown-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05aea051daa650bc3a5daef03c737ded", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9103, "upload_time": "2014-08-02T10:35:01", "url": "https://files.pythonhosted.org/packages/17/7c/484f433fabe6ea2bd4477957143d626cb96e70572117207de0a13b9471e4/pyembed_markdown-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac0ab0e1502d5803695667511625930b", "sha256": "2854893ad3f0025f8a94a83c71ecb7060c1f9efecdc7d76392817616703ebb84" }, "downloads": -1, "filename": "pyembed-markdown-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ac0ab0e1502d5803695667511625930b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4712, "upload_time": "2014-08-02T10:34:58", "url": "https://files.pythonhosted.org/packages/36/79/a8e07491b594c594fe61148da16ce75e21d235da450301ddbd679f87e843/pyembed-markdown-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05aea051daa650bc3a5daef03c737ded", "sha256": "868a9dd15b18ccfe73263873b06ffcdd66fbf817b095b8d69313a8c85e92a928" }, "downloads": -1, "filename": "pyembed_markdown-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05aea051daa650bc3a5daef03c737ded", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9103, "upload_time": "2014-08-02T10:35:01", "url": "https://files.pythonhosted.org/packages/17/7c/484f433fabe6ea2bd4477957143d626cb96e70572117207de0a13b9471e4/pyembed_markdown-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac0ab0e1502d5803695667511625930b", "sha256": "2854893ad3f0025f8a94a83c71ecb7060c1f9efecdc7d76392817616703ebb84" }, "downloads": -1, "filename": "pyembed-markdown-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ac0ab0e1502d5803695667511625930b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4712, "upload_time": "2014-08-02T10:34:58", "url": "https://files.pythonhosted.org/packages/36/79/a8e07491b594c594fe61148da16ce75e21d235da450301ddbd679f87e843/pyembed-markdown-1.1.0.tar.gz" } ] }