Metadata-Version: 2.1
Name: ballcosmos
Version: 1.0.0
Summary: Python Support for Ball Aerospace COSMOS
Home-page: https://github.com/BallAerospace/python-ballcosmos
Author: Ryan Melton
Author-email: rmelton@ball.com
License: GPLv3
Keywords: ball aerospace cosmos
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

## Python support for Ball Aerospace COSMOS

---

This project allows accessing the COSMOS API from the python programming language.
Additional functionality and support will be added over time.

---
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


Installation:
```
pip install ballcosmos
```

See the examples for usage


