Metadata-Version: 1.0
Name: python-keycloak-client
Version: 0.1.1
Summary: Install Python Keycloak client.
Home-page: https://github.com/Peter-Slump/python-keycloak-client
Author: Peter Slump
Author-email: peter@yarf.nl
License: MIT
Description-Content-Type: UNKNOWN
Description: # Python Keycloak Client
        
        [![Build Status](https://www.travis-ci.org/Peter-Slump/python-keycloak-client.svg?branch=master)](https://www.travis-ci.org/Peter-Slump/python-keycloak-client)
        [![Documentation Status](https://readthedocs.org/projects/python-keycloak-client/badge/?version=latest)](http://python-keycloak-client.readthedocs.io/en/latest/?badge=latest)
        [![codecov](https://codecov.io/gh/Peter-Slump/python-keycloak-client/branch/master/graph/badge.svg)](https://codecov.io/gh/Peter-Slump/python-keycloak-client)
        [![Maintainability](https://api.codeclimate.com/v1/badges/30e837f8c737b5b3e120/maintainability)](https://codeclimate.com/github/Peter-Slump/python-keycloak-client/maintainability)
        
        Python Client for Keycloak identity and access management service
        
        Current version: 0.1.1
        
        [Documentation](http://python-keycloak-client.readthedocs.io/en/latest/)
        
        http://www.keycloak.org/
        
        https://github.com/Peter-Slump/python-keycloak-client
        
        ## Development
        
        Install development environment:
        
        ```bash
        $ make install-python
        ```
        
        ### Writing docs
        
        Documentation is written using Sphinx and maintained in the docs folder.
        
        To make it easy to write docs Docker support is available.
        
        First build the Docker container:
        
            $ docker build . -f DockerfileDocs -t python-keycloak-client-docs
        
        Run the container
        
            $ docker run -v `pwd`:/src --rm -t -i -p 8050:8050 python-keycloak-client-docs
        
        Go in the browser to http://localhost:8050 and view the documentation which get
        refreshed and updated on every update in the documentation source.
Platform: UNKNOWN
