web3.py

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

MIT License

Downloads
2.7M
Stars
4.8K
Committers
264

Bot releases are hidden (Show)

web3.py - Latest Release

Published by pipermerriam about 7 years ago

web3.py - 1.5.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.6.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.7.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.7.1 Release

Published by pipermerriam about 8 years ago

web3.py - 1.8.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.9.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.3.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.4.0 Release

Published by pipermerriam about 8 years ago

web3.py - 1.2.0 Release

Published by pipermerriam over 8 years ago

web3.py - 1.1.0 Release

Published by pipermerriam over 8 years ago

web3.py - 1.0.1 Release

Published by pipermerriam over 8 years ago

Specifies missing python dependencies.

web3.py - 1.0.0 Release

Published by pipermerriam over 8 years ago

First major release after significant library refactor. A huge thanks to @void4 for getting this library off the ground and doing all of the initial heavy lifting.

This release:

  • Python3 Compatability (will require installing pyethereum from source until a python3 compatable release is made)
  • Includes a new provider, web3.web3.rpcprovider,TestRPCProvider which uses the ethereum.tester EVM for Ethereum interactions. This is intended to help with testing.
  • Much more comprehensive test coverage.

Other notes:

  • Contracts are likely broken.
  • Asynchronous interactions are not implemented yet.
  • This should probably still be treated as pre-release/beta software.
Package Rankings
Top 14.16% on Conda-forge.org
Top 0.56% on Pypi.org
Badges
Extracted from project README
Join the conversation on Discord Build Status PyPI version Python versions Docs build
Related Projects