Client for Keycloak Api (mostly users and impersonation)
Project description
Python Keycloak Client
Usage
from keycloak_api_client import KeycloakApiClient
keycloak_api_client = KeycloakApiClient(...)
read_keycloak_user = keycloak_api_client.get_keycloak_user_by_email('johndoe@example.com')
Test
$ tox
Development
$ pip install -e .
Changelog
v0.4.0
- Added method
reset_password
v0.3.0
- Added method
count_users
v0.2.2
- Added
limit
andoffset
params inKeycloakApiClient.search_users()
to control paging
v0.2.1
- Fixed
StopIteration
when downloading user by email in case email partially matches found users but not exact match exact email
v0.2.0
- Method
get_keycloak_user
was replaced byget_keycloak_user_by_id
andget_keycloak_user_by_email
v0.1.1
- Fixed typo
v0.1.0
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for python-keycloak-api-client-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a700fea294b60b46005a5944ea982cf37b8f4b3bd98afbdb6349502fe99e9de2 |
|
MD5 | c757c110977826f1885f45e63bb4f9cf |
|
BLAKE2b-256 | 55f74e811c6cdbf1a35516bc6b219047bcccd0720019f14ca62e237548c2dd23 |
Close
Hashes for python_keycloak_api_client-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4b65d2ec38fdf8d6bdc5b9b9ef5a1789bd4f9fd4fae1b29cc300afc7b346a18 |
|
MD5 | 928bf7bf891f8faa765a62420a9073de |
|
BLAKE2b-256 | 0b4dc621b4ade3dc889194f13421fbff680d9ed83a2636bf34334fb0512b21ee |