mirror of
https://github.com/python/cpython.git
synced 2026-04-23 12:21:01 +00:00
Patch by Kojo Idrissa.
(cherry picked from commit 1b4abcf302)
Co-authored-by: Kojo Idrissa <kojoidrissa@users.noreply.github.com>
17 lines
511 B
ReStructuredText
17 lines
511 B
ReStructuredText
.. index::
|
|
single: Python Package Index (PyPI)
|
|
single: PyPI; (see Python Package Index (PyPI))
|
|
|
|
.. _package-index:
|
|
|
|
*******************************
|
|
The Python Package Index (PyPI)
|
|
*******************************
|
|
|
|
The `Python Package Index (PyPI)`_ stores metadata describing distributions
|
|
packaged with distutils and other publishing tools, as well the distribution
|
|
archives themselves.
|
|
|
|
Detailed instructions on using PyPI at :ref:`distributing-index`.
|
|
|
|
.. _Python Package Index (PyPI): https://pypi.org
|