Boring Python: dependency management (2022)

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pip

    The Python package installer

  • Unfortunately that feature is easy to break: https://github.com/pypa/pip/issues/9644

  • Poetry

    Python packaging and dependency management made easy

  • Based on this comment 5 days ago[0], it's working? I'm not sure didn't dig in too far but based on that comment it seems fair to say that it's not fully Poetry's fault because torch removed hashes (which poetry needs to be effective) for a while only recently adding it back in.

    Not sure where I would stand if I fully investigated it tho.

    [0] https://github.com/python-poetry/poetry/issues/6409#issuecom...

  • 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
  • bazel-pycross-zstandard-example

    Example building zstandard using Bazel and zig cc

  • Probably not what you're looking for, but I put together a demo of actually cross-compiling a wheel the other day: https://github.com/jvolkman/bazel-pycross-zstandard-example

    But if you just mean that you want to gather the dependencies for a platform other than your build host: this should be possible with the help of Poetry and PDM since they both perform cross-platform resolution.

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

  • NPM like init command for pip

    4 projects | /r/Python | 1 Nov 2022
  • Moving from pipenv to poetry or PDM

    6 projects | /r/Python | 19 Dec 2021
  • 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
  • Pipenv: Python Dev Workflow for Humans

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