Thorbit Python SDK
Typed Python client for the unified Thorbit API. Generated Pydantic models and methods cover all 100 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.8.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.8.0.tar.gz | 107.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| thorbit_sdk-0.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 215.3 kB
Release files / thorbit_sdk-0.8.0.tar.gz
| Download URL | thorbit_sdk-0.8.0.tar.gz |
|---|---|
| Size | 107.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b595a87c1d197615eb6c895daa367a339b5f1055284ab3e41c233dc42cf88362
|
|
BLAKE2b-256 checksum How to use checksums |
74847964e809636b0ec4a9a3305ebd61b68ecddd42a48f7c821daf4469744158
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.12
|
Release files / thorbit_sdk-0.8.0-py3-none-any.whl
| Download URL | thorbit_sdk-0.8.0-py3-none-any.whl |
|---|---|
| Size | 107.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c60468a0278c578502e411d81bf28c956675c4d5586477ba21914021d5f2cc3a
|
|
BLAKE2b-256 checksum How to use checksums |
75cc02403f41636d99df0bbbd2c3dfb54a20db5caa61829da54e6b3e9d69496c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.12
|