https://github.com/ethereum/py-ssz
Python implementation of the Simple Serialize encoding and decoding
https://github.com/ethereum/py-ssz
ssz
Last synced: 5 months ago
JSON representation
Python implementation of the Simple Serialize encoding and decoding
- Host: GitHub
- URL: https://github.com/ethereum/py-ssz
- Owner: ethereum
- License: mit
- Created: 2018-10-18T17:41:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T20:37:14.000Z (5 months ago)
- Last Synced: 2025-01-22T21:26:40.976Z (5 months ago)
- Topics: ssz
- Language: Python
- Size: 853 KB
- Stars: 33
- Watchers: 12
- Forks: 22
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: newsfragments/142.feature.rst
- Contributing: docs/contributing.rst
- License: LICENSE
- Code of conduct: docs/code_of_conduct.rst
Awesome Lists containing this project
README
# py-ssz
[](https://discord.gg/GHryRvPB84)
[](https://circleci.com/gh/ethereum/py-ssz)
[](https://badge.fury.io/py/ssz)
[](https://pypi.python.org/pypi/ssz)
[](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
```