Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-simple-rlp - RLP (Recursive Length Prefix) - Encode and decode data structures
- Description:
Simple RLP (Recursive Length Prefix) module provides an alternative to
the official Ethereum pyrlp library.
While pyrlp requires 5 dependencies, this alternative is written in
pure Python and has no dependencies. It is recommended for projects
that do not require the full suite of Ethereum tools. If your project
already uses Ethereum tools, consider using pyrlp instead.
Features:
- Straightforward encoding and decoding of lists containing various
data types
- Fast encoding process
- Automatic serialization of Python objects (refer to supported
types below)
- Templates for converting bytes into decoded objects
- Dependency-free implementation
Packages