LICENSE
README.md
pyproject.toml
requirements.txt
jamcodec/__init__.py
jamcodec/base.py
jamcodec/constants.py
jamcodec/exceptions.py
jamcodec/mixins.py
jamcodec/types.py
jamcodec.egg-info/PKG-INFO
jamcodec.egg-info/SOURCES.txt
jamcodec.egg-info/dependency_links.txt
jamcodec.egg-info/requires.txt
jamcodec.egg-info/top_level.txt
test/test_array.py
test/test_bitarray.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_map.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_varint.py
test/test_vec.py