Python Pip

Open-source Python projects categorized as Pip

Top 23 Python Pip Projects

  1. Pipenv

    Python Development Workflow for Humans.

    Project mention: My Journey Through Python Virtual Environments | dev.to | 2025-05-16

    Pipenv

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. pipx

    Install and Run Python Applications in Isolated Environments

    Project mention: The ancient monuments saluting the winter solstice | news.ycombinator.com | 2025-12-22

    Love it, bookmarked.

    I first saw this idea at https://jmw.name/projects/linear-clock/ and then later I wrote a TUI version for myself

    I had tickmarks for stuff (when to go to bed to sleep for 7.5h and wake up near sunrise, things like that). I was working on adding a config file format.

    Then I lost the project due to a mishap with a pipx flag... https://github.com/pypa/pipx/issues/1324#issuecomment-211885... ;_; o7

    One day maybe I'll come back and do it in Rust.

  4. pip

    The Python package installer

    Project mention: Uv is the best thing to happen to the Python ecosystem in a decade | news.ycombinator.com | 2025-10-29

    As of half a year ago with pip 25.1, it can install from "dependency groups" listed in pyproject.toml: https://ichard26.github.io/blog/2025/04/whats-new-in-pip-25....

    Pip also generates PEP 751 lockfiles, and installing from those is on the roadmap still (https://github.com/pypa/pip/issues/13334).

    venv is lower-level tooling. Literally all it does is create a virtual environment โ€” the same kind that uv creates and manages. There's nothing to "integrate".

  5. pip-tools

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

    Project mention: uv Running a Script with Dependencies | news.ycombinator.com | 2025-07-21

    PEP723 is also supported by pipx and hatch, even though uv is (deservedly) getting all the attention these days.

    Others like pip-tools have support in the roadmap (https://github.com/jazzband/pip-tools/issues/2027)

  6. crawlee-python

    Crawleeโ€”A web scraping and browser automation library for Python to build reliable crawlers. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with BeautifulSoup, Playwright, and raw HTTP. Both headful and headless mode. With proxy rotation.

    Project mention: Launching Crawlee for Python v1.0 to simplify building web scrapers and crawlers | news.ycombinator.com | 2025-09-30
  7. pipdeptree

    A command line utility to display dependency tree of the installed Python packages

  8. art

    ๐ŸŽจ ASCII art library for Python (by sepandhaghighi)

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. CommandlineConfig

    A library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line to modify values. ไธ€ไธชไพ›็”จๆˆทไปฅPython Dictๆˆ–JSONๆ ผๅผ็ผ–ๅ†™๏ผˆ็ง‘็ ”ไธญๅฎž้ชŒ๏ผ‰้…็ฝฎ็š„ๅบ“๏ผŒๅœจไปฃ็ ไธญ็”จ็‚น.่ฏปๅ†™ๅฑžๆ€ง๏ผŒๅŒๆ—ถๅฏไปฅไปŽๅ‘ฝไปค่กŒไธญ่ฏปๅ–ๅ‚ๆ•ฐ้…็ฝฎๅนถไฟฎๆ”นๅ‚ๆ•ฐๅ€ผใ€‚

  11. video-to-ascii

    It is a simple python package to play videos in the terminal using characters as pixels

  12. pigar

    :coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

    Project mention: How to Auto-Generate requirements.txt for Python Projects: Complete Guide to pipreqs and pigar | dev.to | 2025-06-26

    # Using pip pip install pigar # From source (latest features) pip install git+https://github.com/damnever/pigar.git@main --upgrade # Using conda conda install -c conda-forge pigar

  13. coronavirus-tracker-api

    ๐Ÿฆ  A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the ๐Ÿ”ฅ FastAPI framework. Supports multiple sources!

  14. best-of-python-dev

    ๐Ÿ† A ranked list of awesome python developer tools and libraries. Updated weekly.

  15. pip-audit

    Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them

    Project mention: Debian's approach to Rust โ€“ Dependency handling (2022) | news.ycombinator.com | 2024-12-26

    This is incorrect on multiple levels:

    * Comparing the two in this regard is a category error: Debian offers a curated index, and PyPI doesn't. Debian has a trusted set of packagers and package reviewers; PyPI is open to the public. They're fundamentally different models with different goals.

    * PyPI does offer a security feed for packages[1], and there's an official tool[2] that will tell you when an installed version of a package is known to be vulnerable. But this doesn't give PyPI the ability to patch things for you; per above, that's something it fundamentally isn't meant to do.

    [1]: https://docs.pypi.org/api/json/#known-vulnerabilities

    [2]: https://pypi.org/project/pip-audit/

  16. py_webauthn

    Pythonic WebAuthn ๐Ÿ

  17. mcpm.sh

    CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.

    Project mention: Show HN: MCP Manager- Open Source, community-driven, forever free | news.ycombinator.com | 2025-04-15
  18. try

    Dead simple CLI tool to try Python packages - It's never been easier! :package: (by timofurrer)

  19. bake

    mbake is a Makefile formatter and linter. It only took 50 years! (by EbodShojaei)

    Project mention: A Makefile formatter (50 years overdue) | news.ycombinator.com | 2025-06-19

    Look at https://github.com/EbodShojaei/bake#basic-formatting. It starts with a horribly contrived exampleยน including this:

     .PHONY: clean

  20. google-calendar-simple-api

    Pythonic wrapper for the Google Calendar API

  21. pipupgrade

    ๐Ÿ—ฝ Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

  22. pip-chill

    A more relaxed `pip freeze`

  23. meta-package-manager

    ๐ŸŽ wraps all package managers with a unifying CLI

  24. PyTorch-Model-Compare

    Compare neural networks by their feature similarity

  25. pip-licenses

    Dump the license list of packages installed with pip.

  26. SaaSHub

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

    SaaSHub logo
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 Pip discussion

Python Pip related posts

  • The ancient monuments saluting the winter solstice

    2 projects | news.ycombinator.com | 22 Dec 2025
  • Uv is the best thing to happen to the Python ecosystem in a decade

    10 projects | news.ycombinator.com | 29 Oct 2025
  • PyPI mirror proxy that injects code and bypasses pip hash verification

    2 projects | news.ycombinator.com | 14 Sep 2025
  • Python: The Documentary

    2 projects | news.ycombinator.com | 29 Aug 2025
  • How to Auto-Generate requirements.txt for Python Projects: Complete Guide to pipreqs and pigar

    2 projects | dev.to | 26 Jun 2025
  • My Journey Through Python Virtual Environments

    2 projects | dev.to | 16 May 2025
  • Pgserver: Super easy pip-installable Postgres

    1 project | news.ycombinator.com | 8 Mar 2025
  • A note from our sponsor - Stream
    getstream.io | 22 Dec 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more โ†’

Index

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

# Project Stars
1 Pipenv 25,104
2 pipx 12,359
3 pip 10,040
4 pip-tools 7,980
5 crawlee-python 7,286
6 pipdeptree 2,964
7 art 2,413
8 CommandlineConfig 2,029
9 video-to-ascii 1,795
10 pigar 1,777
11 coronavirus-tracker-api 1,574
12 best-of-python-dev 1,216
13 pip-audit 1,156
14 py_webauthn 1,009
15 mcpm.sh 836
16 try 744
17 bake 698
18 google-calendar-simple-api 669
19 pipupgrade 595
20 pip-chill 594
21 meta-package-manager 548
22 PyTorch-Model-Compare 375
23 pip-licenses 359

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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