Python SDK for clerk.dev
Project description
Unofficial Clerk.dev Python SDK
What is Clerk.dev?
Installation
pip install clerk-sdk-python
Usage
import asyncio
from clerk import Client
async def main():
async with Client("my-token") as client:
users = await client.users.list()
for user in users:
print(f"Got user {user.id} -> {user.first_name} {user.last_name}")
asyncio.run(main())
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
File details
Details for the file clerk-sdk-python-0.1.0.tar.gz
.
File metadata
- Download URL: clerk-sdk-python-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60e5423b855af3dc92f0eebf6954962a5702a048df8ce30698696bb9e7244cde |
|
MD5 | 1d4e38cd0342fa40e944d25ce6a999b4 |
|
BLAKE2b-256 | 4ff2408bb98652caaa62332c27581428ddb62de4042ed322699234f6ed19c96c |
File details
Details for the file clerk_sdk_python-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: clerk_sdk_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48dd76548fa1cfc6f8bbd105c84f9d7662b5ca042639835b9caadc70ec2c73f |
|
MD5 | 829cbb561ca06802fd4cf3245d4a484b |
|
BLAKE2b-256 | f1342733decca4c307711d7be2a342987ac960f1a7a30bc624b557fdae8b4328 |