Metadata-Version: 1.1
Name: simple-django-oauth
Version: 0.1
Summary: Adds OAuth support to Django
Home-page: http://github.com/nvie/simple-django-oauth
Author: Vincent Driessen
Author-email: vincent@3rdcloud.com
License: BSD
Description: 
        simple-django-oauth
        -------------------
        
        Adds OAuth support to Django.
        
        History
        ```````
        
        This work is fully based on the implemented of Flask-OAuth by Armin Ronacher.
        It's adapted to work with Django (especially Django's HttpRequests) by Vincent
        Driessen.
        
        Links
        `````
        
        * `original documentation <http://packages.python.org/Flask-OAuth>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
