Metadata-Version: 2.1
Name: podiant-oembed
Version: 3.4.0
Summary: A simple, flexible oEmbed provider and consumer
Home-page: https://git.steadman.io/podiant/oembed
Author: Mark Steadman
Author-email: mark@podiant.co
License: MIT
Description: Podiant oEmbed
        ==============
        
        ![Build](https://git.steadman.io/podiant/oembed/badges/master/build.svg)
        ![Coverage](https://git.steadman.io/podiant/oembed/badges/master/coverage.svg)
        
        A simple, flexible oEmbed provider and consumer
        
        ## Quickstart
        
        Install oEmbed:
        
        ```sh
        pip install podiant-oembed
        ```
        
        Add it to your `INSTALLED_APPS`:
        ```python
        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:
        
        - [Cookiecutter](https://github.com/audreyr/cookiecutter)
        - [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)
        
Keywords: podiant-oembed
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
