# pdm-project/pdm

A modern Python package and dependency manager supporting the latest PEP standards

Repository: https://github.com/pdm-project/pdm
Canonical: https://ross.abutalabs.com/products/pdm
Homepage: https://pdm-project.org
Language: Python
License: MIT
License Family: permissive
Topics: packaging, workflow, pep582, pep621, package-manager, python, hacktoberfest
Last push: 2026-08-21T06:27:07+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 2441, "days_push": 12, "days_rel": 16, "gap_med": 13.0, "n_releases_24m": 43}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8671, forks 487 (observed 2026-08-28T04:10:24.142163+00:00)

## What it is
PDM is a modern Python package and dependency manager that supports the latest PEP standards (PEP 517, 582, 621) and manages project dependencies, virtual environments, and Python interpreters. It offers a fast dependency resolver, a PEP 517 build backend, a plugin system, and an optional pnpm-style centralized installation cache.

## Use cases
- manage python project dependencies with a lockfile
- replace pipenv or poetry for dependency management
- manage pyproject.toml metadata per PEP 621
- install and manage multiple python interpreters
- build and publish python packages
- save disk space with a centralized package cache

## When to choose
- you want a modern PEP-standards-compliant alternative to Pipenv or Poetry
- you need fast resolution for large binary distributions
- you want a flexible plugin system and versatile user scripts
- you want to install and manage Python versions alongside dependencies

## When to avoid
- you are already satisfied with Pipenv, Poetry, or uv
- you need a tool for non-Python ecosystems
- your environment must run Python below 3.9/3.10 for the manager itself

## Facets
- artifact type: cli-tool
- maturity: active
- function: package-manager, build-tool, cli, developer-tools
- domain: developer-tools
- platform: python, cli, cross-platform, windows
- tags: pep-582, pep-621, pep-517, dependency-resolution, lockfile, python-packaging, virtual-environments, pyproject-toml, command-line, automation, linux, macos

## Member repositories
- pdm-project/pdm (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:24.142163+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:25:37.445208+00:00, confidence not recorded.
  - readme: https://github.com/pdm-project/pdm (fetched 2026-08-28T04:10:24.142163+00:00, sha 25982483cd7a)
  - homepage: https://pdm-project.org (fetched 2026-08-29T08:26:03.767101+00:00, sha 4cc111f1754f)
  - registry_pypi: https://pypi.org/pypi/pdm/json (fetched 2026-08-29T08:26:03.780714+00:00, sha fa5e1dc3e69f)
  - site_page: https://pdm-project.org/en/latest/dev/changelog (fetched 2026-08-29T08:26:03.776658+00:00, sha 0378e808ba43)
- Data as of 2026-08-30T08:39:29.467469+00:00.
