Metadata-Version: 1.1
Name: oktalib
Version: 1.1.0
Summary: A library to interface with okta through it's restful api
Home-page: https://github.com/schubergphilis/oktalib.git
Author: Costas Tyfoxylos
Author-email: ctyfoxylos@schubergphilis.com
License: MIT
Description: =======
        oktalib
        =======
        
        A library to interface with okta through it's restful api
        
        
        * Documentation: http://oktalib.readthedocs.io/en/latest/
        
        Features
        --------
        
        * Manages groups, users and applications
        
        
        Todo
        ----
        
        * This code is MVP. It requires a lot of optimizations and extensions.
        * Things to do are, try to make the retrieving faster and implement smart caching for entities.
        
        
        
        
        History
        -------
        
        0.1 (2018-05-25)
        ---------------------
        
        * First release
        
        
        1.0.0 (19-10-2018)
        ------------------
        
        * Updated template to python3.7 Dropped support for python2.7
        
        
        1.1.0 (23-10-2018)
        ------------------
        
        * Added setting of user password capability
        
Keywords: oktalib okta api python rest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
