Skip to content

Commit 2eef2b0

Browse files
Add pdm to non-PyPA project list (#987)
* Add pdm to key_projects * Update source/key_projects.rst Co-authored-by: Brian Rutledge <brian@bhrutledge.com> Co-authored-by: Brian Rutledge <bhrutledge@gmail.com> Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
1 parent 3f515c4 commit 2eef2b0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

source/key_projects.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,20 @@ multibuild
464464
Multibuild is a set of CI scripts for building and testing Python :term:`wheels <Wheel>` for
465465
Linux, macOS, and (less flexibly) Windows. Also see :ref:`cibuildwheel`.
466466

467+
.. _pdm:
468+
469+
pdm
470+
===
471+
472+
`Docs <https://pdm.fming.dev/>`__ |
473+
`GitHub <https://github.com/pdm-project/pdm/>`__ |
474+
`PyPI <https://pypi.org/project/pdm>`__
475+
476+
PDM is a modern Python package manager with :pep:`582` support. It installs and
477+
manages packages in a similar way to ``npm`` that doesn't need to create a
478+
:term:`virtual environment` at all. It also uses :term:`pyproject.toml` to store
479+
project metadata as defined in :pep:`621`.
480+
467481
.. _pex:
468482

469483
pex

0 commit comments

Comments
 (0)