Metadata-Version: 2.1
Name: riot
Version: 0.20.1
Summary: A simple Python test runner runner.
Home-page: https://github.com/DataDog/riot
Author: Datadog, Inc.
Author-email: dev@datadoghq.com
License: Apache 2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
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-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.apache2
License-File: NOTICE
Requires-Dist: click>=7
Requires-Dist: virtualenv
Requires-Dist: rich
Requires-Dist: pexpect
Requires-Dist: packaging
Requires-Dist: dataclasses; python_version < "3.7"
Requires-Dist: setuptools; python_version >= "3.12"

# riot

A Python virtual environment constructor and command runner.

[![Read the Docs](https://img.shields.io/readthedocs/ddriot?style=for-the-badge)](https://ddriot.readthedocs.io/)
[![Pyversions](https://img.shields.io/pypi/pyversions/riot.svg?style=for-the-badge)](https://pypi.org/project/riot/)
[![PypiVersions](https://img.shields.io/pypi/v/riot.svg?style=for-the-badge)](https://pypi.org/project/riot/)
[![Tests](https://img.shields.io/github/actions/workflow/status/DataDog/riot/main.yml?branch=master&label=Tests&style=for-the-badge)](https://github.com/DataDog/riot/actions?query=workflow%3ACI)
[![Codecov](https://img.shields.io/codecov/c/github/DataDog/riot?style=for-the-badge)](https://codecov.io/gh/DataDog/riot)


## installation

Install from PyPI:

```sh
pip install riot
```

or install from source:

```sh
pip install git+https://github.com/DataDog/riot.git
```
