This is a template repository for Python projects. It includes a basic setup for managing dependencies, continuous integration, and directory structure commonly used in Python projects. This ...
I have a package using PDM for its dependencies, Hatch for its PEP-517 build backend. The project also uses dynamic = ["version"] for deriving version information from Git, and has a maximum Python ...