Manage entire Python projects and even Python itself with a single unified tool.| astral.sh
Good development practices for modern Python| www.stuartellis.name
Black 23.1.0 introduces an updated stable style, improved inference of the default target version(s), and other QOL improvements.| ichard26.github.io
PEP 621 and Setuptools| My notes and ramblings
Binary Distribution¶A specific kind of Built Distribution that contains compiled| packaging.python.org
One of my (slowly evaporating) reasons why I like putting packaging metadata into an executable setup.py is the ability to have optional dependencies that are combinations of others. As of pip 21.2, this is possible without running code.| Hynek Schlawack