Run your scripts using an automated pool of virtual environments
Project description
venvpool
Run your scripts using an automated pool of virtual environments
Install
These are generic installation instructions.
To use, permanently
The quickest way to get started is to install the current release from PyPI:
pip3 install --user venvpool
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install venvpool
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/venvpool.git
git clone git@github.com:combatopera/venvpool.git
Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:
python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify venvpool
python3 -m venv venvname
venvname/bin/pip install -e venvpool
. venvname/bin/activate
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
venvpool-1.tar.gz
(22.0 kB
view details)
Built Distribution
venvpool-1-py2.py3-none-any.whl
(21.5 kB
view details)
File details
Details for the file venvpool-1.tar.gz
.
File metadata
- Download URL: venvpool-1.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edab7795d342eeb88ae71ce2bb71ff6a7d4fe2849222be56f1d9bf3cf734777d |
|
MD5 | 2eb962164b7e43a48a4ec4cf4f4ec736 |
|
BLAKE2b-256 | dddaf14527c456f4395f84047a9a2fabb984d45c28f86e157d52b4a8c36a1134 |
File details
Details for the file venvpool-1-py2.py3-none-any.whl
.
File metadata
- Download URL: venvpool-1-py2.py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f95324848a61afd3a8b95926f69a0466c53dd697169d604ad46fad2a9a8a391f |
|
MD5 | 19e004d74d2e659ec21202fd56173243 |
|
BLAKE2b-256 | b9d1009c2cd7dddaa62811ff727fdfa7847004a11f5fe5ee9d069107eccd363a |