Metadata-Version: 1.1
Name: python-keycloak-plus
Version: 0.0.17
Summary: python-keycloak-plus is a Python package providing access to the Keycloak API. Based on python-keycloak library
Home-page: https://bitbucket.org/umedef/python-keycloak-plus
Author: Ume Def
Author-email: umedef@gmail.com
License: The MIT License
Description: [![Documentation Status](https://readthedocs.org/projects/python-keycloak/badge/?version=latest)](http://python-keycloak.readthedocs.io/en/latest/?badge=latest)
        
        Python Keycloak Plus
        ====================
        
        For review- see https://bitbucket.org/umedef/python-keycloak-plus
        
        **python-keycloak-plus** is a Python package providing access to the Keycloak API. Based on https://bitbucket.org/agriness/python-keycloak package
        
        ## Installation
        
        ### Via Pypi Package:
        
        ``` $ pip install python-keycloak-plus ```
        
        ### Manually
        
        ``` $ python setup.py install ```
        
        ## Dependencies
        
        python-keycloak depends on:
        
        * Python 3
        * [requests](http://docs.python-requests.org/en/master/)
        * [python-jose](http://python-jose.readthedocs.io/en/latest/)
        
        ### Tests Dependencies
        
        * unittest
        * [httmock](https://github.com/patrys/httmock)
        
        ## Bug reports
        
        Please report bugs and feature requests at
        https://bitbucket.org/agriness/python-keycloak/issues
        
        ## Documentation
        
        The documentation for python-keycloak is available on [readthedocs](http://python-keycloak.readthedocs.io).
        
        ## Contributors
        
        * [UmeDef](https://bitbucket.org/umedef/)
        
        ## Usage
        
        See readme https://bitbucket.org/agriness/python-keycloak .
Keywords: keycloak openid
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Utilities
