Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-virtualenv-20.35.3-1.fc44 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: python3-virtualenv Distribution: Fedora Project
Version: 20.35.3 Vendor: Fedora Project
Release: 1.fc44 Build date: Sat Oct 11 11:29:50 2025
Group: Unspecified Build host: buildvm-a64-31.rdu3.fedoraproject.org
Size: 724654 Source RPM: python-virtualenv-20.35.3-1.fc44.src.rpm
Packager: Fedora Project
Url: http://pypi.python.org/pypi/virtualenv
Summary: Tool to create isolated Python environments
virtualenv is a tool to create isolated Python environments.
A subset of it has been integrated into the Python standard library under
the venv module. The venv module does not offer all features of this library,
to name just a few more prominent:

- 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).

Provides

Requires