internal/tools/: virtualenv-20.26.3 metadata and description

Simple index

Virtual Python Environment builder

classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Testing
  • Topic :: Utilities
description_content_type text/markdown
keywords environments,isolated,virtual
maintainer_email Bernat Gabor <gaborjbernat@gmail.com>
project_urls
  • Documentation, https://virtualenv.pypa.io
  • Homepage, https://github.com/pypa/virtualenv
  • Source, https://github.com/pypa/virtualenv
  • Tracker, https://github.com/pypa/virtualenv/issues
provides_extras test
requires_dist
  • distlib<1,>=0.3.7
  • filelock<4,>=3.12.2
  • importlib-metadata>=6.6; python_version < '3.8'
  • platformdirs<5,>=3.9.1
  • furo>=2023.7.26; extra == 'docs'
  • proselint>=0.13; extra == 'docs'
  • sphinx!=7.3,>=7.1.2; extra == 'docs'
  • sphinx-argparse>=0.4; extra == 'docs'
  • sphinxcontrib-towncrier>=0.2.1a0; extra == 'docs'
  • towncrier>=23.6; extra == 'docs'
  • covdefaults>=2.3; extra == 'test'
  • coverage-enable-subprocess>=1; extra == 'test'
  • coverage>=7.2.7; extra == 'test'
  • flaky>=3.7; extra == 'test'
  • packaging>=23.1; extra == 'test'
  • pytest-env>=0.8.2; extra == 'test'
  • pytest-freezer>=0.4.8; (platform_python_implementation == 'PyPy' or (platform_python_implementation == 'CPython' and sys_platform == 'win32' and python_version >= '3.13')) and extra == 'test'
  • pytest-mock>=3.11.1; extra == 'test'
  • pytest-randomly>=3.12; extra == 'test'
  • pytest-timeout>=2.1; extra == 'test'
  • pytest>=7.4; extra == 'test'
  • setuptools>=68; extra == 'test'
  • time-machine>=2.10; (platform_python_implementation == 'CPython') and extra == 'test'
requires_python >=3.7
File Tox results History
virtualenv-20.26.3-py3-none-any.whl
Size
5 MB
Type
Python Wheel
Python
3

virtualenv

PyPI PyPI - Implementation PyPI - Python Version Documentation Discord Downloads PyPI - License Build Status

A tool for creating isolated virtual python environments.

Code of Conduct

Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.