Metadata-Version: 2.4
Name: eth-rlp
Version: 3.0.0
Summary: eth-rlp: RLP definitions for common Ethereum objects in Python
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-rlp
Project-URL: Repository, https://github.com/ApeWorX/eth-rlp.git
Project-URL: Issues, https://github.com/ApeWorX/eth-rlp/issues
Project-URL: Documentation, https://eth-rlp.readthedocs.io/
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: hexbytes>=1.2.0
Requires-Dist: rlp>=3.0.0
Requires-Dist: typing_extensions>=4.0.1; python_version < "3.11"
Dynamic: license-file

# eth-rlp

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

RLP definitions for common Ethereum objects in Python

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

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

## Installation

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