diff --git a/warehouse/templates/pages/help.html b/warehouse/templates/pages/help.html index a9eb4f9e7bec..75458722efc9 100644 --- a/warehouse/templates/pages/help.html +++ b/warehouse/templates/pages/help.html @@ -27,6 +27,7 @@ {% macro mirroring() %}How can I run a mirror of PyPI?{% endmacro %} {% macro APIs() %}Does PyPI have APIs I can use?{% endmacro %} {% macro project_release_notifications() %}How do I get notified when a new version of a project is released?{% endmacro %} +{% macro statistics() %}Where can I see statistics about PyPI, downloads, and project/package usage?{% endmacro %} {% macro login_problem() %}I forgot my PyPI password. Can you help me?{% endmacro %} {% macro accessibility() %}I am having trouble using the PyPI website. Can you help me?{% endmacro %} {% macro uploading() %}Why can't I upload files to PyPI manually?{% endmacro %} @@ -65,6 +66,7 @@

Integrating

  • {{ APIs() }}
  • {{ mirroring() }}
  • {{ project_release_notifications() }}
  • +
  • {{ statistics() }}
  • @@ -152,15 +154,17 @@

    {{ mirroring() }}

    If you need to run your own mirror of PyPI, the bandersnatch project is the recommended solution. Note that the storage requirements for a PyPI mirror would exceed 1 terabyte—and growing!

    -

    {{ project_release_notifications() }}

    PyPI itself does not offer a way to get notified when a project uploads new releases. However, there are several third-party services that offer comprehensive monitoring and notifications for project releases and vulnerabilities such as pyup.io and libraries.io.

    +

    {{ statistics() }}

    +

    You can analyze PyPI download usage statistics via Google BigQuery.

    +

    Libraries.io provides statistics for PyPI projects (example, API) including GitHub stars and forks, dependency tracking (in progress), and other relevant factors.

    +

    For recent statistics on uptime and performance, see our status page.

    -

    Problems

    {{ login_problem() }}