GeistHaus
log in · sign up

Glossary¶

packaging.python.org
18 pages link to this URL
Python Packaging Strategy Discussion - Part 2

Summary of discussions: We requested the Packaging community for feedback on the proposed survey questions The Python Packaging Survey was conducted in Sept-Oct. The results are summarized here. We asked maintainers/contributors on which they would like to discuss the Packaging Strategy. The most popular option was Discourse. The first part of strategy discussion was about unification of Packaging tools Discussion cue: In the Packaging survey, users indicated that they were looking for mor...

1 inbound link website en
The pyproject.toml file

The pyproject.toml file In package mode, the only required fields are name and version (either in the project section or in the tool.poetry section). Other fields are optional. In non-package mode, the name and version fields are required if using the project section. Note Run poetry check to print warnings about deprecated fields. The project section The project section of the pyproject.toml file according to the specification of the PyPA. name The name of the package. Always required when the project section is specified

fixup! added list - The rest of the TODOwl

Happy new year to all. Today's post is about a folder on my desktop named dev. It's where I've kept (for many years, well into my Windows-using days, even into the era when I used SVN rather than Git)

0 inbound links article en metapersonalpython