You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
[![Build Status](https://travis-ci.org/marcospereirampj/python-keycloak.svg?branch=master)](https://travis-ci.org/marcospereirampj/python-keycloak) [![Documentation Status](https://readthedocs.org/projects/python-keycloak/badge/?version=latest)](http://python-keycloak.readthedocs.io/en/latest/?badge=latest)
Python Keycloak ====================
**python-keycloak** is a Python package providing access to the Keycloak API.
## Installation ##
### Requirements ###
python-keycloak depends on:
* [requests](http://docs.python-requests.org/en/master/) * [httmock](https://github.com/patrys/httmock)
### Install ###
```bash python setup.py install ```
## Bug reports ##
Please report bugs and feature requests at https://github.com/marcospereirampj/python-keycloak/issues
## Documentation ##
The documentation for python-keycloak is available on [readthedocs](http://python-keycloak.readthedocs.io).
|