Metadata-Version: 1.1
Name: django-linked-accounts
Version: 2.2
Summary: Link third-party service accounts to Django accounts.
Home-page: http://github.com/zen4ever/django-linked-accounts
Author: Andrii Kurinnyi
Author-email: andrew@zen4ever.com
License: UNKNOWN
Description: django-linked-accounts README
        ==========================
        
        This app handles linking Django auth.User accounts 
        to other third-party service accounts including:
        
         * Facebook
         * Twitter
         * Google
         * Yahoo
         * LinkedIn
        
        This package requires::
        
          oauth-flow
          httplib2
          oauth2
Keywords: django,oauth,accounts,twitter,facebook
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
