.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/docs.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
docs/Makefile
docs/api.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/quickstart.rst
docs/release_notes.rst
docs/rlp.rst
docs/rlp.sedes.rst
docs/tutorial.rst
rlp/__init__.py
rlp/atomic.py
rlp/codec.py
rlp/exceptions.py
rlp/lazy.py
rlp/utils.py
rlp.egg-info/PKG-INFO
rlp.egg-info/SOURCES.txt
rlp.egg-info/dependency_links.txt
rlp.egg-info/requires.txt
rlp.egg-info/scm_file_list.json
rlp.egg-info/scm_version.json
rlp.egg-info/top_level.txt
rlp/sedes/__init__.py
rlp/sedes/big_endian_int.py
rlp/sedes/binary.py
rlp/sedes/boolean.py
rlp/sedes/lists.py
rlp/sedes/raw.py
rlp/sedes/serializable.py
rlp/sedes/text.py
tests/core/rlptest.json
tests/core/speed.py
tests/core/test_benchmark.py
tests/core/test_big_endian.py
tests/core/test_binary_sedes.py
tests/core/test_boolean_serializer.py
tests/core/test_bytearray.py
tests/core/test_codec.py
tests/core/test_countablelist.py
tests/core/test_import_and_version.py
tests/core/test_invalid.py
tests/core/test_json.py
tests/core/test_lazy.py
tests/core/test_raw_sedes.py
tests/core/test_sedes.py
tests/core/test_serializable.py
tests/core/test_text_sedes.py