|
41 | 41 | {% macro maintainers() %}Who maintains PyPI?{% endmacro %}
|
42 | 42 | {% macro sponsors() %}What powers PyPI?{% endmacro %}
|
43 | 43 | {% macro availability() %}Can I depend on PyPI being available?{% endmacro %}
|
44 |
| -{% macro preproduction() %}What does pre-production mean?{% endmacro %} |
| 44 | +{% macro beta() %}What does beta mean?{% endmacro %} |
45 | 45 | {% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
|
46 | 46 | {% block title %}Help{% endblock %}
|
47 | 47 |
|
@@ -92,7 +92,7 @@ <h2><a href="#about">About</a></h2>
|
92 | 92 | <li><a href="#maintainers">{{ maintainers() }}</a></li>
|
93 | 93 | <li><a href="#sponsors">{{ sponsors() }}</a></li>
|
94 | 94 | <li><a href="#availability">{{ availability() }}</a></li>
|
95 |
| - <li><a href="#preproduction">{{ preproduction() }}</a></li> |
| 95 | + <li><a href="#beta">{{ beta() }}</a></li> |
96 | 96 | <li><a href="#contributing">{{ contributing() }}</a></li>
|
97 | 97 | </ul>
|
98 | 98 | </section>
|
@@ -293,23 +293,24 @@ <h3 id="availability">{{ availability() }}</h3>
|
293 | 293 | PyPI is heavily cached and distributed via CDN thanks to our sponsor <a href="https://www.fastly.com/" target="_blank" rel="noopener">Fastly</a> and thus is generally available globally. However, as could be expected for a giant distributed system, things can and sometimes do go wrong. If you have high availability requirements for your package index, consider either a <a href="#mirroring">mirror</a> or a <a href="#private-indices">private index</a>.
|
294 | 294 | </p>
|
295 | 295 |
|
296 |
| - <h3 id="preproduction">{{ preproduction() }}</h3> |
| 296 | + <h3 id="beta">{{ beta() }}</h3> |
297 | 297 | <p>
|
298 |
| - 'Pre-production' indicates that you are using a version of this software that is not fully tested and 'production ready'. This means: |
| 298 | + 'Beta' indicates you are using a version of PyPI that is robust, but not <i>fully</i> tested and 'production ready'. This means: |
299 | 299 | </p>
|
300 | 300 | <ul>
|
301 | 301 | <li>The UI may return unusual or erroneous results</li>
|
302 | 302 | <li>Performance may not yet be optimised</li>
|
303 |
| - <li>Some features that you use on the old interface may be missing</li> |
| 303 | + <li>Some features that you used in <a href="https://pypi.python.org">the old interface (pypi.python.org)</a> may be missing</li> |
| 304 | + <li>We <a href="#feedback">need your feedback</a> to get the site production ready</li> |
304 | 305 | </ul>
|
305 | 306 | <p>
|
306 |
| - While we are in pre-production, our infrastructure cannot yet support all of the traffic generated by our users running <code>pip install</code>. We therefore ask that you do not use this version of PyPI for production codebases. |
| 307 | + While we are in beta, the pypi.org infrastructure cannot yet support all of the API traffic generated by our users running <code>pip install</code>, so don't explicitly point to it in automated production setups. But <a href="https://wiki.python.org/psf/PackagingWG/PyPIBetaAnnouncement">we want you to try it and test it</a>, and we're occasionally redirecting portions of that traffic in load tests we announce <a href="http://status.python.org/">on our status page</a>. |
307 | 308 | </p>
|
308 | 309 | <p>
|
309 |
| - On the other hand, uploads are working well, and project maintainers and owners should use this version of PyPI over the legacy site, which no longer supports this function. |
| 310 | + Uploads, search, and release management are working well, and project maintainers and owners should use this version of PyPI over the legacy site, which no longer supports uploading releases. |
310 | 311 | </p>
|
311 | 312 | <p>
|
312 |
| - Please see <a href="https://wiki.python.org/psf/WarehouseRoadmap">our development roadmap</a> to understand what features will be available next. |
| 313 | + Please see <a href="https://wiki.python.org/psf/WarehouseRoadmap">our development roadmap</a> to understand what features will be available next, and <a href="https://wiki.python.org/psf/PackagingWG/PyPIBetaAnnouncement">the beta announcement</a> for more context on the beta. To learn when the site launches (goes from beta to production), <a href="https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/">subscribe to the announcement email list</a>. |
313 | 314 | </p>
|
314 | 315 |
|
315 | 316 | <h3 id="contributing">{{ contributing() }}</h3>
|
|
0 commit comments