Metadata-Version: 2.4
Name: robotframework-parrot-screencapture
Version: 1.0.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
Requires-Dist: imutils
Requires-Dist: opencv-python
Requires-Dist: opencv-contrib-python
Requires-Dist: robotframework
Requires-Dist: robotframework-parrot-adbcontroller
Requires-Dist: pyyaml

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