{"library":"openplantbook-sdk","title":"Open Plantbook SDK","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openplantbook-sdk"],"cli":null},"imports":["from openplantbook_sdk import OpenPlantbookClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openplantbook_sdk import OpenPlantbookClient\n\nclient = OpenPlantbookClient(\n    client_id=os.environ.get('OPB_CLIENT_ID', ''),\n    client_secret=os.environ.get('OPB_CLIENT_SECRET', '')\n)\nplants = client.search_plants(q='monstera')\nprint(plants)","lang":"python","description":"Initialize client with API credentials (from environment variables) and perform a search.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}