Metadata-Version: 2.1
Name: gaia-control
Version: 0.1.2
Summary: Controller module for the gaia boat
Home-page: https://github.com/gaia-boat/control
License: GNU
Keywords: gaia,boat,pi2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Other Audience
Classifier: Natural Language :: Portuguese
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: gaia-router

# Gaia boat's control module
## What does it do

This module is responsible for the integration and communication of the internal software modules.

## Usage and installation

### Installation

Installation for this module is made via the Python Package Index (PIP/PyPi), you can install the package through the following command: `pip install gaia-control` or by adding it on your `requirements.txt` file.

### Usage



