Metadata-Version: 2.4
Name: ssz
Version: 0.6.0
Summary: ssz: Python implementation of the Simple Serialization 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/py-ssz
Project-URL: Repository, https://github.com/ApeWorX/py-ssz.git
Project-URL: Issues, https://github.com/ApeWorX/py-ssz/issues
Project-URL: Documentation, https://ssz.readthedocs.io
Keywords: 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
Requires-Dist: lru-dict>=1.1.6
Requires-Dist: pyrsistent>=0.16.0
Provides-Extra: yaml
Requires-Dist: ruamel.yaml>=0.17.0; extra == "yaml"
Dynamic: license-file

# py-ssz

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

Python implementation of the Simple Serialization encoding and decoding

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

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

## Installation

```sh
python -m pip install ssz
```
