-rw-r--r-- | .gitignore | 5L |
-rw-r--r-- | python/.gitignore | 4L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/eth_interface/__init__.py | 1L |
-rw-r--r-- | python/eth_interface/eip165.py | 35L |
-rw-r--r-- | python/eth_interface/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_interface/unittest/base.py | 32L |
-rw-r--r-- | python/requirements.txt | 1L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 33L |
-rw-r--r-- | python/setup.py | 31L |
-rw-r--r-- | python/test_requirements.txt | 2L |
-rw-r--r-- | python/tests/test_eip165.py | 64L |
-rw-r--r-- | python/tests/testdata/Supports.bin | 1L |
-rw-r--r-- | python/tests/testdata/Supports.sol | 13L |
-rw-r--r-- | solidity/Interface.sol | 36L |