Metadata-Version: 2.4
Name: cubesat-upstream-driver
Version: 1.0.1
Summary: Upstream driver interface for cubesat orbital command bus
License: MIT
Project-URL: Homepage, https://github.com/cubesat-org/upstream-driver
Keywords: cubesat,satellite,orbital,driver
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# cubesat-upstream-driver

Upstream driver for the cubesat orbital command bus. Provides a clean interface
for dispatching commands to satellite subsystems.

## Usage

```python
from cubesat_upstream_driver import handle_command

result = handle_command("PING")
```
