comparison planemo/lib/python3.7/site-packages/virtualenv-20.0.28.dist-info/METADATA @ 1:56ad4e20f292 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:32:28 -0400
parents
children
comparison
equal deleted inserted replaced
0:d30785e31577 1:56ad4e20f292
1 Metadata-Version: 2.1
2 Name: virtualenv
3 Version: 20.0.28
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 :: Implementation :: CPython
30 Classifier: Programming Language :: Python :: Implementation :: PyPy
31 Classifier: Topic :: Software Development :: Libraries
32 Classifier: Topic :: Software Development :: Testing
33 Classifier: Topic :: Utilities
34 Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
35 Description-Content-Type: text/markdown
36 Requires-Dist: appdirs (<2,>=1.4.3)
37 Requires-Dist: distlib (<1,>=0.3.1)
38 Requires-Dist: filelock (<4,>=3.0.0)
39 Requires-Dist: six (<2,>=1.9.0)
40 Requires-Dist: pathlib2 (<3,>=2.3.3) ; python_version < "3.4" and sys_platform != "win32"
41 Requires-Dist: importlib-resources (>=1.0) ; python_version < "3.7"
42 Requires-Dist: importlib-metadata (<2,>=0.12) ; python_version < "3.8"
43 Provides-Extra: docs
44 Requires-Dist: proselint (>=0.10.2) ; extra == 'docs'
45 Requires-Dist: sphinx (>=3) ; extra == 'docs'
46 Requires-Dist: sphinx-argparse (>=0.2.5) ; extra == 'docs'
47 Requires-Dist: sphinx-rtd-theme (>=0.4.3) ; extra == 'docs'
48 Requires-Dist: towncrier (>=19.9.0rc1) ; extra == 'docs'
49 Provides-Extra: testing
50 Requires-Dist: coverage (>=5) ; extra == 'testing'
51 Requires-Dist: coverage-enable-subprocess (>=1) ; extra == 'testing'
52 Requires-Dist: flaky (>=3) ; extra == 'testing'
53 Requires-Dist: pytest (>=4) ; extra == 'testing'
54 Requires-Dist: pytest-env (>=0.6.2) ; extra == 'testing'
55 Requires-Dist: pytest-freezegun (>=0.4.1) ; extra == 'testing'
56 Requires-Dist: pytest-mock (>=2) ; extra == 'testing'
57 Requires-Dist: pytest-randomly (>=1) ; extra == 'testing'
58 Requires-Dist: pytest-timeout (>=1) ; extra == 'testing'
59 Requires-Dist: pytest-xdist (>=1.31.0) ; 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 [![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
64 [![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
65 [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
66 [![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
67 [![Gitter Chat](https://img.shields.io/gitter/room/pypa/virtualenv?color=FF004F&style=flat-square)](https://gitter.im/pypa/virtualenv)
68 [![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)](https://pypistats.org/packages/virtualenv)
69 [![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
70 [![Build Status](https://github.com/pypa/virtualenv/workflows/check/badge.svg?branch=master&event=push)](https://github.com/pypa/virtualenv/actions?query=workflow%3Acheck)
71 [![codecov](https://codecov.io/gh/pypa/virtualenv/branch/master/graph/badge.svg)](https://codecov.io/gh/pypa/virtualenv)
72 [![Code style:
73 black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
74
75 virtualenv
76 ==========
77
78 A tool for creating isolated ``virtual`` python environments.
79
80 - [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
81 - [Documentation](https://virtualenv.pypa.io)
82 - [Changelog](https://virtualenv.pypa.io/en/latest/changelog.html)
83 - [Issues](https://github.com/pypa/virtualenv/issues)
84 - [PyPI](https://pypi.org/project/virtualenv)
85 - [Github](https://github.com/pypa/virtualenv)
86
87 Code of Conduct
88 ---------------
89
90 Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
91 follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).
92
93