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())
Release files for clerk-sdk-python 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clerk-sdk-python-0.1.0.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clerk_sdk_python-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.1 kB
Release files / clerk-sdk-python-0.1.0.tar.gz
| Download URL | clerk-sdk-python-0.1.0.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60e5423b855af3dc92f0eebf6954962a5702a048df8ce30698696bb9e7244cde
|
|
BLAKE2b-256 checksum How to use checksums |
4ff2408bb98652caaa62332c27581428ddb62de4042ed322699234f6ed19c96c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
|
Release files / clerk_sdk_python-0.1.0-py3-none-any.whl
| Download URL | clerk_sdk_python-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b48dd76548fa1cfc6f8bbd105c84f9d7662b5ca042639835b9caadc70ec2c73f
|
|
BLAKE2b-256 checksum How to use checksums |
f1342733decca4c307711d7be2a342987ac960f1a7a30bc624b557fdae8b4328
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
|