Web3.py Versions Save

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

v1.1.0

7 years ago

v1.0.1

7 years ago

Specifies missing python dependencies.

v1.0.0

7 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.