Metadata-Version: 1.0
Name: wsgi-oauth2
Version: 0.1.3
Summary: Simple WSGI middleware for OAuth 2.0
Home-page: http://styleshare.github.com/wsgi-oauth2/
Author: Hong Minhee
Author-email: dahlia@stylesha.re
License: UNKNOWN
Description: wsgi-oauth2
        ===========
        
        .. image:: http://oauth.net/images/oauth-2-sm.png
        
        This module provides a simple WSGI middleware that requires the user to
        authenticate via the specific `OAuth 2.0`_ service e.g. Facebook_, Google_.
        
        You can install the package via downloading from PyPI_::
        
            $ easy_install wsgi-oauth2
        
        Read the documentation_ as well.
        
        .. _OAuth 2.0: http://oauth.net/2/
        .. _Facebook: http://www.facebook.com/
        .. _Google: http://www.google.com/
        .. _PyPI: http://pypi.python.org/pypi/wsgi-oauth2
        .. _documentation: http://styleshare.github.com/wsgi-oauth2/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
