Metadata-Version: 1.0
Name: pyramid_oauth2_client
Version: 0.1
Summary: Library for authenticating Pyramid apps using OAuth2
Home-page: https://github.com/hathawsh/pyramid_oauth2_client
Author: Shane Hathaway
Author-email: shane@hathawaymix.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: 
        This library lets Pyramid applications authenticate users with an OAuth2
        service such as Facebook or a Yasso_ server.
        
        .. _Yasso: http://pypi.python.org/pypi/yasso
        
        See the oauth2sample_ package for an example of how to use this library.
        
        .. _oauth2sample: http://pypi.python.org/pypi/oauth2sample
        
        
        
Keywords: web pylons pyramid oauth oauth2 facebook yasso
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
