cykooz.buildout.venv is a zc.buildout extension that creates virtual python environment and use it to run buildout.
Usage
Add cykooz.buildout.venv to the extensions entry in your [buildout] section:
[buildout] extensions = cykooz.buildout.venv
This enables additional [buildout] option:
- venv-directory
This specifies the directory where virtual environment will be created. Defaults to parts/venv.
If this directory already has a virtual python environment and it version is equal to version of python used to run buildout, then this environment will be used to run buildout without any changes.
Full example
[buildout]
extensions = cykooz.buildout.venv
venv-directory = ${buildout:parts-directory}/myvenv
Changelog
1.2.1 (2019-01-25)
Bug Fixes
Fixed install_requires option of setup.py.
1.2.0 (2019-01-22)
Changes
Added checking of version of python in exists venv directory and recreate venv if the version is not equal to current python version.
1.1.0 (2016-08-13)
Features
Added support for Windows.
1.0.1 (2016-08-12)
First release.
Release files for cykooz.buildout.venv 1.2.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 | |
|---|---|---|---|
| cykooz.buildout.venv-1.2.1.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cykooz.buildout.venv-1.2.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 11.2 kB
Release files / cykooz.buildout.venv-1.2.1.tar.gz
| Download URL | cykooz.buildout.venv-1.2.1.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ed379bb158fedf1d969f2fde9fd2061578e2bedc117b3b55ab471b6b2f14271
|
|
BLAKE2b-256 checksum How to use checksums |
f76873502d260e13339e9ba37d89e9082790e8eb5bfc73b8cd2e5c2d49a6aef2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1
|
Release files / cykooz.buildout.venv-1.2.1-py2.py3-none-any.whl
| Download URL | cykooz.buildout.venv-1.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c58890bdcf4be6796abeeff71890b53763a26989a33259a09dcc76a243895b97
|
|
BLAKE2b-256 checksum How to use checksums |
b1c1e75e31c6c081f0527a30d039be5b0578becb2a29fa3a28271486c893b601
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1
|