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 hashes)

Uploaded Source

Built Distribution

clerk_sdk_python-0.1.0-py3-none-any.whl (7.1 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