comparison env/lib/python3.9/site-packages/virtualenv-20.4.3.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 Metadata-Version: 2.1
2 Name: virtualenv
3 Version: 20.4.3
4 Summary: Virtual Python Environment builder
5 Home-page: https://virtualenv.pypa.io/
6 Author: Bernat Gabor
7 Author-email: gaborjbernat@gmail.com
8 Maintainer: Bernat Gabor
9 Maintainer-email: gaborjbernat@gmail.com
10 License: MIT
11 Project-URL: Source, https://github.com/pypa/virtualenv
12 Project-URL: Tracker, https://github.com/pypa/virtualenv/issues
13 Keywords: virtual,environments,isolated
14 Platform: any
15 Classifier: Development Status :: 5 - Production/Stable
16 Classifier: Intended Audience :: Developers
17 Classifier: License :: OSI Approved :: MIT License
18 Classifier: Operating System :: MacOS :: MacOS X
19 Classifier: Operating System :: Microsoft :: Windows
20 Classifier: Operating System :: POSIX
21 Classifier: Programming Language :: Python :: 2
22 Classifier: Programming Language :: Python :: 2.7
23 Classifier: Programming Language :: Python :: 3
24 Classifier: Programming Language :: Python :: 3.4
25 Classifier: Programming Language :: Python :: 3.5
26 Classifier: Programming Language :: Python :: 3.6
27 Classifier: Programming Language :: Python :: 3.7
28 Classifier: Programming Language :: Python :: 3.8
29 Classifier: Programming Language :: Python :: 3.9
30 Classifier: Programming Language :: Python :: Implementation :: CPython
31 Classifier: Programming Language :: Python :: Implementation :: PyPy
32 Classifier: Topic :: Software Development :: Libraries
33 Classifier: Topic :: Software Development :: Testing
34 Classifier: Topic :: Utilities
35 Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
36 Description-Content-Type: text/markdown
37 Requires-Dist: appdirs (<2,>=1.4.3)
38 Requires-Dist: distlib (<1,>=0.3.1)
39 Requires-Dist: filelock (<4,>=3.0.0)
40 Requires-Dist: six (<2,>=1.9.0)
41 Requires-Dist: pathlib2 (<3,>=2.3.3) ; python_version < "3.4" and sys_platform != "win32"
42 Requires-Dist: importlib-resources (>=1.0) ; python_version < "3.7"
43 Requires-Dist: importlib-metadata (>=0.12) ; python_version < "3.8"
44 Provides-Extra: docs
45 Requires-Dist: proselint (>=0.10.2) ; extra == 'docs'
46 Requires-Dist: sphinx (>=3) ; extra == 'docs'
47 Requires-Dist: sphinx-argparse (>=0.2.5) ; extra == 'docs'
48 Requires-Dist: sphinx-rtd-theme (>=0.4.3) ; extra == 'docs'
49 Requires-Dist: towncrier (>=19.9.0rc1) ; extra == 'docs'
50 Provides-Extra: testing
51 Requires-Dist: coverage (>=4) ; extra == 'testing'
52 Requires-Dist: coverage-enable-subprocess (>=1) ; extra == 'testing'
53 Requires-Dist: flaky (>=3) ; extra == 'testing'
54 Requires-Dist: pytest (>=4) ; extra == 'testing'
55 Requires-Dist: pytest-env (>=0.6.2) ; extra == 'testing'
56 Requires-Dist: pytest-freezegun (>=0.4.1) ; extra == 'testing'
57 Requires-Dist: pytest-mock (>=2) ; extra == 'testing'
58 Requires-Dist: pytest-randomly (>=1) ; extra == 'testing'
59 Requires-Dist: pytest-timeout (>=1) ; extra == 'testing'
60 Requires-Dist: packaging (>=20.0) ; (python_version > "3.4") and extra == 'testing'
61 Requires-Dist: xonsh (>=0.9.16) ; (python_version > "3.4" and python_version != "3.9") and extra == 'testing'
62
63 # virtualenv
64
65 [![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
66 [![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
67 [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
68 [![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
69 [![Gitter Chat](https://img.shields.io/gitter/room/pypa/virtualenv?color=FF004F&style=flat-square)](https://gitter.im/pypa/virtualenv)
70 [![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)](https://pypistats.org/packages/virtualenv)
71 [![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
72 [![Build Status](https://github.com/pypa/virtualenv/workflows/check/badge.svg?branch=main&event=push)](https://github.com/pypa/virtualenv/actions?query=workflow%3Acheck)
73 [![codecov](https://codecov.io/gh/pypa/virtualenv/branch/main/graph/badge.svg)](https://codecov.io/gh/pypa/virtualenv)
74 [![Code style:
75 black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
76
77 A tool for creating isolated `virtual` python environments.
78
79 - [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
80 - [Documentation](https://virtualenv.pypa.io)
81 - [Changelog](https://virtualenv.pypa.io/en/latest/changelog.html)
82 - [Issues](https://github.com/pypa/virtualenv/issues)
83 - [PyPI](https://pypi.org/project/virtualenv)
84 - [Github](https://github.com/pypa/virtualenv)
85
86 ## Code of Conduct
87
88 Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
89 follow the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md).
90
91