https://github.com/DataDog/riot
A Python virtual env builder and command runner
https://github.com/DataDog/riot
Last synced: 4 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T20:24:18.000Z (6 months ago)
- Last Synced: 2024-11-23T02:04:29.559Z (5 months 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.
[](https://ddriot.readthedocs.io/)
[](https://pypi.org/project/riot/)
[](https://pypi.org/project/riot/)
[](https://github.com/DataDog/riot/actions?query=workflow%3ACI)
[](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
```