Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DataDog/riot

A Python virtual env builder and command runner
https://github.com/DataDog/riot

Last synced: 8 days ago
JSON representation

A Python virtual env builder and command runner

Awesome Lists containing this project

README

        

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