|
39 | 39 | {% macro maintainers() %}Who maintains PyPI?{% endmacro %}
|
40 | 40 | {% macro sponsors() %}What powers PyPI?{% endmacro %}
|
41 | 41 | {% macro availability() %}Can I depend on PyPI being available?{% endmacro %}
|
42 |
| -{% macro preproduction() %}What does pre-production mean?{% endmacro %} |
| 42 | +{% macro beta() %}What does beta mean?{% endmacro %} |
43 | 43 | {% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
|
44 | 44 | {% block title %}Help{% endblock %}
|
45 | 45 |
|
@@ -88,7 +88,7 @@ <h2><a href="#about">About</a></h2>
|
88 | 88 | <li><a href="#maintainers">{{ maintainers() }}</a></li>
|
89 | 89 | <li><a href="#sponsors">{{ sponsors() }}</a></li>
|
90 | 90 | <li><a href="#availability">{{ availability() }}</a></li>
|
91 |
| - <li><a href="#preproduction">{{ preproduction() }}</a></li> |
| 91 | + <li><a href="#beta">{{ beta() }}</a></li> |
92 | 92 | <li><a href="#contributing">{{ contributing() }}</a></li>
|
93 | 93 | </ul>
|
94 | 94 | </section>
|
@@ -281,23 +281,24 @@ <h3 id="availability">{{ availability() }}</h3>
|
281 | 281 | PyPI is heavily cached and distributed via CDN thanks to our sponsor <a href="https://www.fastly.com/">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>.
|
282 | 282 | </p>
|
283 | 283 |
|
284 |
| - <h3 id="preproduction">{{ preproduction() }}</h3> |
| 284 | + <h3 id="beta">{{ beta() }}</h3> |
285 | 285 | <p>
|
286 |
| - 'Pre-production' indicates that you are using a version of this software that is not fully tested and 'production ready'. This means: |
| 286 | + 'Beta' indicates you are using a version of PyPI that is robust, but not <i>fully</i> tested and 'production ready'. This means: |
287 | 287 | </p>
|
288 | 288 | <ul>
|
289 | 289 | <li>The UI may return unusual or erroneous results</li>
|
290 | 290 | <li>Performance may not yet be optimised</li>
|
291 |
| - <li>Some features that you use on the old interface may be missing</li> |
| 291 | + <li>Some features that you used in <a href="https://pypi.python.org">the old interface (pypi.python.org)</a> may be missing</li> |
| 292 | + <li>We <a href="#feedback">need your feedback</a> to get the site production ready</li> |
292 | 293 | </ul>
|
293 | 294 | <p>
|
294 |
| - 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. |
| 295 | + 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>. |
295 | 296 | </p>
|
296 | 297 | <p>
|
297 |
| - 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. |
| 298 | + 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. |
298 | 299 | </p>
|
299 | 300 | <p>
|
300 |
| - Please see <a href="https://wiki.python.org/psf/WarehouseRoadmap">our development roadmap</a> to understand what features will be available next. |
| 301 | + 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>. |
301 | 302 | </p>
|
302 | 303 |
|
303 | 304 | <h3 id="contributing">{{ contributing() }}</h3>
|
|
0 commit comments