Eager Eagle@lemmy.worldtoPython@programming.dev•Python now has a standard package lock file format – though winning full adoption will be a challengeEnglish
2·
13 days agoAFAIK setuptools and hatch are for building. Publishing is a different process. You can try uv
for publishing, but idk if it supports publishing to alternatives to PyPI.
The fastest way to learn best practices in Python is to use a linter like Ruff. It also features a formatter so you don’t have to spend time beautifying the code.