A simple, flexible oEmbed provider and consumer
Project description
Podiant oEmbed
A simple, flexible oEmbed provider and consumer
Quickstart
Install oEmbed:
pip install podiant-oembed
Add it to your INSTALLED_APPS
:
INSTALLED_APPS = (
...
'oembed',
...
)
Running tests
To test the app with Django:
pip install Django
coverage run --source oembed test_django.py
To test the app with Flask:
pip install Flask
coverage run --source oembed test_flask.py
Credits
Tools used in rendering this package:
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
podiant-oembed-3.0.0.tar.gz
(13.1 kB
view hashes)