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.

30 lines
910 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. [![Build Status](https://travis-ci.org/marcospereirampj/python-keycloak.svg?branch=master)](https://travis-ci.org/marcospereirampj/python-keycloak)
  2. [![Documentation Status](https://readthedocs.org/projects/python-keycloak/badge/?version=latest)](http://python-keycloak.readthedocs.io/en/latest/?badge=latest)
  3. Python Keycloak
  4. ====================
  5. **python-keycloak** is a Python package providing access to the Keycloak API.
  6. ## Installation ##
  7. ### Requirements ###
  8. python-keycloak depends on:
  9. * [requests](http://docs.python-requests.org/en/master/)
  10. * [httmock](https://github.com/patrys/httmock)
  11. ### Install ###
  12. ```bash
  13. python setup.py install
  14. ```
  15. ## Bug reports ##
  16. Please report bugs and feature requests at
  17. https://github.com/marcospereirampj/python-keycloak/issues
  18. ## Documentation ##
  19. The documentation for python-keycloak is available on [readthedocs](http://python-keycloak.readthedocs.io).