Source: pdm Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Boyuan Yang , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-blinker, python3-cachecontrol, python3-certifi (>> 2022.6.15), python3-django , python3-dotenv, python3-findpython, python3-first , python3-installer, python3-ipython , python3-packaging, python3-pdm-pep517 (>= 1.0.0), python3-pep517, python3-pip, python3-platformdirs, python3-pytest , python3-pytest-cov , python3-pytest-mock , python3-pytest-xdist , python3-pytest-rerunfailures , python3-requests-toolbelt, python3-resolvelib, python3-rich, python3-shellingham, python3-tomli, python3-tomlkit, python3-unearth (>= 0.6~), python3-virtualenv, Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/pdm-project/pdm Vcs-Git: https://salsa.debian.org/python-team/packages/pdm.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pdm Package: python3-pdm Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: next generation Python package management tool PDM is meant to be a next generation Python package management tool. If you feel you are going well with Pipenv or Poetry and don't want to introduce another package manager, just stick to it. But if you are missing something that is not present in those tools, you can probably find some goodness in pdm. . Highlights of features include: * Opt-in PEP 582 support, no virtualenv involved at all. * Simple and fast dependency resolver, mainly for large binary distributions. * A PEP 517 build backend. * PEP 621 project metadata. * Flexible and powerful plug-in system. * Versatile user scripts. * Opt-in centralized installation cache like pnpm.