MANIFEST.in
README.md
build_pyx.py
pyproject.toml
setup.py
tests/test_build_pyx.py
tests/test_codec.py
tests/test_codec_custom.py
tests/test_round_trip.py
tmsgpack/__init__.py
tmsgpack/api.py
tmsgpack/codec.py
tmsgpack/codec_custom.py
tmsgpack/core.c
tmsgpack/core.pyx
tmsgpack.egg-info/PKG-INFO
tmsgpack.egg-info/SOURCES.txt
tmsgpack.egg-info/dependency_links.txt
tmsgpack.egg-info/requires.txt
tmsgpack.egg-info/top_level.txt
tmsgpack/src-parts/01-imports
tmsgpack/src-parts/02-constants
tmsgpack/src-parts/03-encode-fn
tmsgpack/src-parts/04-decode-fn
tmsgpack/src-parts/05-encode-buffer
tmsgpack/src-parts/06-decode-buffer
tmsgpack/src-parts/07-encode-buffer-slow
tmsgpack/src-parts/08-decode-buffer-slow
tmsgpack/src-parts/09-exceptions