eth-brownie/brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 96
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 2861
- days_rel: 73
- days_push: 28
- n_releases_24m: 10
Adoption not part of the score
2723 stars · 594 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Brownie is a Python-based development and testing framework for Ethereum smart contracts targeting the EVM, supporting Solidity and Vyper. It provides pytest-based contract testing, property-based testing via Hypothesis, debugging tools, and an interactive console, though it is no longer actively maintained in favor of Ape Framework.
Use cases
- test ethereum smart contracts in python
- deploy and interact with solidity contracts from python
- write property-based tests for smart contracts
- debug solidity contract transactions with tracebacks
- measure test coverage of vyper contracts
- run an interactive console against a local blockchain
When to choose
- you need a mature python framework for solidity or vyper contract testing
- you want pytest integration and trace-based coverage for ethereum projects
- you prefer hypothesis-based stateful testing for contracts
When to avoid
- you are starting a new project - the maintainers recommend Ape Framework instead
- you rely on ganache, which has been sunsetted
- you need actively maintained tooling with regular releases
Facets
framework · maturity maintenance
testing e2e-testing cli developer-tools blockchain developer-tools testing python cli cross-platform ethereum smart-contracts solidity vyper web3 pytest blockchain-development
1 source
- readme: https://github.com/eth-brownie/brownie · fetched 2026-08-28 · 57f70a169af3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eth-brownie/brownie | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="eth-brownie/brownie")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem