Shipyard Python SDK (v0.2.4) provides programmatic access to Shipyard's agent sandbox environment for building and managing Python agents. Requires Python >=3.10.
pip install shipyard-python-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key from environment variable and list agents.
Use `shipyard-python-sdk==0.2.4` in requirements.txt
Set SHIPYARD_API_KEY environment variable or pass `api_key` parameter.
Use `from shipyard.client import ShipyardClient` instead of `import shipyard`.
Run `pip install shipyard-python-sdk` and import using `from shipyard.client import ShipyardClient`.
Use explicit imports like `from shipyard.client import ShipyardClient`.
Check that SHIPYARD_API_KEY is set in environment or passed to Config, and ensure the key is valid.
No dependency data recorded yet.
No resource links recorded.