Skip to main content

UserHub Python SDK

Project description

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


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.0.tar.gz (68.4 kB view hashes)

Uploaded Source

Built Distribution

userhub_sdk-0.6.0-py3-none-any.whl (183.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page