Metadata-Version: 2.1
Name: spacetower-fds-sdk
Version: 1.0.2
Summary: SDK for spacetower Flight Dynamics System API
License: Proprietary
Keywords: FDS,API,Exotrail,Flight Dynamics
Author: Exotrail
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: spacetower-python-client (>=1.0.0,<2.0.0)
Requires-Dist: typing-extensions (>=4.11.0,<5.0.0)
Description-Content-Type: text/markdown

# Spacetower Python SDK

A Python SDK for the Spacetower Flight Dynamics System API.

## Installation

```bash
pip install spacetower-fds-sdk
```


