Skip to main content

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

Project description

PDM

A modern Python package and dependency manager supporting the latest PEP standards. 中文版本说明

PDM logo

Docs Twitter Follow Discord

Github Actions PyPI codecov Packaging status Downloads pdm-managed trackgit-views

asciicast

What is PDM?

PDM is meant to be a next generation Python package management tool. It was originally built for personal use. 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

  • 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.
  • Install Pythons using astral-sh's python-build-standalone.
  • Opt-in centralized installation cache like pnpm.

Comparisons to other alternatives

Pipenv

Pipenv is a dependency manager that combines pip and venv, as the name implies. It can install packages from a non-standard Pipfile.lock or Pipfile. However, Pipenv does not handle any packages related to packaging your code, so it’s useful only for developing non-installable applications (Django sites, for example). If you’re a library developer, you need setuptools anyway.

Poetry

Poetry manages environments and dependencies in a similar way to Pipenv, but it can also build .whl files with your code, and it can upload wheels and source distributions to PyPI. It has a pretty user interface and users can customize it via a plugin. Poetry uses the pyproject.toml standard.

Hatch

Hatch can also manage environments, allowing multiple environments per project. By default it has a central location for all environments but it can be configured to put a project's environment(s) in the project root directory. It can manage packages but without lockfile support. It can also be used to package a project (with PEP 621 compliant pyproject.toml files) and upload it to PyPI.

This project

PDM can manage virtual environments (venvs) in both project and centralized locations, similar to Pipenv. It reads project metadata from a standardized pyproject.toml file and supports lockfiles. Users can add additional functionality through plugins, which can be shared by uploading them as distributions.

Unlike Poetry and Hatch, PDM is not limited to a specific build backend; users have the freedom to choose any build backend they prefer.

Installation

Packaging status

PDM requires python version 3.9 or higher. Alternatively, you can download the standalone binary file from the release assets.

Install Binary via Script (recommended)

Install the standalone binary directly with the installer scripts:

For Linux/Mac

curl -sSL https://pdm-project.org/install.sh | bash

For Windows

powershell -ExecutionPolicy ByPass -c "irm https://pdm-project.org/install.ps1 | iex"

For alternative installation methods (Python script, package managers, etc.), see the installation section in documentation.

Quickstart

Create a new PDM project

pdm new my-project

Answer the questions following the guide, and a PDM project with a pyproject.toml file will be ready to use.

Install dependencies

pdm add requests flask

You can add multiple dependencies in the same command. After a while, check the pdm.lock file to see what is locked for each package.

Badges

Tell people you are using PDM in your project by including the markdown code in README.md:

[![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org)

pdm-managed

PDM Eco-system

Awesome PDM is a curated list of awesome PDM plugins and resources.

Experimental

Enable PEP 582 for a project:

pdm config python.use_venv False

This makes PDM install packages into a local project folder instead of a venv (similar to how npm installs into node_modules).

Enable uv integration:

pdm config use_uv true

uv is a very fast Python package installer written in Rust.

Note: uv does not work with PEP 582.

Sponsors

Credits

This project is strongly inspired by pyflow and poetry.

License

This project is open sourced under MIT license, see the LICENSE file for more details.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdm-2.26.7.tar.gz (2.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdm-2.26.7-py3-none-any.whl (301.9 kB view details)

Uploaded Python 3

File details

Details for the file pdm-2.26.7.tar.gz.

File metadata

  • Download URL: pdm-2.26.7.tar.gz
  • Upload date:
  • Size: 2.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.7 CPython/3.11.15 Linux/6.14.0-1017-azure

File hashes

Hashes for pdm-2.26.7.tar.gz
Algorithm Hash digest
SHA256 0a96a6fb4d60dfeacc1f68bf77efda39503833f6c01866cc8700ea403f0183b7
MD5 24b6347b2fd206fec5cd331989fe3e07
BLAKE2b-256 3e93351311786812737232e8a218cc9f095e48f65f7cb7b075b447e833efe5f3

See more details on using hashes here.

File details

Details for the file pdm-2.26.7-py3-none-any.whl.

File metadata

  • Download URL: pdm-2.26.7-py3-none-any.whl
  • Upload date:
  • Size: 301.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.7 CPython/3.11.15 Linux/6.14.0-1017-azure

File hashes

Hashes for pdm-2.26.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f463847135b55a8c1b490a95ba944420609512d3a4d8f5661d42760a3dae0fbf
MD5 e3775aabb195a0df9d341d30a1acfbc8
BLAKE2b-256 44814d47fd45948da2f8c5b1f1f976df0dd331123ed0e185fb6a82889bfa836c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page