Metadata-Version: 2.4
Name: rlp
Version: 5.0.0
Summary: rlp: A package for Recursive Length Prefix encoding and decoding
Author-email: jnnk <jnnknnj@gmail.com>, ApeWorX Collective <admin@apeworx.io>
Maintainer-email: ApeWorX Collective <admin@apeworx.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ApeWorX/pyrlp
Project-URL: Repository, https://github.com/ApeWorX/pyrlp.git
Project-URL: Issues, https://github.com/ApeWorX/pyrlp/issues
Project-URL: Documentation, https://pyrlp.readthedocs.io/
Keywords: rlp,ethereum
Classifier: Development Status :: 3 - Alpha
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
Provides-Extra: rust-backend
Requires-Dist: rusty-rlp>=0.2.1; extra == "rust-backend"
Dynamic: license-file

# pyrlp

[![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/pyrlp/actions/workflows/test.yaml/badge.svg)](https://github.com/ApeWorX/pyrlp/actions/workflows/test.yaml)
[![PyPI version](https://badge.fury.io/py/rlp.svg)](https://badge.fury.io/py/rlp)
[![Python versions](https://img.shields.io/pypi/pyversions/rlp.svg)](https://pypi.python.org/pypi/rlp)
[![Docs build](https://readthedocs.org/projects/pyrlp/badge/?version=latest)](https://pyrlp.readthedocs.io/en/latest/?badge=latest)

A package for Recursive Length Prefix encoding and decoding

Read the [documentation](https://pyrlp.readthedocs.io/).

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

## Installation

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