web37.12.0
web37.12.0
Published
web3: A Python library for interacting with Ethereum
pip install web3
Package Downloads
Authors
Project URLs
Requires Python
<4,>=3.8
Dependencies
- eth-abi
>=5.0.1
- eth-account
>=0.13.6
- eth-hash
[pycryptodome]>=0.5.1
- eth-typing
>=5.0.0
- eth-utils
>=5.0.0
- hexbytes
>=1.2.0
- aiohttp
>=3.7.4.post0
- pydantic
>=2.4.0
- pywin32
>=223; platform_system == "Windows"
- requests
>=2.23.0
- typing-extensions
>=4.0.1
- types-requests
>=2.0.0
- websockets
<16.0.0,>=10.0.0
- pyunormalize
>=15.0.0
- eth-tester
[py-evm]<0.14.0b1,>=0.13.0b1; extra == "tester"
- py-geth
>=5.1.0; extra == "tester"
- build
>=0.9.0; extra == "dev"
- bump_my_version
>=0.19.0; extra == "dev"
- ipython
; extra == "dev"
- setuptools
>=38.6.0; extra == "dev"
- tqdm
>4.32; extra == "dev"
- twine
>=1.13; extra == "dev"
- wheel
; extra == "dev"
- sphinx
>=6.0.0; extra == "dev"
- sphinx-autobuild
>=2021.3.14; extra == "dev"
- sphinx_rtd_theme
>=1.0.0; extra == "dev"
- towncrier
<25,>=24; extra == "dev"
- pytest-asyncio
<0.23,>=0.18.1; extra == "dev"
- pytest-mock
>=1.10; extra == "dev"
- pytest-xdist
>=2.4.0; extra == "dev"
- pytest
>=7.0.0; extra == "dev"
- flaky
>=3.7.0; extra == "dev"
- hypothesis
>=3.31.2; extra == "dev"
- tox
>=4.0.0; extra == "dev"
- mypy
==1.10.0; extra == "dev"
- pre-commit
>=3.4.0; extra == "dev"
- eth-tester
[py-evm]<0.14.0b1,>=0.13.0b1; extra == "dev"
- py-geth
>=5.1.0; extra == "dev"
- sphinx
>=6.0.0; extra == "docs"
- sphinx-autobuild
>=2021.3.14; extra == "docs"
- sphinx_rtd_theme
>=1.0.0; extra == "docs"
- towncrier
<25,>=24; extra == "docs"
- pytest-asyncio
<0.23,>=0.18.1; extra == "test"
- pytest-mock
>=1.10; extra == "test"
- pytest-xdist
>=2.4.0; extra == "test"
- pytest
>=7.0.0; extra == "test"
- flaky
>=3.7.0; extra == "test"
- hypothesis
>=3.31.2; extra == "test"
- tox
>=4.0.0; extra == "test"
- mypy
==1.10.0; extra == "test"
- pre-commit
>=3.4.0; extra == "test"
- eth-tester
[py-evm]<0.14.0b1,>=0.13.0b1; extra == "test"
- py-geth
>=5.1.0; extra == "test"
web3.py
A Python Library for Interacting with Ethereum
web3.py allows you to interact with the Ethereum blockchain using Python, enabling you to build decentralized applications, interact with smart contracts, and much more.
- Python 3.8+ support
Installation
python -m pip install web3
Documentation
Get started in 5 minutes or take a tour of the library.
View the change log.
For additional guides, examples, and APIs, see the documentation.
Want to Help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing, then check out issues that are labeled Good First Issue.
Questions on Implementation or Usage?
Join the conversation in the Ethereum Python Community Discord.