pip 25.1 introduces support for Dependency Groups (PEP 735), resumable downloads, and an installation progress bar. Dependency resolution has also received a raft of bugfixes and improvements.| Richard Si
Creating and discovering plugins¶| packaging.python.org
A guide to modern Python tooling with a focus on simplicity and minimalism.| cjolowicz.github.io
Entry Points for Plugins¶| setuptools.pypa.io
Entry points specification¶| packaging.python.org
Since this topic keeps coming up, I’d like to briefly share my thoughts on Python package metadata because it’s – as always – more complex than it seems.| Hynek Schlawack