Metadata-Version: 2.4
Name: robotframework-parrot-camera
Version: 1.1.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~=7.3.2
Requires-Dist: numpy~=2.3.4
Requires-Dist: opencv-python-headless~=4.11.0.86

# 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`.
