Skip to content

Commit 6bae8ed

Browse files
lgh2Jon Wayne Parrott
authored andcommitted
adds instructions for Warehouse (pypa#471)
* adds instructions for Warehouse * fix sentence, lines should be wrapped * Wrap lines
1 parent 6d715a6 commit 6bae8ed

File tree

1 file changed

+14
-36
lines changed

1 file changed

+14
-36
lines changed

source/guides/migrating-to-pypi-org.rst

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@
33
Migrating to PyPI.org
44
=====================
55

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.
11-
12-
This section covers how to migrate to the new PyPI.org for different tasks.
13-
6+
:term:`PyPI.org` is the new, rewritten version of PyPI that has replaced the
7+
legacy PyPI code base. It is the default version of PyPI that people are
8+
expected to use. These are the tools and processes that people will need to
9+
interact with ``PyPI.org``.
1410

1511
Publishing releases
1612
-------------------
1713

18-
``pypi.org`` became the default upload platform in September 2016.
14+
``pypi.org`` is the default upload platform as of September 2016.
1915

2016
Uploads through ``pypi.python.org`` were *switched off* on **July 3, 2017**.
17+
As of April 13th, 2018,``pypi.org`` is the URL for PyPI.
2118

2219
The recommended way to migrate to PyPI.org for uploading is to ensure that you
2320
are using a new enough version of your upload tool.
@@ -112,45 +109,26 @@ Registering new user accounts
112109

113110
In order to help mitigate spam attacks against PyPI, new user registration
114111
through ``pypi.python.org`` was *switched off* on **February 20, 2018**.
112+
New user registrations at ``pypi.org`` are open.
115113

116114

117115
Browsing packages
118116
-----------------
119117

120-
``pypi.python.org`` is currently still the default interface for browsing packages
121-
(used in links from other PyPA documentation, etc).
122-
123-
``pypi.org`` is fully functional for purposes of browsing available packages, and
124-
some users may choose to opt in to using it.
125-
126-
``pypi.org`` is expected to become the default recommended interface for browsing
127-
once the limitations in the next section are addressed (at which point
128-
attempts to access ``pypi.python.org`` will automatically be redirected to
129-
``pypi.org``).
118+
While ``pypi.python.org`` is may still be used in links from other PyPA
119+
documentation, etc, the default interface for browsing packages is
120+
``pypi.org``. The domain pypi.python.org now redirects to pypi.org,
121+
and may be disabled sometime in the future.
130122

131123

132124
Downloading packages
133125
--------------------
134126

135-
``pypi.python.org`` is currently still the default host for downloading packages.
136-
137-
``pypi.org`` is fully functional for purposes of downloading packages, and some users
138-
may choose to opt in to using it, but its current hosting setup isn't capable of
139-
handling the full bandwidth requirements of being the default download source (even
140-
after accounting for the Fastly CDN).
141-
142-
``pypi.org`` is expected to become the default host for downloading
143-
packages once it has been redeployed into an environment capable of
144-
handling the associated network load. The setup work is being tracked
145-
as part of the `Launch milestone
146-
<https://github.com/pypa/warehouse/milestone/1>`_.
147-
127+
``pypi.org`` is the default host for downloading packages.
148128

149129
Managing published packages and releases
150130
----------------------------------------
151131

152-
``pypi.python.org`` provides an interface for logged in users to manage their
153-
published packages and releases.
132+
``pypi.org`` provides a fully functional interface for logged in users to
133+
manage their published packages and releases.
154134

155-
``pypi.org`` also provides such an interface which is fully functional, and
156-
some users may choose to opt in to using it.

0 commit comments

Comments
 (0)