Pipenv: Python Dev Workflow for Humans

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Simple Python version management

  • Agreed.

    And the solution to the multiple interpreter versions problem should be orthogonal to venv like pyenv [1] instead of overlapping with venv like pipenv.

    [1]: https://github.com/pyenv/pyenv

  • pip-tools

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

  • The lock file shortcoming is better remedied by pip-tools [1] as mentioned in a sibling thread.

    [1]: https://github.com/jazzband/pip-tools

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Pipenv

    Python Development Workflow for Humans.

  • I had the same experience. I got an error message that seemed incorrect, and I opened an issue about it, only to get a sarcastic response:

    https://github.com/pypa/pipenv/issues/1722

    I switched to Poetry after that, as Poetry did meet my expectations.

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