comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pip-24.3.1.dist-info/METADATA @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 69:33d812a61356
1 Metadata-Version: 2.1
2 Name: pip
3 Version: 24.3.1
4 Summary: The PyPA recommended tool for installing Python packages.
5 Author-email: The pip developers <distutils-sig@python.org>
6 License: MIT
7 Project-URL: Homepage, https://pip.pypa.io/
8 Project-URL: Documentation, https://pip.pypa.io
9 Project-URL: Source, https://github.com/pypa/pip
10 Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
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 :: 3
17 Classifier: Programming Language :: Python :: 3 :: Only
18 Classifier: Programming Language :: Python :: 3.8
19 Classifier: Programming Language :: Python :: 3.9
20 Classifier: Programming Language :: Python :: 3.10
21 Classifier: Programming Language :: Python :: 3.11
22 Classifier: Programming Language :: Python :: 3.12
23 Classifier: Programming Language :: Python :: 3.13
24 Classifier: Programming Language :: Python :: Implementation :: CPython
25 Classifier: Programming Language :: Python :: Implementation :: PyPy
26 Requires-Python: >=3.8
27 Description-Content-Type: text/x-rst
28 License-File: LICENSE.txt
29 License-File: AUTHORS.txt
30
31 pip - The Python Package Installer
32 ==================================
33
34 .. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg
35 :target: https://pypi.org/project/pip/
36 :alt: PyPI
37
38 .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip
39 :target: https://pypi.org/project/pip
40 :alt: PyPI - Python Version
41
42 .. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest
43 :target: https://pip.pypa.io/en/latest
44 :alt: Documentation
45
46 |pypi-version| |python-versions| |docs-badge|
47
48 pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
49
50 Please take a look at our documentation for how to install and use pip:
51
52 * `Installation`_
53 * `Usage`_
54
55 We release updates regularly, with a new version every 3 months. Find more details in our documentation:
56
57 * `Release notes`_
58 * `Release process`_
59
60 If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
61
62 * `Issue tracking`_
63 * `Discourse channel`_
64 * `User IRC`_
65
66 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:
67
68 * `GitHub page`_
69 * `Development documentation`_
70 * `Development IRC`_
71
72 Code of Conduct
73 ---------------
74
75 Everyone interacting in the pip project's codebases, issue trackers, chat
76 rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
77
78 .. _package installer: https://packaging.python.org/guides/tool-recommendations/
79 .. _Python Package Index: https://pypi.org
80 .. _Installation: https://pip.pypa.io/en/stable/installation/
81 .. _Usage: https://pip.pypa.io/en/stable/
82 .. _Release notes: https://pip.pypa.io/en/stable/news.html
83 .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
84 .. _GitHub page: https://github.com/pypa/pip
85 .. _Development documentation: https://pip.pypa.io/en/latest/development
86 .. _Issue tracking: https://github.com/pypa/pip/issues
87 .. _Discourse channel: https://discuss.python.org/c/packaging
88 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
89 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
90 .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md