{"library":"spotted","title":"Spotted Python SDK","type":"library","description":"The official Python library for the Spotted API, providing a typed interface for programmatic access. Current version 0.31.1, with frequent releases reflecting active development.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotted"],"cli":null},"imports":["from spotted import Spotted","import spotted"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://spotted.com","github":"https://github.com/cjavdev/spotted-py","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotted/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotted import Spotted\n\nclient = Spotted(api_key=os.environ.get('SPOTTED_API_KEY', ''))\n\nmodels = client.models.list()\nprint(models)","lang":"python","description":"Initialize the client with an API key from environment variable and list available models.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}