{"library":"rlp","type":"library","category":null,"description":"RLP (Recursive Length Prefix) is a serialization format used extensively in Ethereum to encode arbitrarily nested arrays of binary data. The `rlp` Python library provides efficient functions for encoding Python objects (byte strings, integers, lists/tuples of these) into RLP byte strings and decoding them back. It is actively maintained by the Ethereum project. The current version is 4.1.0.","language":"python","status":"active","version":"4.1.0","tags":["encoding","ethereum","serialization","bytes","blockchain"],"install":[{"cmd":"pip install rlp","imports":["from rlp import encode","from rlp import decode","from rlp import Serializable"]}],"homepage":null,"github":"https://github.com/ethereum/pyrlp","docs":null,"changelog":null,"pypi":"https://pypi.org/project/rlp/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.9,"avg_import_s":0.88,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/rlp/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}