packaging.python.org
packaging.python.org copied to clipboard
Python Packaging User Guide
Original PEP518 spec (https://peps.python.org/pep-0518/#build-system-table) says: > The [build-system] table is used to store build-related data. Initially only one key of the table will be valid and is mandatory for the...
Is https://peps.python.org/pep-0518 specification superseded by https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table ? If so, there is no history of changes, e.g. removal of `wheel` from default `PEP518` dependencies.
One question that I'm sure newcomers to packaging have is, "where should I host my documentation?" or "is there an official or preferred place to host my documentation?" (I sure...
Add dependabot.yml to update GitHub action and Python package dependencies to date automatically. (maybe it also can help with pull requests like #1614 ) ---- 📚 Documentation preview 📚: https://python-packaging-user-guide--1613.org.readthedocs.build/en/1613/
Continuing to gently push on progress related to the [PEP 777 discussion](https://discuss.python.org/t/pep-777-how-to-re-invent-the-wheel/67484). I opened pypa/pip#13034 and pypa/pip#13035 and to add a message when `pip` encounters a new wheel version, and...
A common problem for packages with optional dependencies / extras is that the default user experience when these dependencies haven't been installed by the package consumer isn't great: the end...