pdm

Modern Python package and dependency manager supporting latest PEP standards

brewmacoslinux
Try with needOr install directly
Source

About

Modern Python package and dependency manager supporting the latest PEP standards

Commands

pdm

Examples

Initialize a new Python project with PDM$ pdm init
Install project dependencies from pyproject.toml$ pdm install
Add a new package to the project$ pdm add requests