Moving from pipenv to poetry or PDM

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Poetry

    Python packaging and dependency management made easy

  • I've had to jump through some hoops to make poetry work nicely with conda environments, https://github.com/python-poetry/poetry/issues/4566 the solution was to copy/link python core stuff in the root of the conda env to the bin subdirectory. The problem is conda though, not poetry. I'm quite happy with poetry.

  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

  • https://github.com/jazzband/pip-tools/issues/1326 is of note

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pyflow

    An installation and dependency system for Python (by David-OConnor)

  • PDM is pretty new so it’s not entirely clear how it’ll play out but if you’re interested in PEP 582 then it’s really that or pyflow.

  • Pipenv

    Python Development Workflow for Humans.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts