Metadata-Version: 2.4
Name: robotframework-parrot-relaycontroller
Version: 2.0.0
Summary: Relay Controller API to within the Robot Framework ecosystem
Author-email: Zilogic Systems <code@zilogic.com>
License-Expression: Apache-2.0
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: robotframework
Requires-Dist: pyserial

# Relay Controller

## Installation

To install from package registry use the following command:

```
$ pip install robotframework-parrot-relaycontroller
```

To install from git repo use the following command:

```
$ pip install .
```
    
## Example

Example of using the library in Robot Framework is available `example.robot`.
