.travis.yml
LICENSE.md
MANIFEST.in
README.md
appveyor.yml
codecov.yml
develop-install.md
pixi.lock
pyproject.toml
release-procedure.md
setup.py
test.bat
test.sh
.github/workflows/test.yml
ci/install.ps1
ci/install_travis.sh
ci/requirements-2.7.pip
ci/requirements-3.6.pip
ci/run_with_env.cmd
docs/README.rst
docs/requirements-docs.txt
docs/source/Makefile
docs/source/api.rst
docs/source/changelog.rst
docs/source/compression.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/read_write.rst
docs/source/tutorial.rst
docs/source/_static/style.css
docs/source/_templates/layout.html
isf_pandas_msgpack/__init__.py
isf_pandas_msgpack/_version.py
isf_pandas_msgpack/move.c
isf_pandas_msgpack/packers.py
isf_pandas_msgpack/pandas_compat.py
isf_pandas_msgpack.egg-info/PKG-INFO
isf_pandas_msgpack.egg-info/SOURCES.txt
isf_pandas_msgpack.egg-info/dependency_links.txt
isf_pandas_msgpack.egg-info/requires.txt
isf_pandas_msgpack.egg-info/top_level.txt
isf_pandas_msgpack/includes/pack.h
isf_pandas_msgpack/includes/pack_template.h
isf_pandas_msgpack/includes/sysdep.h
isf_pandas_msgpack/includes/unpack.h
isf_pandas_msgpack/includes/unpack_define.h
isf_pandas_msgpack/includes/unpack_template.h
isf_pandas_msgpack/msgpack/__init__.py
isf_pandas_msgpack/msgpack/_packer.cpp
isf_pandas_msgpack/msgpack/_packer.pyx
isf_pandas_msgpack/msgpack/_unpacker.cpp
isf_pandas_msgpack/msgpack/_unpacker.pyx
isf_pandas_msgpack/msgpack/_version.py
isf_pandas_msgpack/msgpack/exceptions.py
isf_pandas_msgpack/tests/__init__.py
isf_pandas_msgpack/tests/conftest.py
isf_pandas_msgpack/tests/test_api.py
isf_pandas_msgpack/tests/test_basic.py
isf_pandas_msgpack/tests/test_categorical.py
isf_pandas_msgpack/tests/test_compression.py
isf_pandas_msgpack/tests/test_encoding.py
isf_pandas_msgpack/tests/test_index.py
isf_pandas_msgpack/tests/test_nd_frame.py
isf_pandas_msgpack/tests/test_numpy.py
isf_pandas_msgpack/tests/test_sparse.py