Skip to main content

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 the PaginatedResponse class:

PaginatedResponse Properties

Distributed Compute API (Coming Q1 2026)

The rotastellar-distributed package enables Earth-space AI coordination:

Federated Learning

See the Distributed Compute documentation for full API reference.

Error Handling

Type Hints

The SDK includes full type annotations for IDE support:

Logging

Enable debug logging:

Source Code

GitHub Repository

View source, report issues, and contribute.

PyPI Package

Package page and version history.