Metadata-Version: 2.1
Name: robotframework-asyncio-utils
Version: 0.1.8
Summary: 
Home-page: https://github.com/ygorpontelo/robot-asyncio-utils
License: MIT
Author: Ygor Pontelo
Author-email: ygorpontelo@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: robotframework (>=6.1.1)
Description-Content-Type: text/markdown

## Description

This library contains utility functions to use asyncio features from robot easier.

## Requirements

To use this library you need python >=3.8 and Robot Framework >=6.1.0

## Installation

```
pip install robotframework-asyncio-utils
```

Once you installed, just put "Library    AsyncioUtils" in the settings section of your robot file.

## Available Keywords

- Async Gather Keywords
- Async Sleep
- Async Create Task
- Async Await Task

Each keyword has a doc string too.

Probably more keywords will be added to cover more features from asyncio.

