Metadata-Version: 1.0
Name: LoginRadius-v2
Version: 3.0
Summary: Social Login and User Registration for Python.
Home-page: http://loginradius.com/
Author: LoginRadius
Author-email: developers@loginradius.com
License: UNKNOWN
Description: LoginRadius offers a complete social infrastructure solution combining 30 major social platforms into one unified API.
        With LoginRadius, websites and mobile apps can integrate social login, enable social sharing, capture user profiles and
        social data, create a single sign-on experience for their users, and get comprehensive social analytics.
        Our social solution helps websites engage, understand, and leverage their users.
        
        This module provides a wrapper for urllib2 or the requests library to easily access the API from
        https://docs.loginradius.com/ in a more "pythonic" way. Providing easier access to essential data in a few lines of code.
        This will work with 2.0 API specifications.
        
        For more information, visit: http://loginradius.com/
        
        Prerequisites
        ========
        
        You will need at least Python - 2.7 or greater. LoginRadius module utilizes the namedtuple from the collections library
        and the import_module from importlib.
        
        From Package
        =========
        
        Using pip
        
        pip install loginradius
        
        or with easy_install
        
        easy_install loginradius
        
        Changelog
        ======
        3.0.1
        -----
        
        * Added Readme and History file
        
        3.0.0
        -----
        
        * Added Latest V2 APIs.
        
        History
        -------
        
        3.0
        +++++
        
        * Added v2 APIs
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
