Moving from pipenv to poetry or PDM

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. pip-tools

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

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

  4. 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.

  5. 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

  • Python UV: The Fastest Python Package Manager

    3 projects | dev.to | 27 Jun 2025
  • Boring Python: dependency management (2022)

    3 projects | news.ycombinator.com | 4 Feb 2024
  • NPM like init command for pip

    4 projects | /r/Python | 1 Nov 2022
  • What in 'pip install -r requirements.txt' is making this take so many hours?

    2 projects | /r/learnpython | 13 Jul 2021
  • A Poetic Apology: Or Why Should You Use Poetry to Manage Python Dependencies

    3 projects | news.ycombinator.com | 10 Feb 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?