Registry / aws / tobiko-cloud-api-client

tobiko-cloud-api-client

JSON →
library202616.4.0pypypiunverified

Python client for the Tobiko Cloud API, used to manage and interact with Tobiko Cloud resources. Current version 202616.4.0, requires Python 3.9 to 3.12, released weekly.

pip install tobiko-cloud-api-client
INSTALL
IMPORT
SIG · TOBIKO-CLOUD-API-C
T
tobiko-cloud-api-client
awspythonv202616.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
from tobikodata import Client
from tobiko_cloud_api import Client

Initialize the client and interact with the API.

from tobiko_cloud_api import Client client = Client() # Use client methods, e.g., # response = client.get_resource("...") print(client)
Debug
Known issues
breakingMajor version updates may include breaking changes. Always pin your dependencies.
fix
Use `tobiko-cloud-api-client==202616.4.0` in requirements.
affects: >=202616.0.0
gotchaThe client expects environment variables for authentication (e.g., TOBIKO_API_KEY). Missing credentials will raise an error at runtime.
fix
Set TOBIKO_API_KEY environment variable or pass api_key parameter to Client().
affects: all
deprecatedOld-style import `from tobiko_cloud_api import client` (lowercase) is deprecated in favor of `from tobiko_cloud_api import Client`.
fix
Use `from tobiko_cloud_api import Client`.
affects: >=202616.0.0
Upgrade
Version history
202616.4.0latest on PyPI · released Apr 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
OpenAI (training)
1
Resources