Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DataDog/riot
- Owner: DataDog
- License: apache-2.0
- Created: 2020-07-07T14:58:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T20:24:18.000Z (about 2 months ago)
- Last Synced: 2024-11-23T02:04:29.559Z (19 days ago)
- Language: Python
- Homepage: https://ddriot.readthedocs.io/
- Size: 300 KB
- Stars: 23
- Watchers: 13
- Forks: 15
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE.apache2
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- jimsghstars - DataDog/riot - A Python virtual env builder and command runner (Python)
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
```