File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -137,10 +137,17 @@ Glossary
137137
138138 Python Package Index (PyPI)
139139
140- `PyPI <https://pypi.python. org/pypi >`_ is the default :term: `Package
140+ `PyPI <https://pypi.org >`_ is the default :term: `Package
141141 Index ` for the Python community. It is open to all Python developers to
142142 consume and distribute their distributions.
143143
144+ pypi.org
145+
146+ `pypi.org <https://pypi.org >`_ is the domain name for the
147+ :term: `Python Package Index (PyPI) `. It replaced the legacy index
148+ domain name, `pypi.python.org `, in 2017. It is powered by
149+ :ref: `warehouse `.
150+
144151 Release
145152
146153 A snapshot of a :term: `Project ` at a particular point in time, denoted
Original file line number Diff line number Diff line change 33Migrating to PyPI.org
44=====================
55
6- PyPI.org is a new, rewritten version of PyPI that is replacing the legacy code
7- base located at pypi.python.org. As it becomes the default, and eventually only,
8- version of PyPI people are expected to interact with, there will be a transition
9- period where tooling and processes are expected to need to update to deal with
10- the new location.
6+ :term: ` PyPI.org ` is a new, rewritten version of PyPI that is replacing the
7+ legacy code base located at ` pypi.python.org ` . As it becomes the default, and
8+ eventually only, version of PyPI people are expected to interact with, there
9+ will be a transition period where tooling and processes are expected to need to
10+ update to deal with the new location.
1111
1212This section covers how to migrate to the new PyPI.org for different tasks.
1313
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
2525.. _GitHub : https://github.com/pypa/python-packaging-user-guide
2626.. _Python Packaging Authority : https://pypa.io
2727
28- .. note :: Looking for guidance on migrating from legacy PyPI to pypi.org? Please see :doc:`guides/migrating-to-pypi-org`.
28+ .. note :: Looking for guidance on migrating from legacy PyPI to :term:` pypi.org` ? Please see :doc:`guides/migrating-to-pypi-org`.
2929
3030Get started
3131===========
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ Warehouse
158158Dev irc:#pypa-dev
159159
160160
161- The new unreleased PyPI application which can be previewed at https://pypi.org/.
161+ The current codebase powering :term: `PyPI `. It is hosted at
162+ `pypi.org <https://pypi.org/ >`_.
162163
163164
164165.. _wheel :
You can’t perform that action at this time.
0 commit comments