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 โ
Top 23 Python Pip Projects
-
Pipenv
-
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.
- 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.
- 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".
-
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)
-
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 -
-
-
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.
-
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ๆ ผๅผ็ผๅ๏ผ็ง็ ไธญๅฎ้ช๏ผ้ ็ฝฎ็ๅบ๏ผๅจไปฃ็ ไธญ็จ็น.่ฏปๅๅฑๆง๏ผๅๆถๅฏไปฅไปๅฝไปค่กไธญ่ฏปๅๅๆฐ้ ็ฝฎๅนถไฟฎๆนๅๆฐๅผใ
-
video-to-ascii
It is a simple python package to play videos in the terminal using characters as pixels
-
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
-
best-of-python-dev
๐ A ranked list of awesome python developer tools and libraries. Updated weekly.
-
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-26This 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/
-
-
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 -
-
Look at https://github.com/EbodShojaei/bake#basic-formatting. It starts with a horribly contrived exampleยน including this:
.PHONY: clean -
-
pipupgrade
๐ฝ Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Pip discussion
Python Pip related posts
-
The ancient monuments saluting the winter solstice
-
Uv is the best thing to happen to the Python ecosystem in a decade
-
PyPI mirror proxy that injects code and bypasses pip hash verification
-
Python: The Documentary
-
How to Auto-Generate requirements.txt for Python Projects: Complete Guide to pipreqs and pigar
-
My Journey Through Python Virtual Environments
-
Pgserver: Super easy pip-installable Postgres
- A note from our sponsor - Stream getstream.io | 22 Dec 2025
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 |