Metadata-Version: 1.1
Name: pluralsight
Version: 0.9.0
Summary: Pluralsight client library for API management
Home-page: https://github.com/tonybaloney/pluralsight
Author: Anthony Shaw
Author-email: anthonyshaw@apache.org
License: APACHE2
Description: ===============================
        pluralsight
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/pluralsight.svg
                :target: https://pypi.python.org/pypi/pluralsight
        
        .. image:: https://img.shields.io/travis/tonybaloney/pluralsight.svg
                :target: https://travis-ci.org/tonybaloney/pluralsight
        
        .. image:: https://readthedocs.org/projects/pluralsight/badge/?version=latest
                :target: https://readthedocs.org/projects/pluralsight/?badge=latest
                :alt: Documentation Status
        
        
        Pluralsight client library for API management
        
        * Free software: Apache-2 license
        * Documentation: https://pluralsight.readthedocs.org.
        
        Features
        --------
        
        * Invitation management using the license API
        * User management using the license API
        * Team information
        
        Usage
        -----
        
        .. code-block:: python
        
            from pluralsight.licensing import LicensingAPIClient
        
            client = LicensingAPIClient(plan, api_key)
            
            invites = client.invites.get_all_invites()
        
        =======
        History
        =======
        
        0.1.0 (2016-12-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: pluralsight
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
