https://github.com/aragilar/venv_tools
A bunch of tools for using venvs (and virtualenvs) from python
https://github.com/aragilar/venv_tools
python venv virtualenv
Last synced: 8 months ago
JSON representation
A bunch of tools for using venvs (and virtualenvs) from python
- Host: GitHub
- URL: https://github.com/aragilar/venv_tools
- Owner: aragilar
- License: bsd-3-clause
- Created: 2017-06-01T09:30:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T15:29:30.000Z (over 1 year ago)
- Last Synced: 2025-03-18T22:12:06.478Z (about 1 year ago)
- Topics: python, venv, virtualenv
- Language: Python
- Homepage: https://venv-tools.readthedocs.io/
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|Documentation Status| |Build Status| |Coverage Status|
venv_tools is a collection of tools for managing python virtual environments.
The advantages of venv_tools are:
* Almost no dependencies
* Simple
* Extensible
.. |Documentation Status| image:: https://readthedocs.org/projects/venv_tools/badge/?version=latest
:target: http://venv_tools.readthedocs.org/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.org/aragilar/venv_tools.svg?branch=master
:target: https://travis-ci.org/aragilar/venv_tools
.. |Coverage Status| image:: https://codecov.io/github/aragilar/venv_tools/coverage.svg?branch=master
:target: https://codecov.io/github/aragilar/venv_tools?branch=master