Thorbit Python SDK
Typed Python client for the unified Thorbit API. Generated Pydantic models and methods cover all 84 Thorbit tools.
Install
python -m pip install thorbit-sdk
Python 3.11 or newer is required.
Use
import os
from thorbit.generated_tools import GeneratedCallThorbitTools
with GeneratedCallThorbitTools(
{"api_key": os.environ["THORBIT_API_KEY"]}
) as thorbit:
response = thorbit.thorbit_account_projects_list({"limit": 25})
print(response.result)
The lower-level CallThorbitTools.call_tool method supports dynamic integrations. Catch the exported stable exception classes for validation, HTTP, timeout, response, and transport failures.
Source and the generated contract are public at VilovietaSEO/thorbit-sdk.
License
MIT
Release files for thorbit-sdk 0.5.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 | |
|---|---|---|---|
| thorbit_sdk-0.5.0.tar.gz | 80.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| thorbit_sdk-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 161.0 kB
Release files / thorbit_sdk-0.5.0.tar.gz
| Download URL | thorbit_sdk-0.5.0.tar.gz |
|---|---|
| Size | 80.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3036bdb6eeb5af4fc30482c0728d6fc55da0937bb0d0d31aaea2c2871f3c90ca
|
|
BLAKE2b-256 checksum How to use checksums |
2abdc77a8db8374e69df436699f496570d0345f679ae8528a800c62135607b22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|
Release files / thorbit_sdk-0.5.0-py3-none-any.whl
| Download URL | thorbit_sdk-0.5.0-py3-none-any.whl |
|---|---|
| Size | 80.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4a7d03ed59bfecef33e053af589793bbf859b95428810b4513981979b2a7c30a
|
|
BLAKE2b-256 checksum How to use checksums |
38c607232c47833fde6afe96f0665487e26d43998522331933ac8da4c23d78e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|