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.4.tar.gz
(69.3 kB
view hashes)
Built Distribution
userhub_sdk-0.6.4-py3-none-any.whl
(185.0 kB
view hashes)
Close
Hashes for userhub_sdk-0.6.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d28fd7e67cd307b4660d187c7fd033a6303b3c065149f074723af4250a005b9f |
|
MD5 | 3423733866959b101d015c20e201ab5a |
|
BLAKE2b-256 | 2b8d9132615d33da491c9af51b77bead2c272bb989474194510cd1bc1944ebe1 |