{"library":"spotlite","title":"Spotlite","type":"library","description":"Spotlite is a Python client library for interacting with Satellogic APIs, simplifying authentication, data catalog queries, and order management. Version 0.10.0 requires Python >= 3.11.5 and is under active development.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotlite"],"cli":null},"imports":["from spotlite import SatellogicClient","from spotlite.exceptions import AuthError"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://satellogic.com","github":"https://github.com/mcarmich146/spotlite","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotlite/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotlite import SatellogicClient\nimport os\n\nclient = SatellogicClient(\n    username=os.environ.get('SATLOGIC_USER', ''),\n    password=os.environ.get('SATLOGIC_PASS', '')\n)\ncatalog = client.catalog()\nprint(catalog)","lang":"python","description":"Authenticate with Satellogic credentials and fetch the catalog.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}