deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Breaks: virtualenv (<< 20.0.10)
Depends: python3-pip-whl, python3-setuptools-whl, python3-wheel-whl, python3-distlib
(>= 0.3.1), python3-filelock, python3-importlib-metadata (>= 3.6) | python3-supported-min
(>= 3.8), python3-platformdirs (<< 5), python3-platformdirs (>= 3.9.1), python3:any
Description: |-
Python virtual environment creator
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.
Homepage: https://virtualenv.pypa.io/
Installed-Size: '359'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-virtualenv
Priority: optional
Recommends: build-essential, ca-certificates, python3-dev
Replaces: virtualenv (<< 20.0.10)
Section: python
Source: python-virtualenv
Version: 20.27.0+ds-1
srcpkg_name: python-virtualenv
srcpkg_version: 20.27.0+ds-1