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.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.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dec398c70b660cc0b17718810d8c297754560d02c48d6d8b6e64298eda4a5218 |
|
MD5 | 0222e9e63f14d5241607b354370367ce |
|
BLAKE2b-256 | be9d026b84ef77165faa9942edebef3be23fc508ad4c3a5472aa38c387e975ff |
Close
Hashes for python_keycloak_api_client-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33310524651e43b07a585aaf1ec8fa23df1ad8caee58faa623f1a1e4942874ef |
|
MD5 | c0279a2bb66a3adc75eedae80f3ca087 |
|
BLAKE2b-256 | c0821cbecd4aa52cab28bb38e549118eabe8f555886e5341ec169a68e5d043cf |