Metadata-Version: 1.1
Name: pyramid-sna
Version: 0.1
Summary: Pyramid Social Network Authentication
Home-page: https://github.com/lorenzogil/pyramid_sna
Author: Lorenzo Gil Sanchez
Author-email: lorenzo.gil.sanchez@gmail.com
License: UNKNOWN
Description: Pyramid Social Network Authentication
        =====================================
        
        .. image:: https://secure.travis-ci.org/lorenzogil/pyramid_sna.png
        
        pyramid_sna is a Pyramid library for authenticating users using OAuth2
        providers.
        
        It is released under the terms of a 3 clause BSD license and it is
        based on code originally from the
        `Yith Library Server <https://github.com/Yaco-Sistemas/yith-library-server>`_
        project.
        
        
        0.1 (2013-04-23)
        ----------------
        - Initial release with code from Yith Library Server
        - License change with the agreement of original YLS copyright holders
        - Make the scope configurable
        - Make the [google,facebook]_callback views return the result of
          a configurable callback function.
        
Keywords: web pyramid pylons
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
