Python projects nightmare

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

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

    Create highly reproducible python environments

  • mach-nix isn't really like virtualenv. It builds a Nix derivation containing your Python and system dependencies, which has several benefits (e.g. the dependencies can be cached and reused in your Nix store). It's true that you can "activate" your project like you would in a venv, but that's just a similarity between venvs and nix-shell environments.

  • networkx

    Network Analysis in Python (by pinselimo)

  • Here's an example for development on networkx: https://github.com/pinselimo/networkx/blob/check-multigraph-betweenness/shell.nix

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

    Convert poetry projects to nix automagically [maintainer=@adisbladis]

  • In case you use Poetry, poetry2nix could be a good fit: https://github.com/nix-community/poetry2nix It ships with patches for lots libraries that need assistance.

  • rixcfgs

    rixos configs

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

  • How to use "foreign" python packages?

    2 projects | /r/NixOS | 2 Mar 2021
  • Installing chatgpt-wrapper

    2 projects | /r/NixOS | 9 Jan 2023
  • How to install pip3

    2 projects | /r/Nix | 15 Dec 2022
  • Updated ESP-IDF and MicroPython expressions

    3 projects | /r/NixOS | 14 Dec 2022
  • how to install Python packages not yet in the Nix repo?

    4 projects | /r/NixOS | 27 Nov 2022