Metadata-Version: 2.1
Name: eth-abi-tool
Version: 0.3.8
Summary: Top-level package for eth-abi-tool.
Keywords: eth_abi_tool
Author-email: Matt Krueger <mkrueger@rstms.net>
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click
Requires-Dist: eth-hash[pycryptodome]
Requires-Dist: eth-utils
Requires-Dist: python-box
Requires-Dist: ratelimiter
Requires-Dist: requests
Requires-Dist: tablib[cli,yaml]
Requires-Dist: black ; extra == "dev"
Requires-Dist: bump2version ; extra == "dev"
Requires-Dist: coverage ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: flake8-length ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: python-box ; extra == "dev"
Requires-Dist: toml ; extra == "dev"
Requires-Dist: tox ; extra == "dev"
Requires-Dist: m2r2 ; extra == "docs"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-click ; extra == "docs"
Requires-Dist: sphinx-rtd-theme ; extra == "docs"
Project-URL: Home, https://github.com/rstms/eth_abi_tool
Provides-Extra: dev
Provides-Extra: docs

# eth-abi-tool

Ethereum Contract ABI Utility

![Image](https://img.shields.io/github/license/rstms/eth-abi-tool)

![Image](https://img.shields.io/pypi/v/eth-abi-tool.svg)

![Image](https://circleci.com/gh/rstms/eth-abi-tool/tree/master.svg?style=shield)

![Image](https://readthedocs.org/projects/eth-abi-tool/badge/?version=latest)

![Image](https://pyup.io/repos/github/rstms/eth-abi-tool/shield.svg)


Use blockchain explorer API (currently only etherscan) to query ABI data for a verified contract.

- A CLI interface is provided as well as a python object.
- Includes rate-limiting for use with the various Etherscan account types.


* Free software: MIT license
* Documentation: https://eth-abi-tool.readthedocs.io.


## Credits

This package was created with Cookiecutter and `rstms/cookiecutter-python-cli`, a fork of the `audreyr/cookiecutter-pypackage` project template.

[audreyr/cookiecutter](https://github.com/audreyr/cookiecutter)
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
[rstms/cookiecutter-python-cli](https://github.com/rstms/cookiecutter-python-cli)

## CLI


