Metadata-Version: 2.4
Name: robotframework-parrot-screencapture
Version: 1.1.0
Summary: Screen Capture api to use within the Robot Framework ecosystem
Author-email: Zilogic Systems <code@zilogic.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/zilogic-systems/parrot
Project-URL: Repository, https://github.com//zilogic-systems/parrot.git
Project-URL: Issues, https://github.com/zilogic-systems/parrot/issues
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy~=2.3.4
Requires-Dist: imutils~=0.5.4
Requires-Dist: opencv-python~=4.11.0.86
Requires-Dist: opencv-contrib-python~=4.11.0.86
Requires-Dist: robotframework~=7.3.2
Requires-Dist: robotframework-parrot-adbcontroller~=1.0.0
Requires-Dist: pyyaml~=6.0.2
Requires-Dist: pillow~=11.2.1

# Screen Capture Controller

## Installation

To install from package registry use the following command:

```
$ pip install robotframework-parrot-screencapture
```

To install from git repo use the following command:

```
$ pip install .
```

## Example

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