UserHub Python SDK
Project description
UserHub Python SDK
The official UserHub Python SDK.
Stability: alpha
Requirements
- Python 3.8 or later
Getting Started
Install SDK
pip install -U userhub-sdk
Example
from userhub_sdk import AdminApi
admin_api = AdminApi("sk_123...")
res = admin_api.users.list(page_size=5)
for user in res.users:
print(user.id, user.display_name)
See the examples
directory for more examples.
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
userhub_sdk-0.6.2.tar.gz
(69.0 kB
view hashes)
Built Distribution
userhub_sdk-0.6.2-py3-none-any.whl
(184.6 kB
view hashes)
Close
Hashes for userhub_sdk-0.6.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e51c93b0e59edbcc29fbb5c90f338e98b6c80e548bebf70805d90cfca2513915 |
|
MD5 | 681bf7bbd84e11dff10602d7abfef829 |
|
BLAKE2b-256 | 7d4997406feb30da3d35afbda4e3692c1f102ac3a6f95f60c463be97b3253d9b |