« BackPyPI in 2025: A Year in Reviewblog.pypi.orgSubmitted by miketheman 6 hours ago
  • heavyset_go an hour ago

    One of the big companies making billions on Python software should step up and fund the infrastructure needed to enable PyPI package search via the CLI, like you could with `pip search` in the past.

    • woodruffw 19 minutes ago

      Serious question: how important is `pip search` to your workflows? I don’t think I ever used it, back when PyPI still had an XMLRPC search endpoint.

      (I think the biggest blocker on CLI search isn’t infrastructure, but that there’s no clear agreement on the value of CLI search without a clear scope of what that search would do. Just listing matches over the package names would be less useful than structured metadata search for example, but the latter makes a lot of assumptions about the availability of structured metadata!)

      • firesteelrain an hour ago

        Funding could help, but it still requires PyPI/Warehouse to ship and operate a new public search interface that is safe at internet scale.

        • coldtea 4 minutes ago

          They operate a public package hosting interface, how is a search one any harder?

      • dalanmiller 2 hours ago

        Great work Dustin and team!