Python SDK for the Open Plantbook API, providing access to a crowdsourced database of plant species. Current version 0.6.1, released on PyPI with monthly cadence. Supports Python >=3.9.
pip install openplantbook-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API credentials (from environment variables) and perform a search.
Register at https://open.plantbook.io and create an application to get client_id and client_secret.
Always pass a query string, e.g., client.search_plants(q='monstera').
Implement exponential backoff or respect the Retry-After header.
No dependency data recorded yet.