Go to file
2017-04-29 07:40:23 +02:00
.github template contains the markdown for the image 2016-08-10 10:04:05 +02:00
docs update docs to reflect deprecation 2017-03-22 09:00:33 -06:00
tests fix eth_sign and some parts of test_eth_sign 2017-04-29 07:40:23 +02:00
web3 fix eth_sign and some parts of test_eth_sign 2017-04-29 07:40:23 +02:00
.gitignore again ignore pycharm...i thought I did it 2016-10-14 09:33:02 +02:00
.travis.yml Speed up travis builds by removing sudo requirement 2017-02-27 09:32:28 -07:00
ARCHITECTURE.md Add ARCHITECTURE.md 2016-04-21 17:21:00 +02:00
CHANGELOG 3.8.0 release 2017-03-22 10:39:51 -06:00
conftest.py change from async to compat 2017-01-10 10:08:41 -07:00
CONTRIBUTING.md initial commit 2016-04-14 10:21:31 -06:00
LICENSE initial commit 2016-04-14 10:21:31 -06:00
Makefile setup documentation 2016-09-07 14:14:49 -06:00
MANIFEST.in initial commit 2016-04-14 10:21:31 -06:00
pytest.ini pytest.ini verbosity 2016-07-31 08:58:45 -06:00
README.md 3.7.2 Release 2017-02-27 09:57:35 -07:00
requirements-dev.txt Update eth-testrpc 2017-03-22 10:17:18 -06:00
requirements-docs.txt changed version requirement for py-geth 2016-10-12 15:29:08 +05:30
requirements-gevent.txt dirty 2017-01-10 14:30:49 -07:00
setup.py 3.8.0 release 2017-03-22 10:39:51 -06:00
tox.ini travis futzing 2017-02-13 16:44:32 -07:00

Web3.py

Join the chat at https://gitter.im/pipermerriam/web3.py

Build Status

A python implementation of web3.js

  • Python 2.7, 3.4, 3.5 support

Read more in the documentation on ReadTheDocs