Python SDK
The official Python SDK for RotaStellar, providing full access to Planning, Intelligence, and Runtime APIs.Status: Early Access — Request API key
Installation
Requirements
- Python 3.9+
- httpx (for HTTP requests)
Optional Dependencies
Quick Start
Client Configuration
Intelligence API
Get Satellite
List Satellites
Conjunction Analysis
Pattern Detection
Trajectory Prediction
Planning API
Feasibility Analysis
Thermal Simulation
Latency Simulation
Runtime API (Coming Q2 2026)
Async Client
For high-performance async applications:Pagination
Handle large result sets with thePaginatedResponse class:
PaginatedResponse Properties
| Property | Type | Description |
|---|---|---|
items | List[T] | Current page of items |
has_more | bool | Whether more pages exist |
total | int | None | Total count (if available) |
limit | int | Page size |
offset | int | Current offset |
Distributed Compute API (Coming Q1 2026)
Therotastellar-distributed package enables Earth-space AI coordination:
Federated Learning
See the Distributed Compute documentation for full API reference.

