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
Release files for venvpool 1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| venvpool-1.tar.gz | 22.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| venvpool-1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 43.5 kB
Release files / venvpool-1.tar.gz
| Download URL | venvpool-1.tar.gz |
|---|---|
| Size | 22.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edab7795d342eeb88ae71ce2bb71ff6a7d4fe2849222be56f1d9bf3cf734777d
|
|
BLAKE2b-256 checksum How to use checksums |
dddaf14527c456f4395f84047a9a2fabb984d45c28f86e157d52b4a8c36a1134
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / venvpool-1-py2.py3-none-any.whl
| Download URL | venvpool-1-py2.py3-none-any.whl |
|---|---|
| Size | 21.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f95324848a61afd3a8b95926f69a0466c53dd697169d604ad46fad2a9a8a391f
|
|
BLAKE2b-256 checksum How to use checksums |
b9d1009c2cd7dddaa62811ff727fdfa7847004a11f5fe5ee9d069107eccd363a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|