Metadata-Version: 2.1
Name: robotframework-parrot-usbswitchcontroller
Version: 1.0.1
Summary: USB Switch Controller
Home-page: https://github.com/zilogic-systems/parrot
Author: Zilogic Systems
Author-email: code@zilogic.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial
Requires-Dist: robotframework

# USB Switch Controller

## Installation

To install from package registry use the following command:

```
$ pip install robotframework-parrot-usbswitchcontroller
```

To install from git use the following command:

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

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