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.
pip install spotliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate with Satellogic credentials and fetch the catalog.
Update order creation to use the new payload structure as documented in the official docs.
Replace `client.get_asset(id)` with `client.get_asset_details(id)`.
Wrap long-running sessions in a try-except for AuthError and re-login if needed.
No dependency data recorded yet.