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 details)
Built Distribution
userhub_sdk-0.6.4-py3-none-any.whl
(185.0 kB
view details)
File details
Details for the file userhub_sdk-0.6.4.tar.gz
.
File metadata
- Download URL: userhub_sdk-0.6.4.tar.gz
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f0bdc479172c1110099e2c2b8efe23a9c843081bd2f76f6e3c052f1ec809c3a |
|
MD5 | 017b7322eda81fecd3e257ad7adf7a85 |
|
BLAKE2b-256 | b2bf2944c70caa6ca78cdafbe033ae9f65e113b816080bc5e2612f6395c94b59 |
File details
Details for the file userhub_sdk-0.6.4-py3-none-any.whl
.
File metadata
- Download URL: userhub_sdk-0.6.4-py3-none-any.whl
- Upload date:
- Size: 185.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d28fd7e67cd307b4660d187c7fd033a6303b3c065149f074723af4250a005b9f |
|
MD5 | 3423733866959b101d015c20e201ab5a |
|
BLAKE2b-256 | 2b8d9132615d33da491c9af51b77bead2c272bb989474194510cd1bc1944ebe1 |