Skip to main content

Python SDK for clerk.dev

Project description

Unofficial Clerk.dev Python SDK

What is Clerk.dev?

See https://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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clerk-sdk-python-0.1.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

clerk_sdk_python-0.1.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

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

Hashes for clerk-sdk-python-0.1.0.tar.gz
Algorithm Hash digest
SHA256 60e5423b855af3dc92f0eebf6954962a5702a048df8ce30698696bb9e7244cde
MD5 1d4e38cd0342fa40e944d25ce6a999b4
BLAKE2b-256 4ff2408bb98652caaa62332c27581428ddb62de4042ed322699234f6ed19c96c

See more details on using hashes here.

File details

Details for the file clerk_sdk_python-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for clerk_sdk_python-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b48dd76548fa1cfc6f8bbd105c84f9d7662b5ca042639835b9caadc70ec2c73f
MD5 829cbb561ca06802fd4cf3245d4a484b
BLAKE2b-256 f1342733decca4c307711d7be2a342987ac960f1a7a30bc624b557fdae8b4328

See more details on using hashes here.

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