Skip to main content

Python OEmbed consumer library with automatic discovery of producers

Project description

PyEmbed

https://secure.travis-ci.org/pyembed/pyembed.png?branch=master https://coveralls.io/repos/pyembed/pyembed/badge.png https://pypip.in/d/pyembed/badge.png https://pypip.in/v/pyembed/badge.png https://pypip.in/wheel/pyembed/badge.png https://pypip.in/egg/pyembed/badge.png https://pypip.in/license/pyembed/badge.png

OEmbed consumer library for Python with automatic discovery of producers.

PyEmbed allows you to easily embed content on your website from a wide variety of producers (including Flickr, Twitter and YouTube). Unlike many OEmbed consumers, you don’t need to configure each producer that you want to use - PyEmbed discovers the configuration automatically.

You just need to provide the URL, and PyEmbed will generate a block of HTML, ready for you to include in your page:

>>> from pyembed.core import PyEmbed
>>> html = PyEmbed().embed('http://www.youtube.com/watch?v=9bZkp7q19f0')
<iframe width="480" height="270" src="http://www.youtube.com/embed/9bZkp7q19f0?feature=oembed" frameborder="0" allowfullscreen></iframe>

There are plugins for embedding content into Markdown and reStructuredText documents, and for customizing embeddings with Jinja2 and Mustache templates. For more information, see the PyEmbed website.

Compatibility

PyEmbed has been tested with Python 2.7 and 3.3.

Installation

PyEmbed can be installed using pip:

pip install pyembed

Contributing

To report an issue, request an enhancement, or contribute a patch, go to the PyEmbed GitHub page.

License

PyEmbed is distributed under the MIT license.

Copyright (c) 2013 Matt Thomson

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Changes

v1.2.1, 2015-08-15

Bug fixes:

  • #50: Specify Beautiful Soup parser

v1.2.0, 2015-08-12

Enhancements:

  • #48: Use official list of providers

v1.1.2, 2015-01-03

Enhancements:

  • #44: Allow overriding of default templates by subclassing.

v1.1.1, 2014-09-02

Bug fixes:

  • #42: Error embedding from SoundCloud.

v1.1.0, 2014-08-02

Enhancements:

  • #40: Add support for providers that do not have discovery enabled.

v1.0.0, 2014-02-05

Initial stable release

v0.7.0, 2014-01-20

Breaking changes:

  • The pyembed.core.consumer.embed method has been removed. Instead, call embed on the pyembed.core.PyEmbed class.

v0.6.1, 2014-01-11

Bug fixes:

  • #36: Failure to handle relative OEmbed URLs

v0.6.0, 2014-01-01

Breaking changes:

  • The option to provide Mustache templates for rendering has been removed. It will be restored in a new pyembed-mustache module.

Enhancements:

  • #33: Make rendering engines pluggable

v0.5.0, 2014-01-01

Breaking changes:

  • The rembed package has been renamed to pyembed.

Enhancements:

  • #30: Rename to PyEmbed

v0.4.3, 2013-12-29

Rebuilt due to error in deployment process. No functional changes.

v0.4.2, 2013-12-29

Rebuilt due to error in deployment process. No functional changes.

v0.4.1, 2013-12-29

Rebuilt due to error in deployment process. No functional changes.

v0.4.0, 2013-12-29

Enhancements:

  • #5: More control over embedding format

v0.3.0, 2013-08-03

Breaking changes:

  • The rembed package has been renamed to rembed.core.

Enhancements:

  • #19: Make rembed into a namespace package

v0.2.2, 2013-08-03

Enhancements:

  • #20: Add code coverage to build

  • #21: Add static analysis to build

v0.2.1, 2013-08-02

Bug fixes:

  • #17: Classifiers not shown in PyPI

v0.2.0, 2013-07-30

Enhancements:

  • #3: Support Python 3

  • #4: Add maxheight and maxwidth parameters

  • #10: Improve PyPI package entry

Bug fixes:

  • #9: Tidy up requirements duplication

v0.1.1, 2013-07-29

Bug fixes:

  • #6: Package fails to install

v0.1.0, 2013-07-29

Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyembed-1.2.1.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyembed-1.2.1-py2.py3-none-any.whl (24.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pyembed-1.2.1.tar.gz.

File metadata

  • Download URL: pyembed-1.2.1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyembed-1.2.1.tar.gz
Algorithm Hash digest
SHA256 f570aa719d10cb2d732b250bd5d8aa382fc0d02542263940f00d8b07edfcdf9a
MD5 6f19edc1936fd3772d0b2d35961acb8c
BLAKE2b-256 936720d9e9f8c5f4cf22a56a62b9efeada5a2151e8a0b1ccdf5d7ee269ce89bf

See more details on using hashes here.

File details

Details for the file pyembed-1.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyembed-1.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5db5dc7b9923607fc1ce1fb449d023d1b7e8992fda9ac16c4ed5b0a83fb0ca5c
MD5 5064206254b80f694fffcf2dc957e618
BLAKE2b-256 86b5fb2e9b1d365f7f644d5d47e4b7b2d03fb2ac5e592e6a03ff0ce331c5bbb4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page