The “Simple Repository API” that was defined in PEP 503 (and was in use much longer than that) has served us reasonably well for a very long time. However, the reliance on using HTML as the data exchange mechanism has several shortcomings.| Python Enhancement Proposals (PEPs)
File Format¶| packaging.python.org
Binary Distribution¶A specific kind of Built Distribution that contains compiled| packaging.python.org
PyPI has removed support for uploading PGP signatures with new releases.| blog.pypi.org
ENOSUCHBLOG| blog.yossarian.net
There are many implementations of a Python package repository and many tools that consume them. Of these, the canonical implementation that defines what the “simple” repository API looks like is the implementation that powers PyPI. This document will sp...| Python Enhancement Proposals (PEPs)