• Stars
    star
    353
  • Rank 120,322 (Top 3 %)
  • Language
  • Created over 3 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of awesome PDM plugins and resources

Awesome PDM Awesome

A curated list of awesome PDM plugins and resources

Plugins

  • pdm-packer - A PDM plugin that packs your packages into a zipapp
  • pdm-publish - A PDM plugin to publish to PyPI
  • pdm-venv - (Deprecated) A plugin for pdm that enables virtualenv management
  • pdm-version - Make pdm version like poetry version
  • pdm-bump - A PDM plugin that behaves like bump2version relying on PEP440 compliant versions
  • pdm-shell - Use pdm shell set PATH and PYTHONPATH in the current shell
  • pdm-django - pdm manage and pdm django-admin shortcuts for Django commands
  • pdm-autoexport - A PDM plugin to sync the exported files with the project file
  • pdm-vscode - A PDM plugin that autogenerates workspace vscode settings for you
  • pdm-multirun - A PDM plugin to run a command on multiple Python versions
  • pdm-conda - A PDM plugin to install project dependencies with Conda
  • pdm-plugin-torch - A utility tool for selecting torch backend and version
  • pdm-dotenv - A PDM plugin that loads .env files
  • sync-pre-commit-fork - A PDM plugin to ease your life with pre-commit (automatic install, sync)
  • pdm-pip-index-url - A PDM plugin that automatically converts PIP_*INDEX_URL to PDM_PYPI_* envs
  • pdm-build-locked - A PDM plugin to add locked packages as additional optional dependency groups to the distribution metadata on build.

Eco-system

  • copier-pdm - A Copier template for PDM projects
  • copier-pdm - Another Copier template for Python projects managed by PDM
  • setup-pdm - A GitHub Action that installs pdm properly for all Python versions
  • pdm-ci - A docker image for usage in multistage builds or gitlab-ci
  • tox-pdm - A plugin for tox that utilizes PDM as the package manager and installer
  • VSCode PDM Task Provider - VSCode Task provider for PDM
  • Mina - a monorepo-like implementation, which act as a hacking agent of pdm-pep517
  • sync_with_pdm - a pre-commit hook to keep PDM-managed packages and pre-commit hooks in sync
  • update-deps-action - A GitHub Action to update the pdm lockfile

Articles

Videos

Gists

Slides & Talks