METADATA 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Metadata-Version: 2.4
  2. Name: virtualenv
  3. Version: 21.1.0
  4. Summary: Virtual Python Environment builder
  5. Project-URL: Documentation, https://virtualenv.pypa.io
  6. Project-URL: Homepage, https://github.com/pypa/virtualenv
  7. Project-URL: Source, https://github.com/pypa/virtualenv
  8. Project-URL: Tracker, https://github.com/pypa/virtualenv/issues
  9. Maintainer-email: Bernat Gabor <gaborjbernat@gmail.com>
  10. License-Expression: MIT
  11. License-File: LICENSE
  12. Keywords: environments,isolated,virtual
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: MIT License
  16. Classifier: Operating System :: MacOS :: MacOS X
  17. Classifier: Operating System :: Microsoft :: Windows
  18. Classifier: Operating System :: POSIX
  19. Classifier: Programming Language :: Python :: 3 :: Only
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Programming Language :: Python :: 3.10
  23. Classifier: Programming Language :: Python :: 3.11
  24. Classifier: Programming Language :: Python :: 3.12
  25. Classifier: Programming Language :: Python :: 3.13
  26. Classifier: Programming Language :: Python :: 3.14
  27. Classifier: Programming Language :: Python :: Implementation :: CPython
  28. Classifier: Programming Language :: Python :: Implementation :: PyPy
  29. Classifier: Topic :: Software Development :: Libraries
  30. Classifier: Topic :: Software Development :: Testing
  31. Classifier: Topic :: Utilities
  32. Requires-Python: >=3.8
  33. Requires-Dist: distlib<1,>=0.3.7
  34. Requires-Dist: filelock<4,>=3.24.2; python_version >= '3.10'
  35. Requires-Dist: filelock<=3.19.1,>=3.16.1; python_version < '3.10'
  36. Requires-Dist: importlib-metadata>=6.6; python_version < '3.8'
  37. Requires-Dist: platformdirs<5,>=3.9.1
  38. Requires-Dist: python-discovery>=1
  39. Requires-Dist: typing-extensions>=4.13.2; python_version < '3.11'
  40. Description-Content-Type: text/markdown
  41. virtualenv.config.cli.parser.VirtualEnvOptions# virtualenv
  42. [![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
  43. [![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
  44. [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
  45. [![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
  46. [![Discord](https://img.shields.io/discord/803025117553754132)](https://discord.gg/pypa)
  47. [![Downloads](https://static.pepy.tech/badge/virtualenv/month)](https://pepy.tech/project/virtualenv)
  48. [![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
  49. [![check](https://github.com/pypa/virtualenv/actions/workflows/check.yaml/badge.svg)](https://github.com/pypa/virtualenv/actions/workflows/check.yaml)
  50. A tool for creating isolated `virtual` python environments.
  51. - [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
  52. - [Documentation](https://virtualenv.pypa.io)
  53. - [Changelog](https://virtualenv.pypa.io/en/latest/changelog.html)
  54. - [Issues](https://github.com/pypa/virtualenv/issues)
  55. - [PyPI](https://pypi.org/project/virtualenv)
  56. - [Github](https://github.com/pypa/virtualenv)
  57. ## Code of Conduct
  58. Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
  59. follow the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md).