COPYING
MANIFEST.in
README.md
pyproject.toml
setup.py
msgpack/__init__.py
msgpack/_cmsgpack.c
msgpack/_cmsgpack.pyx
msgpack/_packer.pyx
msgpack/_unpacker.pyx
msgpack/exceptions.py
msgpack/ext.py
msgpack/fallback.py
msgpack/pack.h
msgpack/pack_template.h
msgpack/sysdep.h
msgpack/unpack.h
msgpack/unpack_container_header.h
msgpack/unpack_define.h
msgpack/unpack_template.h
msgpack.egg-info/PKG-INFO
msgpack.egg-info/SOURCES.txt
msgpack.egg-info/dependency_links.txt
msgpack.egg-info/top_level.txt
test/test_buffer.py
test/test_case.py
test/test_except.py
test/test_extension.py
test/test_format.py
test/test_limits.py
test/test_memoryview.py
test/test_newspec.py
test/test_obj.py
test/test_pack.py
test/test_read_size.py
test/test_seq.py
test/test_sequnpack.py
test/test_stricttype.py
test/test_subtype.py
test/test_timestamp.py
test/test_unpack.py