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.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.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | be47eaab1cd83425ee4f91a7fa694a3339d2a1719619c140e9fb3e8d96997e1d |
|
MD5 | 8bd20df0450e9e6937ab8902047c868f |
|
BLAKE2b-256 | e713b5bfc30f6c77d7c3442194eb24441f83167ead100df0cf31d0273ef92c06 |
Close
Hashes for python_keycloak_api_client-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c84611e458f65f8ed40d5c5183c951029c9d62bf06e2568a5c17ab68729f436 |
|
MD5 | b7cbc84b351f8c0e30d5b6f3723c4948 |
|
BLAKE2b-256 | 47e1a769b1afd7b6c32698438f8c0d207d6d4c2ee28206b674819362fdd33517 |