Python and manually creating the requirements.txt vs. pip freeze

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-tools

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

  • Look at what the well-regarded pip-tools (https://github.com/jazzband/pip-tools) does, for a disciplined approach to these requirements files. You don't necessarily need to use that tool, but can maybe take some inspiration from it.

  • nix-runner

    Tidy shell shebangs with nix flakes

  • It's a thing with the nix package manager:

    https://github.com/clhodapp/nix-runner

  • 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
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

  • Maintaining virtual environments

    1 project | /r/learnpython | 18 May 2023
  • how to upgrade psycopg2 to psycopg3 as per django latest documentation

    1 project | /r/django | 15 Apr 2023
  • How to know what a package depend on when pip is installing it?

    2 projects | /r/learnpython | 4 Jan 2023
  • Show HN: Panoptisch – A recursive dependency scanner for Python projects

    2 projects | news.ycombinator.com | 9 Dec 2022
  • The maze of Python dependency management

    1 project | dev.to | 14 Sep 2022