Python Distribution

Open-source Python projects categorized as Distribution

Top 16 Python Distribution Projects

Distribution
  1. ERPNext

    Free and Open Source Enterprise Resource Planning (ERP)

    Project mention: prod VS ERPNext - a user suggested alternative | libhunt.com/r/prod | 2025-08-09
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Nuitka

    Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

    Project mention: Lisp-stat: Lisp environment for statistical computing | news.ycombinator.com | 2025-06-15

    In my view, the biggest advantages of ahead-of-time compilation is lower binary size, higher performance, and binary portability (in a sense of being able to copy the binary and run it on another system with same architecture and OS, not in the usual sense of being easy to run to a different system architecture or OS).

    It is somewhat unknown that Python itself can be compiled, using Nuitka [0] compiler. It still runs Python code, so the performance increase is not as extreme as one would get from rewriting in a fully statically typed code, but the AOT compiled C code is still faster than the interpreter.

    [0] https://nuitka.net/

  4. PyInstaller

    Freeze (package) Python programs into stand-alone executables

    Project mention: Supply Chain Alert: Sipeed's Official COMTools Software Flagged as Trojan | news.ycombinator.com | 2025-11-10
  5. pyarmor

    A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

  6. pyscaffold

    🛠 Python project template generator with batteries included

  7. dh-virtualenv

    Python virtualenvs in Debian packages

  8. pynsist

    Build Windows installers for Python applications

  9. packaging

    Core utilities for Python packages

    Project mention: Ask HN: What Are You Working On? (December 2025) | news.ycombinator.com | 2025-12-14

    At least in principle, I'm still working on PAPER (https://github.com/zahlman/paper). (Or I should say "resumed"; I was having a rough time of it mentally in the summer through October or so and didn't really get any actual coding done.)

    This has most recently involved a side diversion into a little tree-processing library (where file hierarchies are a special case) — Show HN within the next day or two, fingers crossed — and setting up a fork of https://github.com/pypa/packaging to support EOL Python (back to 3.6) and make some general simplifications (because even this is a fairly large wheel compared to the target project size).

    Hoping I can kick myself back into the blogging habit again soon, too.

  10. fitter

    Fit data to many distributions

  11. distro

    A much more elaborate replacement for Python's removed `platform.linux_distribution()` method (by python-distro)

  12. ashos

    The immutable/mutable meta-distribution (universal bootstrapper)

  13. tezos-reward-distributor

    Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.

  14. py2exe

    modified py2exe to support unicode paths (by goatpig)

  15. build

    Build system used for the Toltec community repository. (by toltec-dev)

  16. distinstall-python

    A universal linux distribution installation framework/library that is focused on Modularity, Configurability, Portability and Readability.

  17. FortunaMCP

    FortunaMCP is an advanced MCP server dedicated to generating high-quality random values for AI agents.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Distribution discussion

Log in or Post with

Python Distribution related posts

Index

What are some of the best open-source Distribution projects in Python? This list will help you:

# Project Stars
1 ERPNext 35,304
2 Nuitka 14,897
3 PyInstaller 13,010
4 pyarmor 5,101
5 pyscaffold 2,259
6 dh-virtualenv 1,630
7 pynsist 985
8 packaging 732
9 fitter 407
10 distro 278
11 ashos 225
12 tezos-reward-distributor 90
13 py2exe 17
14 build 8
15 distinstall-python 7
16 FortunaMCP 5

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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