Python Package Management

Open-source Python projects categorized as Package Management

Top 13 Python Package Management Projects

  • pip

    The Python package installer

    Project mention: Can't seem to install Python YAML support | /r/Ubuntu | 2023-08-29

    $ sudo pip install y$ sudo pip install yaml WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue. To avoid this problem you can invoke Python with '-m pip' instead of running pip directly. ERROR: Could not find a version that satisfies the requirement yaml (from versions: none) ERROR: No matching distribution found for yaml

  • pip-tools

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

    Project mention: Maintaining virtual environments | /r/learnpython | 2023-05-18

    For small projects I recommend pip-tools. Just write packet list in requirements.in and pip-compile compile a requirements.txt with comments.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • conda

    A system-level, binary package and environment manager running on all major operating systems and platforms.

    Project mention: Why does creating my conda environment use so much memory? | /r/learnpython | 2023-06-18
  • PDM

    A modern Python package and dependency manager supporting the latest PEP standards

    Project mention: A question about good practice when using docker. | /r/dataengineering | 2023-05-26

    You'd need a proper dependencies management tool like PDM or Poetry to exhaustively resolve and lock down all the transitive dependencies if you want to have anything closed to reproducible build.

  • rez

    An integrated package configuration, build and deployment system for software

    Project mention: Rez package manager alternatives | /r/vfx | 2023-07-07
  • conan-center-index

    Recipes for the ConanCenter repository

    Project mention: Mokara.io Open Beta (Pre-Built C++ Third-Party Libraries) | /r/cpp | 2023-06-27

    Just checkout ConanCenter https://conan.io/center it's free.

  • termux-create-package

    Python script to create Termux packages easily.

    Project mention: ⟳ 0 apps added, 32 updated at f-droid.org | /r/FDroidUpdates | 2023-02-26

    Termux:Styling (version 0.30): Customize your Termux terminal

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • patchman

    Patchman is a Linux Patch Status Monitoring System

    Project mention: System monitoring tool | /r/selfhosted | 2023-07-04
  • Curdling

    Concurrent package manager for Python

  • electric

    A fast, futuristic package manager for Windows. (by dimensionhq)

  • opi

    OBS Package Installer (CLI)

    Project mention: Do you guys have installed codec trough zypper or opi? | /r/openSUSE | 2023-06-26

    This is incorrect. It also installs a set list of packages.

  • publishing-python-packages

    Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️

    Project mention: How to improve Python packaging, or why 14 tools are at least 12 too many | news.ycombinator.com | 2023-01-15

    I don't agree with all the points from the article, but I do agree there is a depth of learning to be had about creating packages (and doing it repeatably/scalably). I wrote a book about creating Python packages that just came out: https://pypackages.com

    Even this book doesn't cover all options in each area, and it skips almost wholly over conda because I have no personal experience using it. conda and the work in the scientific community adds complexity both to the creation and the consumption side of packaging, and that's one area I'm not sure this post covers all the nuance of when considering how a "one size fits all" solution might work in practice.

  • pacwatch

    A pacman wrapper which helps you watch important package updates.

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). The latest post mention was on 2023-08-29.

Python Package Management related posts

Index

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

Project Stars
1 pip 8,939
2 pip-tools 7,080
3 conda 5,705
4 PDM 5,208
5 rez 834
6 conan-center-index 803
7 termux-create-package 356
8 patchman 294
9 Curdling 276
10 electric 232
11 opi 191
12 publishing-python-packages 62
13 pacwatch 24
Tired of breaking your main and manually rebasing outdated pull requests?
Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
blog.mergify.com