From de0e17b53c6439366a9a07c5f1d9e9d96fa9b871 Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Thu, 11 Jul 2024 12:47:25 -0700 Subject: [PATCH] Update README.md --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b7be76d..4a297bb 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,12 @@ -# clerk - -
- - - - +
+ +

The most comprehensive User Management Platform

+ +
+

- -## 🏗 **Welcome to your new SDK!** 🏗 - -It has been generated successfully based on your OpenAPI spec. However, it is not yet ready for production use. Here are some next steps: -- [ ] 🛠 Make your SDK feel handcrafted by [customizing it](https://www.speakeasyapi.dev/docs/customize-sdks) -- [ ] ♻️ Refine your SDK quickly by iterating locally with the [Speakeasy CLI](https://github.com/speakeasy-api/speakeasy) -- [ ] 🎁 Publish your SDK to package managers by [configuring automatic publishing](https://www.speakeasyapi.dev/docs/advanced-setup/publish-sdks) -- [ ] ✨ When ready to productionize, delete this section from the README +The Clerk Python library provides convenient access to the Clerk REST API from any Python application 3.0+. The library includes type definitions for all request params and response fields, and offers synchronous and asynchronous support powered by [httpx](https://www.python-httpx.org/) ## SDK Installation