Version 3.15 of the Stable ABI will be compatible with both free-threaded and GIL-enabled builds. To allow this, the PyObject internal structure and related APIs will be removed from version 3.15 of the Limited API, requiring migration to new API for co...| Python Enhancement Proposals (PEPs)
A proof of concept for “trunk”, the proposed binary distribution format for Postgres extensions.| ❖ Just a Theory
This PEP proposes a new file format for specifying dependencies to enable reproducible installation in a Python environment. The format is designed to be human-readable and machine-generated. Installers consuming the file should be able to calculate wha...| Python Enhancement Proposals (PEPs)
PyPI will begin warning and will later reject wheels that contain differentiable ZIP features or incorrect RECORD files.| blog.pypi.org
This PEP proposes extending the core metadata specification for Python packaging to include a new, repeatable field named Import-Name to record the import names that a project owns once installed. A new key named import-names will be added to the [proje...| Python Enhancement Proposals (PEPs)
The .dist-info directory¶| packaging.python.org
pip 25.0 adds support for SPDX License Expressions (PEP 639), build environment bugfixes, and further optimizations among other changes.| Richard Si
pip 24.3 is a small release with a truststore bugfix, QoL improvements, and one minor deprecation of noncompliant wheel filenames.| ichard26.github.io
ENOSUCHBLOG| blog.yossarian.net
Request for comments on a sketch of a new metadata standard for Postgres extension packaging, distribution, and delivery, building on the PGXN Meta Spec to address its shortcomings and emerging use cases 12 years on.| ❖ Just a Theory
This PEP proposes a collection of changes related to the upload and distribution of digitally signed attestations and metadata used to verify them on a Python package repository, such as PyPI.| Python Enhancement Proposals (PEPs)
User Guide¶| pip.pypa.io
This PEP recommends deprecating and then disabling new uploads of the bdist_egg distribution type on PyPI. In a parallel move, this PEP recommends deprecating and then disabling new uploads of distribution filenames that have the .egg suffix.| Python Enhancement Proposals (PEPs)
Binary Distribution¶A specific kind of Built Distribution that contains compiled| packaging.python.org
Core metadata specifications¶| packaging.python.org
User Guide¶| pip.pypa.io
Entry points specification¶| packaging.python.org