diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-05 10:31:07 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-05 10:40:04 +0300 |
commit | 2b7a2eb3c3e97462247a1c4a787572271d09b6aa (patch) | |
tree | d94771adb2946addd9f07903bec61903050d313a /contrib/python/pip/.dist-info | |
parent | 5009700545d30746804087e4f9e4df2114a0b79e (diff) | |
download | ydb-2b7a2eb3c3e97462247a1c4a787572271d09b6aa.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/pip/.dist-info')
-rw-r--r-- | contrib/python/pip/.dist-info/METADATA | 13 | ||||
-rw-r--r-- | contrib/python/pip/.dist-info/entry_points.txt | 1 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/pip/.dist-info/METADATA b/contrib/python/pip/.dist-info/METADATA index e5b45bdd68..e118468a47 100644 --- a/contrib/python/pip/.dist-info/METADATA +++ b/contrib/python/pip/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pip -Version: 24.0 +Version: 24.1 Summary: The PyPA recommended tool for installing Python packages. Author-email: The pip developers <distutils-sig@python.org> License: MIT @@ -15,7 +15,6 @@ Classifier: Topic :: Software Development :: Build Tools Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 @@ -23,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy -Requires-Python: >=3.7 +Requires-Python: >=3.8 Description-Content-Type: text/x-rst License-File: LICENSE.txt License-File: AUTHORS.txt @@ -31,18 +30,20 @@ License-File: AUTHORS.txt pip - The Python Package Installer ================================== -.. image:: https://img.shields.io/pypi/v/pip.svg +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg :target: https://pypi.org/project/pip/ :alt: PyPI -.. image:: https://img.shields.io/pypi/pyversions/pip +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip :target: https://pypi.org/project/pip :alt: PyPI - Python Version -.. image:: https://readthedocs.org/projects/pip/badge/?version=latest +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest :target: https://pip.pypa.io/en/latest :alt: Documentation +|pypi-version| |python-versions| |docs-badge| + pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. Please take a look at our documentation for how to install and use pip: diff --git a/contrib/python/pip/.dist-info/entry_points.txt b/contrib/python/pip/.dist-info/entry_points.txt index 5367846d2a..25fcf7e2cd 100644 --- a/contrib/python/pip/.dist-info/entry_points.txt +++ b/contrib/python/pip/.dist-info/entry_points.txt @@ -1,4 +1,3 @@ [console_scripts] pip = pip._internal.cli.main:main pip3 = pip._internal.cli.main:main -pip3.10 = pip._internal.cli.main:main |