LICENSE
README.md
pyproject.toml
requirements.txt
scalecodec/__init__.py
scalecodec/base.py
scalecodec/constants.py
scalecodec/exceptions.py
scalecodec/mixins.py
scalecodec/types.py
scalecodec.egg-info/PKG-INFO
scalecodec.egg-info/SOURCES.txt
scalecodec.egg-info/dependency_links.txt
scalecodec.egg-info/requires.txt
scalecodec.egg-info/top_level.txt
test/test_array.py
test/test_bitvec.py
test/test_boolean.py
test/test_bytes.py
test/test_compact.py
test/test_enum.py
test/test_float.py
test/test_hashmap.py
test/test_integer.py
test/test_mixins.py
test/test_option.py
test/test_scale_types.py
test/test_scalebytes.py
test/test_string.py
test/test_struct.py
test/test_tuple.py
test/test_vec.py