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.7.1
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.7.1.tar.gz | 93.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| thorbit_sdk-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 186.8 kB
Release files / thorbit_sdk-0.7.1.tar.gz
| Download URL | thorbit_sdk-0.7.1.tar.gz |
|---|---|
| Size | 93.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3548f01dceef7689856520b394b4ab7faf76e00449d35c244b2e16de5c450cbb
|
|
BLAKE2b-256 checksum How to use checksums |
57c7322e6607a9691bad0f2bbbcba113b65ca9fc881147a6948a886ec0a91719
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / thorbit_sdk-0.7.1-py3-none-any.whl
| Download URL | thorbit_sdk-0.7.1-py3-none-any.whl |
|---|---|
| Size | 93.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7192070393937066b86fcc8b4252343879e6efa753ce682cd56c3cd9f8aeabc8
|
|
BLAKE2b-256 checksum How to use checksums |
320c78855cd7e745d2554a850a7c46b703103a69383e23bff16eeb8b0a2c2e69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|