Metadata-Version: 1.1
Name: stormpath-sdk
Version: 0.2.0
Summary: Stormpath SDK used to interact with the Stormpath REST API
Home-page: https://github.com/stormpath/stormpath-sdk-python
Author: Elder Crisostomo
Author-email: elder@stormpath.com
License: UNKNOWN
Description:     Stormpath SDK
            -------------
        
            DESCRIPTION
            The Stormpath Python SDK allows any Python-based application to easily use the
            Stormpath user management service for all authentication and access control needs.
        
            When you make SDK method calls, the calls are translated into HTTPS requests to
            the Stormpath REST+JSON API. The Stormpath Python SDK therefore provides a clean
            object-oriented paradigm natural to Python developers and alleviates the need to
            know how to make REST+JSON requests.
        
            LICENSE The Stormpath Python SDK is distributed under the Apache Software License.
            
Keywords: stormpath,authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires: httplib2 (>= 0.7)
Requires: unittest2py3k
Requires: PyYAML (>= 3.10)
