python-virtualenv 20.25.0+ds-ok1 source package in openKylin
Changelog
python-virtualenv (20.25.0+ds-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 16:08:18 +0800
python-virtualenv (20.25.0+ds-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 16:08:18 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-virtualenv_20.25.0+ds.orig.tar.xz | 3.2 MiB | a4de9698468b910c5e0587dc0990b845afbcb63dfe2b537a120c402641a3080b |
python-virtualenv_20.25.0+ds-ok1.debian.tar.xz | 6.8 KiB | 2ee69a5915ab3e6fa233b2cf1fe234a821245c702f4ad7a5658cf20c7c2603ed |
python-virtualenv_20.25.0+ds-ok1.dsc | 2.5 KiB | cdea0efa2f4a5535e6b9a065dce587ea7d01d01cd3c2facc4ddc5cf12319d31b |
virtualenv is a tool to create isolated Python environments, each invokable
with its own Python executable. Each instance can have different sets of
modules, installable via pip. Virtual Python instances can also be created
without root access.
.
Since Python 3.3, a subset of it has been integrated into the standard library
under the venv module (python3-venv in Debian). The venv module does not
offer all features of this library, to name just a few more prominent ones:
.
* is slower (by not having the app-data seed method),
* is not as extendable,
* cannot create virtual environments for arbitrarily installed Python
versions (and automatically discover these),
* does not have as rich programmatic API (describe virtual environments
without creating them).
.
This is the Python 3 version of the library. It includes the command line
script.
The virtualenv utility creates virtual Python instances, each invokable with
its own Python executable. Each instance can have different sets of modules,
installable via pip. Virtual Python instances can also be created without
root access.
.
This is a dependency package and may be safely removed.