comparison planemo/lib/python3.7/site-packages/pip-19.2.3.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: pip
3 Version: 19.2.3
4 Summary: The PyPA recommended tool for installing Python packages.
5 Home-page: https://pip.pypa.io/
6 Author: The pip developers
7 Author-email: pypa-dev@groups.google.com
8 License: MIT
9 Keywords: distutils easy_install egg setuptools wheel virtualenv
10 Platform: UNKNOWN
11 Classifier: Development Status :: 5 - Production/Stable
12 Classifier: Intended Audience :: Developers
13 Classifier: License :: OSI Approved :: MIT License
14 Classifier: Topic :: Software Development :: Build Tools
15 Classifier: Programming Language :: Python
16 Classifier: Programming Language :: Python :: 2
17 Classifier: Programming Language :: Python :: 2.7
18 Classifier: Programming Language :: Python :: 3
19 Classifier: Programming Language :: Python :: 3.5
20 Classifier: Programming Language :: Python :: 3.6
21 Classifier: Programming Language :: Python :: 3.7
22 Classifier: Programming Language :: Python :: Implementation :: CPython
23 Classifier: Programming Language :: Python :: Implementation :: PyPy
24 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
25
26 pip - The Python Package Installer
27 ==================================
28
29 .. image:: https://img.shields.io/pypi/v/pip.svg
30 :target: https://pypi.org/project/pip/
31
32 .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
33 :target: https://pip.pypa.io/en/latest
34
35 pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
36
37 Please take a look at our documentation for how to install and use pip:
38
39 * `Installation`_
40 * `Usage`_
41
42 Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:
43
44 * `Release notes`_
45 * `Release process`_
46
47 If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
48
49 * `Issue tracking`_
50 * `Discourse channel`_
51 * `User IRC`_
52
53 If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
54
55 * `GitHub page`_
56 * `Dev documentation`_
57 * `Dev mailing list`_
58 * `Dev IRC`_
59
60 Code of Conduct
61 ---------------
62
63 Everyone interacting in the pip project's codebases, issue trackers, chat
64 rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
65
66 .. _package installer: https://packaging.python.org/en/latest/current/
67 .. _Python Package Index: https://pypi.org
68 .. _Installation: https://pip.pypa.io/en/stable/installing.html
69 .. _Usage: https://pip.pypa.io/en/stable/
70 .. _Release notes: https://pip.pypa.io/en/stable/news.html
71 .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
72 .. _GitHub page: https://github.com/pypa/pip
73 .. _Dev documentation: https://pip.pypa.io/en/latest/development
74 .. _Issue tracking: https://github.com/pypa/pip/issues
75 .. _Discourse channel: https://discuss.python.org/c/packaging
76 .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
77 .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
78 .. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
79 .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
80
81