Metadata-Version: 2.1
Name: project-kinetic
Version: 1.0
Summary: Control modular and configurable robotic agents over the network.
Home-page: https://github.com/perpetualCreations/swbs/
Author: perpetualCreations
Author-email: tchen0584@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: swbs (>1.2)
Requires-Dist: pyserial
Requires-Dist: numpy
Requires-Dist: opencv-contrib-python
Requires-Dist: imutils
Requires-Dist: sense-hat
Requires-Dist: gpiozero

# Project KINETIC
[![forthebadge](https://forthebadge.com/images/badges/contains-technical-debt.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

Control modular and configurable robotic agents over the network. 

## Documentation
To see documentation regarding installation and usage, please visit [https://dreamerslegacy.xyz/projects/kinetic/docs/index.html](https://dreamerslegacy.xyz/projects/kinetic/docs/index.html).

## Releases & Dist.
With the released wheel file, after downloading:
```commandline
pip3 install /path/to/wheel/file/here/project_kinetic-1.0-py3-none-any.whl
```
...Or available on PyPI through:
```commandline
pip3 install project-kinetic
```
Please see documentation for more information.




