Metadata-Version: 1.0
Name: django-all-access
Version: 0.2.1
Summary: django-all-access is a reusable application for user registration and authentication from OAuth 1.0 and OAuth 2.0 providers such as Twitter and Facebook.
Home-page: https://github.com/mlavin/django-all-access
Author: Mark Lavin
Author-email: markdlavin@gmail.com
License: BSD
Description: django-all-access
        ===================
        
        django-all-access is a reusable application for user registration and authentication
        from OAuth 1.0 and OAuth 2.0 providers such as Twitter and Facebook.
        
        The goal of this project is to make it easy to create your own workflows for 
        authenticating with these remote APIs. django-all-access will provide the simple 
        views with sane defaults along with hooks to override the default behavior.
        
        .. image::
            https://secure.travis-ci.org/mlavin/django-all-access.png?branch=master
            :alt: Build Status
                :target: https://secure.travis-ci.org/mlavin/django-all-access
        
        
        Installation
        ------------------------------------
        
        It is easiest to install django-all-access from PyPi using pip::
        
            pip install django-all-access
        
        django-all-access requires Python 2.6 or 2.7 along with the following Python
        packages::
            
            django>=1.3
            pycrypto>=2.3
            requests>=0.13.0
            oauthlib>=0.1.0,<0.2.0
        
        
        Documentation
        --------------------------------------
        
        Additional documentation on using django-all-access is available on 
        `Read The Docs <http://readthedocs.org/docs/django-all-access/>`_.
        
        
        License
        --------------------------------------
        
        django-all-access is released under the BSD License. See the 
        `LICENSE <https://github.com/mlavin/django-all-access/blob/master/LICENSE>`_ file for more details.
        
        
        Contributing
        --------------------------------------
        
        If you think you've found a bug or are interested in contributing to this project
        check out `django-all-access on Github <https://github.com/mlavin/django-all-access>`_.
        
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
