Metadata-Version: 2.1
Name: python-keycloak-api-client
Version: 0.1.0
Summary: Client for Keycloak Api (mostly users and impersonation)
Home-page: https://github.com/masterplandev/python-keycloak-api-client
Author: Szymon Marcinkowski
Author-email: szymon@masterhub.com
License: MIT
Description: # Python Keycloak Client
        
        ## Usage
        
        ```python
        from keycloak_api_client import KeycloakApiClient
        ```
        
        ## Test
        
        ```bash
        $ tox
        ```
        
        ## Development
        
        ```bash
        $ pip install -e .
        ```
        
Keywords: keycloak,client,api
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Provides-Extra: dev
