Metadata-Version: 2.4
Name: oresat-configs
Version: 1.0.0
Summary: OreSat config library and scripts
License: GPL-3.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bitstring
Requires-Dist: canopen
Requires-Dist: dacite
Requires-Dist: pyyaml
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# OreSat Configs

OreSat Configs library and scripts used to generate code and/or other configs.

## Install

```bash
pip install --user oresat-configs~=1.0.0
```
