Metadata-Version: 2.4
Name: robotframework-parrot-audio
Version: 2.0.0
Summary: Audio Keywords for the Robotframework test automation ecosystem
Author-email: Zilogic Systems <code@zilogic.com>
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: robotframework~=7.3.2
Requires-Dist: pyaudio~=0.2.14
Requires-Dist: pydub~=0.25.1
Requires-Dist: audioop-lts~=0.2.2; python_version >= "3.13"

# Audio

## Installation

To install from package registry use the following command:

```
$ pip install robotframework-parrot-audio
```

To install from git repo use the following command:

```
$ pip install .
```

## Example

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