Metadata-Version: 2.4
Name: eth_abi
Version: 6.0.0
Summary: eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
Author-email: The Ethereum Foundation <snakecharmers@ethereum.org>, ApeWorX Collective <admin@apeworx.io>
Maintainer-email: ApeWorX Collective <admin@apeworx.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ApeWorX/eth-abi
Project-URL: Repository, https://github.com/ApeWorX/eth-abi.git
Project-URL: Issues, https://github.com/ApeWorX/eth-abi/issues
Project-URL: Documentation, https://eth-abi.readthedocs.io/
Project-URL: Funding, https://github.com/sponsors/ApeWorX
Keywords: ethereum
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eth-utils>=2.0.0
Requires-Dist: eth-typing>=3.0.0
Requires-Dist: parsimonious<0.11.0,>=0.10.0
Provides-Extra: tools
Requires-Dist: hypothesis<6.108.7,>=6.22.0; extra == "tools"
Dynamic: license-file

# Ethereum Contract Interface (ABI) Utility

[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Build Status](https://github.com/ApeWorX/eth-abi/actions/workflows/test.yaml/badge.svg)](https://github.com/ApeWorX/eth-abi/actions/workflows/test.yaml)
[![PyPI version](https://badge.fury.io/py/eth-abi.svg)](https://badge.fury.io/py/eth-abi)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-abi.svg)](https://pypi.python.org/pypi/eth-abi)
[![Docs build](https://readthedocs.org/projects/eth-abi/badge/?version=latest)](https://eth-abi.readthedocs.io/en/latest/?badge=latest)

Python utilities for working with Ethereum ABI definitions, especially encoding and decoding

Read the [documentation](https://eth-abi.readthedocs.io/).

View the [change log](https://eth-abi.readthedocs.io/en/latest/release_notes.html).

## Installation

```sh
python -m pip install eth-abi
```
