comparison env/lib/python3.7/site-packages/virtualenv-20.0.18.dist-info/METADATA @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 2.1
2 Name: virtualenv
3 Version: 20.0.18
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.0)
38 Requires-Dist: filelock (<4,>=3.0.0)
39 Requires-Dist: six (<2,>=1.9.0)
40 Requires-Dist: contextlib2 (<1,>=0.6.0) ; python_version < "3.3"
41 Requires-Dist: pathlib2 (<3,>=2.3.3) ; python_version < "3.4" and sys_platform != "win32"
42 Requires-Dist: importlib-resources (<2,>=1.0) ; python_version < "3.7"
43 Requires-Dist: importlib-metadata (<2,>=0.12) ; python_version < "3.8"
44 Provides-Extra: docs
45 Requires-Dist: sphinx (<3,>=2.0.0) ; extra == 'docs'
46 Requires-Dist: sphinx-argparse (<1,>=0.2.5) ; extra == 'docs'
47 Requires-Dist: sphinx-rtd-theme (<1,>=0.4.3) ; extra == 'docs'
48 Requires-Dist: towncrier (>=19.9.0rc1) ; extra == 'docs'
49 Requires-Dist: proselint (<1,>=0.10.2) ; extra == 'docs'
50 Provides-Extra: testing
51 Requires-Dist: pytest (<6,>=4.0.0) ; extra == 'testing'
52 Requires-Dist: coverage (<6,>=4.5.1) ; extra == 'testing'
53 Requires-Dist: pytest-mock (<3,>=2.0.0) ; extra == 'testing'
54 Requires-Dist: pytest-env (<1,>=0.6.2) ; extra == 'testing'
55 Requires-Dist: pytest-timeout (<2,>=1.3.4) ; extra == 'testing'
56 Requires-Dist: packaging (>=20.0) ; (python_version > "3.4") and extra == 'testing'
57 Requires-Dist: xonsh (<1,>=0.9.16) ; (python_version > "3.4") and extra == 'testing'
58
59 [![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
60 [![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
61 [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
62 [![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
63 [![Gitter Chat](https://img.shields.io/gitter/room/pypa/virtualenv?color=FF004F&style=flat-square)](https://gitter.im/pypa/virtualenv)
64 [![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)](https://pypistats.org/packages/virtualenv)
65 [![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
66 [![Build Status](https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv?branchName=master)](https://dev.azure.com/pypa/virtualenv/_build/latest?definitionId=11&branchName=master)
67 [![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/pypa/virtualenv/11?style=flat-square)](https://dev.azure.com/pypa/virtualenv/_build?definitionId=11&_a=summary)
68 [![Code style:
69 black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
70
71 virtualenv
72 ==========
73
74 A tool for creating isolated ``virtual`` python environments.
75
76 - [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
77 - [Documentation](https://virtualenv.pypa.io)
78 - [Changelog](https://virtualenv.pypa.io/en/latest/changelog.html)
79 - [Issues](https://github.com/pypa/virtualenv/issues)
80 - [PyPI](https://pypi.org/project/virtualenv)
81 - [Github](https://github.com/pypa/virtualenv)
82
83 Code of Conduct
84 ---------------
85
86 Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
87 follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).
88
89