psf / fundable-packaging-improvements

Packaging improvements that could be funded
52 stars 19 forks source link

New download API for PyPI #22

Open xmunoz opened 3 years ago

xmunoz commented 3 years ago

The Python Package Index, a key platform for Python developers, has a browser interface, but most people use PyPI by hitting its API endpoints with client applications such as pip. PyPI has a minimal download API that does not implement many features that users have requested. The lack of a full-featured download API in Warehouse (the PyPI codebase) blocks many improvements, including:

We'd like to architect and implement a new Warehouse download API to support these features, and deprecate and decommission the old endpoints. This requires backend development work, technical writing, user experience research, and publicity and coordination work within Python's community.