Metadata-Version: 2.1
Name: ballcosmos
Version: 2.0.1
Summary: Python Support for Ball Aerospace COSMOS v4
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
License-File: LICENSE.txt

## Python support for Ball Aerospace COSMOS v4

---

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

---

Installation:
```
pip install ballcosmos
```

See the docs and examples for usage

 ## Running the test

```
$ docker-compose -f .\compose.yaml build
$ docker-compose -f .\compose.yaml up -d
Creating network "python-ballcosmos_default" with the default driver
Creating python-ballcosmos_ballcosmos_1 ... done
$ docker exec -it python-ballcosmos_ballcosmos_1 /bin/ash
/app # coverage run -m pytest ./tests/
/app # coverage report
```


