Python reStructuredText directive for embedding content using OEmbed
Project description
PyEmbed-Rst
Python reStructuredText directive for embedding content using OEmbed.
PyEmbed-Rst allows you to embed content in your reStructuredText websites and documents from a wide range of producers. You don’t need to configure anything - the extension automatically discovers how to embed content.
Usage
Initialize the directive like this:
PyEmbedRst().register()
You can then embed content by entering a link with the special text .. embed::, like this:
.. embed:: http://www.youtube.com/watch?v=9bZkp7q19f0
This will be turned into the following HTML:
<iframe width="480" height="270" src="http://www.youtube.com/embed/9bZkp7q19f0?feature=oembed" frameborder="0" allowfullscreen></iframe>
For more information, see the PyEmbed website.
Compatibility
PyEmbed-Rst has been tested with Python 2.7, 3.3 and 3.4.
Installation
PyEmbed-Rst can be installed using pip:
pip install pyembed-rst
Contributing
To report an issue, request an enhancement, or contribute a patch, go to the PyEmbed-Rst GitHub page.
License
PyEmbed-Rst 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.1.0, 2014-08-02
Upgrade to PyEmbed v1.1.0.
v1.0.0, 2014-02-05
Initial stable release
v0.7.0, 2014-02-02
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyembed-rst-1.1.0.tar.gz
.
File metadata
- Download URL: pyembed-rst-1.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53702b4af9d497f734699f8bbdcca6d3ba476fabf82074d54a8d7e83ff248afc |
|
MD5 | 56308ca7661162de857b1afda0b70ebb |
|
BLAKE2b-256 | 13b85239d7db969059848851ed55b34ca023e534cb25ad3650bb165a64f2ff3e |
File details
Details for the file pyembed_rst-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyembed_rst-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ddafdd25cf7a3c9d68abcc3a70b3b258194070441fbf87e1a7857d47b8e49e2 |
|
MD5 | 45ff2ae2044f5c332e1befaa923c02fa |
|
BLAKE2b-256 | d83ccdcd5094f767d14a26421f066c441dce08e387fd271be3c526a719561e01 |