ApeWorX/web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 12th, 2026
Created on April 14th, 2016
Open Issues & Pull Requests: 160 (+0)
GitHub issues: Enabled
Number of forks: 1,724
Total Stargazers: 5,530 (+0)
Total Subscribers: 118 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 37.6 hours
Mean response time: 104.0 days
90th percentile: 229.8 days
Tracked items: 126

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 69% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 5% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 994 days
Stale 30+ days: 47
Stale 90+ days: 42

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • priority: p2 normal (19)
  • priority: p3 nice to have (11)
  • Good First Issue (7)
  • priority: p1 important (6)
  • v8 (6)
  • Breaking Change (3)
  • Enhancement (2)
  • Bug (1)

Most active issues this week

Detailed Description

web3.py is a Python library for interacting with the Ethereum blockchain and ecosystem.

The library solves the problem of programmatically accessing Ethereum from Python applications. It provides a comprehensive interface for building decentralized applications, querying blockchain state, and interacting with smart contracts. The tool abstracts away the complexity of communicating with Ethereum nodes and handling blockchain data formats, allowing developers to work with familiar Python patterns and idioms.

Developers building Python-based applications that need Ethereum integration should consider this library. It suits projects ranging from simple blockchain queries to complex decentralized application backends. The library requires Python 3.10 or later. The project maintains extensive documentation including a quickstart guide, API reference, and usage examples to help developers get started quickly.

The project maintains an active contribution process with documented guidelines and labeled issues for new contributors. The maintainers engage with the community through a dedicated Discord channel for questions about implementation and usage.