comparison env/lib/python3.7/site-packages/pip-20.1.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: pip
3 Version: 20.1
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 Project-URL: Documentation, https://pip.pypa.io
10 Project-URL: Source, https://github.com/pypa/pip
11 Keywords: distutils easy_install egg setuptools wheel virtualenv
12 Platform: UNKNOWN
13 Classifier: Development Status :: 5 - Production/Stable
14 Classifier: Intended Audience :: Developers
15 Classifier: License :: OSI Approved :: MIT License
16 Classifier: Topic :: Software Development :: Build Tools
17 Classifier: Programming Language :: Python
18 Classifier: Programming Language :: Python :: 2
19 Classifier: Programming Language :: Python :: 2.7
20 Classifier: Programming Language :: Python :: 3
21 Classifier: Programming Language :: Python :: 3.5
22 Classifier: Programming Language :: Python :: 3.6
23 Classifier: Programming Language :: Python :: 3.7
24 Classifier: Programming Language :: Python :: 3.8
25 Classifier: Programming Language :: Python :: Implementation :: CPython
26 Classifier: Programming Language :: Python :: Implementation :: PyPy
27 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
28
29 pip - The Python Package Installer
30 ==================================
31
32 .. image:: https://img.shields.io/pypi/v/pip.svg
33 :target: https://pypi.org/project/pip/
34
35 .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
36 :target: https://pip.pypa.io/en/latest
37
38 pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
39
40 Please take a look at our documentation for how to install and use pip:
41
42 * `Installation`_
43 * `Usage`_
44
45 We release updates regularly, with a new version every 3 months. Find more details in our documentation:
46
47 * `Release notes`_
48 * `Release process`_
49
50 In 2020, we're working on improvements to the heart of pip. Please `learn more and take our survey`_ to help us do it right.
51
52 If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
53
54 * `Issue tracking`_
55 * `Discourse channel`_
56 * `User IRC`_
57
58 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:
59
60 * `GitHub page`_
61 * `Development documentation`_
62 * `Development mailing list`_
63 * `Development IRC`_
64
65 Code of Conduct
66 ---------------
67
68 Everyone interacting in the pip project's codebases, issue trackers, chat
69 rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
70
71 .. _package installer: https://packaging.python.org/guides/tool-recommendations/
72 .. _Python Package Index: https://pypi.org
73 .. _Installation: https://pip.pypa.io/en/stable/installing.html
74 .. _Usage: https://pip.pypa.io/en/stable/
75 .. _Release notes: https://pip.pypa.io/en/stable/news.html
76 .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
77 .. _GitHub page: https://github.com/pypa/pip
78 .. _Development documentation: https://pip.pypa.io/en/latest/development
79 .. _learn more and take our survey: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
80 .. _Issue tracking: https://github.com/pypa/pip/issues
81 .. _Discourse channel: https://discuss.python.org/c/packaging
82 .. _Development mailing list: https://groups.google.com/forum/#!forum/pypa-dev
83 .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
84 .. _Development IRC: https://webchat.freenode.net/?channels=%23pypa-dev
85 .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
86
87