|
43 | 43 | {% macro maintainers() %}Who maintains PyPI?{% endmacro %}
|
44 | 44 | {% macro sponsors() %}What powers PyPI?{% endmacro %}
|
45 | 45 | {% macro availability() %}Can I depend on PyPI being available?{% endmacro %}
|
46 |
| -{% macro beta() %}What does beta mean?{% endmacro %} |
47 | 46 | {% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
|
48 | 47 | {% macro upcoming_changes() %}How do I keep up with upcoming changes to PyPI?{% endmacro %}
|
49 | 48 | {% block title %}Help{% endblock %}
|
@@ -97,7 +96,6 @@ <h2><a href="#about">About</a></h2>
|
97 | 96 | <li><a href="#maintainers">{{ maintainers() }}</a></li>
|
98 | 97 | <li><a href="#sponsors">{{ sponsors() }}</a></li>
|
99 | 98 | <li><a href="#availability">{{ availability() }}</a></li>
|
100 |
| - <li><a href="#beta">{{ beta() }}</a></li> |
101 | 99 | <li><a href="#contributing">{{ contributing() }}</a></li>
|
102 | 100 | <li><a href="#upcoming-changes">{{ upcoming_changes() }}</a></li>
|
103 | 101 | </ul>
|
@@ -311,29 +309,6 @@ <h3 id="availability">{{ availability() }}</h3>
|
311 | 309 | 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>.
|
312 | 310 | </p>
|
313 | 311 |
|
314 |
| - <h3 id="beta">{{ beta() }}</h3> |
315 |
| - <p> |
316 |
| - 'Beta' indicates you are using a version of PyPI that is robust, but not <i>fully</i> tested and 'production ready'. This means: |
317 |
| - </p> |
318 |
| - <ul> |
319 |
| - <li>The UI may return unusual or erroneous results</li> |
320 |
| - <li>Performance may not yet be optimised</li> |
321 |
| - <li>Some features that you used in <a href="https://pypi.python.org">the old interface (pypi.python.org)</a> may be missing</li> |
322 |
| - <li>We <a href="#feedback">need your feedback</a> to get the site production ready</li> |
323 |
| - </ul> |
324 |
| - <p> |
325 |
| - We <a href="https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html">entered beta on March 26, 2018</a>. We plan to launch (go from beta to production) and redirect pypi.python.org to pypi.org on April 16th, 2018, and shut down pypi.python.org on April 30th, 2018. |
326 |
| - </p> |
327 |
| - <p> |
328 |
| - 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. |
329 |
| - </p> |
330 |
| - <p> |
331 |
| - While we are in beta, the pypi.org infrastructure cannot yet support <b>all</b> of the API traffic (mostly generated by our users running <code>pip install</code>), but we encourage some API users to switch to pypi.org now. See <a href="https://warehouse.readthedocs.io/api-reference/integration-guide/#migrating-to-the-new-pypi">our API users' migration guide</a> and watch <a href="http://status.python.org/">our status page</a> for guidance. |
332 |
| - </p> |
333 |
| - <p> |
334 |
| - 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://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html">the beta announcement</a> for more context on the beta. To be notified when the site launches, <a href="https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/">subscribe to the announcement email list</a>. |
335 |
| - </p> |
336 |
| - |
337 | 312 | <h3 id="contributing">{{ contributing() }}</h3>
|
338 | 313 | <p>
|
339 | 314 | We have a huge amount of work to do to continue to maintain and improve PyPI (also known as <a href="http://warehouse.readthedocs.io/">the Warehouse project</a>).
|
|
0 commit comments