You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Codesphere Python SDK provides a convenient wrapper for the [Codesphere Public API](https://codesphere.com/api/swagger-ui/?ref=codesphere.ghost.io&anonymousId=K9iszev), allowing you to interact with all API resources from your Python applications.
39
39
40
-
This SDK is auto-generated from our official [OpenAPI specification]([https://github.com/Datata1/Codesphere-Python-SDK/blob/main/openapi.json) and includes:
41
-
***Modern Features**: Fully typed with Pydantic models and supports `asyncio`.
42
-
***Easy to Use**: A high-level client that simplifies authentication and requests.
43
-
***Comprehensive**: Covers all available API endpoints, including [e.g., Orgs, Apps, Deployments].
44
-
45
40
## Installation
46
41
47
42
You can install the SDK directly from PyPI using `pip` (or your favorite package manager like `uv`).
@@ -50,14 +45,8 @@ You can install the SDK directly from PyPI using `pip` (or your favorite package
50
45
pip install codesphere
51
46
```
52
47
53
-
##Getting Started
54
-
55
-
**Authentication**
56
-
To use the client, you need an API token. You can generate one from your Codesphere dashboard at [Link to API token generation page].
48
+
or
57
49
58
-
It's recommended to store your token in an environment variable:
0 commit comments