Metadata-Version: 2.4
Name: robotframework-parrot-camera
Version: 1.0.0
Summary: Camera API for the Robotframework test automation 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: numpy
Requires-Dist: opencv-python-headless

# Camera Controller

## Installation

To install from package registry use the following command:

```
$ pip install robotframework-parrot-camera
```

To install from git repo use the following command:

```
$ pip install .
```

## Example

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