pypi/warehouse

The Python Package Index

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Type:Server / PlatformCategory(s):Build Systems & Package ManagersDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on March 30th, 2013
Open Issues & Pull Requests: 586 (+0)
GitHub issues: Enabled
Number of forks: 1,251
Total Stargazers: 4,159 (+0)
Total Subscribers: 119 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.6 hours
Mean response time: 82.3 days
90th percentile: 89.0 days
Tracked items: 673

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 14% of issues opened in the past year have never received a reply. 56% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "trusted-publishing" is answered fastest, typically in about 2 hours, while "documentation" waits about 3 days. 56% of tracked open issues have had no activity in three months. 61% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 267
New in 7 days: 9
Closed in 7 days: 8
Avg open age: 1,038 days
Stale 30+ days: 219
Stale 90+ days: 186

Recent activity

Opened in 7 days: 9
Closed in 7 days: 7
Comments in 7 days: 13
Events in 7 days: 47

Top labels

  • bug :bug: (249)
  • feature request (234)
  • requires triaging (199)
  • UX/UI (117)
  • trusted-publishing (62)
  • APIs/feeds (53)
  • needs discussion (48)
  • organizations (45)

Detailed Description

Warehouse is the application that powers the Python Package Index, the central repository for Python packages.

The tool solves the problem of distributing and discovering Python packages at scale. It provides the infrastructure that allows developers to publish their code as installable packages and enables others to find and download them. The system handles package uploads, version management, metadata storage, and search functionality. It serves as the canonical source that package managers like pip query when resolving dependencies and installing packages.

Warehouse is essential for anyone maintaining the Python ecosystem or deploying a private package repository. It suits organizations that need a reliable, production-grade package registry. The project is the reference implementation used by the official PyPI service, making it the natural choice for those who want to understand how Python's package distribution actually works or who need to run their own compatible registry.

The project receives ongoing maintenance with regular updates addressing security concerns and operational requirements. Development activity shows consistent attention to stability and reliability rather than rapid feature expansion. The codebase demonstrates careful stewardship of a critical infrastructure component that millions of developers depend on daily.