{"id":28245,"library":"spotlite","title":"Spotlite","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.","status":"active","version":"0.10.0","language":"python","source_language":"en","source_url":"https://github.com/mcarmich146/spotlite","tags":["satellogic","satellite","api-client","geospatial"],"install":[{"cmd":"pip install spotlite","lang":"bash","label":"Install via pip"}],"dependencies":[],"imports":[{"wrong":"from spotlite import SatellogicClient","symbol":"Spotlite","correct":"from spotlite import Spotlite"},{"symbol":"MonitorAgent","correct":"from spotlite import MonitorAgent"},{"symbol":"Searcher","correct":"from spotlite import Searcher"}],"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."},"warnings":[{"fix":"Update order creation to use the new payload structure as documented in the official docs.","message":"In version 0.10.0, the 'orders' endpoint was restructured; order creation now requires explicit payload fields. Old code that passed dictionaries directly will break.","severity":"breaking","affected_versions":">=0.10.0"},{"fix":"Replace `client.get_asset(id)` with `client.get_asset_details(id)`.","message":"The `get_asset` method is deprecated in favor of `get_asset_details`. Using the old method will produce a warning.","severity":"deprecated","affected_versions":">=0.9.0"},{"fix":"Wrap long-running sessions in a try-except for AuthError and re-login if needed.","message":"Authentication tokens expire after 24 hours. The client does not auto-refresh; you must re-authenticate.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.10.0':22 '3.11.5':25 'activ':29 'api':12,34 'api-cli':33 'authent':14 'catalog':16 'client':6,35 'data':15 'develop':30 'geospati':36 'interact':9 'librari':7 'manag':20 'order':19 'python':5,24 'queri':17 'requir':23 'satellit':32 'satellog':11,31 'simplifi':13 'spotlit':1,2 'version':21","created_at":"2026-05-09T05:54:29.284837+00:00","updated_at":"2026-05-09T05:54:29.284837+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","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,"categories":["http-networking","aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}