{"id":28397,"library":"tobiko-cloud-helpers","title":"Tobiko Cloud Helpers","description":"Tobiko Cloud Helpers is a Python SDK for interacting with Tobiko Cloud services, including authentication, API calls, and data pipeline management. Version 202616.4.0 supports Python 3.9-3.12. Released frequently (weekly), with breaking changes tied to version bumps.","status":"active","version":"202616.4.0","language":"python","source_language":"en","source_url":"https://github.com/tobikodata/tobiko-cloud-helpers","tags":["cloud","sdk","tobiko","data-pipelines"],"install":[{"cmd":"pip install tobiko-cloud-helpers","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"HTTP client for API calls","package":"requests","optional":false},{"reason":"Data validation and settings management","package":"pydantic","optional":false}],"imports":[{"wrong":"from tobiko_cloud_helpers import TobikoClient","symbol":"TobikoClient","correct":"from tobikodata import TobikoClient"}],"quickstart":{"code":"import os\nfrom tobiko_cloud_helpers import TobikoClient\n\n# Set your API key via environment variable or directly\nclient = TobikoClient(api_key=os.environ.get('TOBIKO_API_KEY', ''))\nresult = client.list_projects()\nprint(result)","lang":"python","description":"Initialize the Tobiko client and list projects."},"warnings":[{"fix":"Pin version in requirements.txt: tobiko-cloud-helpers==202616.4.0","message":"Major version bumps (e.g., 202xxxx.xx) may introduce breaking API changes. Always pin your version and test upgrades in a staging environment.","severity":"breaking","affected_versions":"All"},{"fix":"Update to: TobikoClient(api_key=..., base_url='...')","message":"The `TobikoClient` constructor no longer accepts a `region` parameter as of 202605.0.0. Use `base_url` instead.","severity":"deprecated","affected_versions":">=202605.0.0"},{"fix":"projects = list(client.list_projects())","message":"The `list_projects()` method returns a generator; you must convert it to a list to access indexes or iterate multiple times.","severity":"gotcha","affected_versions":"All"},{"fix":"Do not prepend 'Bearer '; just provide the raw key.","message":"API keys are passed as a parameter without the 'Bearer ' prefix; the SDK automatically adds it.","severity":"gotcha","affected_versions":"All"}],"env_vars":null,"search_vec":"'-3.12':30 '202616.4.0':26 '3.9':29 'api':19 'authent':18 'break':35 'bump':40 'call':20 'chang':36 'cloud':2,5,15,41 'data':22,45 'data-pipelin':44 'frequent':32 'helper':3,6 'includ':17 'interact':12 'manag':24 'pipelin':23,46 'python':9,28 'releas':31 'sdk':10,42 'servic':16 'support':27 'tie':37 'tobiko':1,4,14,43 'version':25,39 'week':33","created_at":"2026-05-09T05:55:17.690493+00:00","updated_at":"2026-05-09T05:55:17.690493+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'TobikoClient' from 'tobikodata' (/tmp/tmpv84pj5um/venv/lib/python3.12/site-packages/tobikodata/__init__.py)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://tobikocloud.com","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/tobiko-cloud-helpers/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws","llm-agents","ai-ml","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}