LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
requirements/common.txt
requirements/devel.txt
requirements/test.txt
src/pymarshal/__init__.py
src/pymarshal/bson.py
src/pymarshal/csv.py
src/pymarshal/json.py
src/pymarshal.egg-info/PKG-INFO
src/pymarshal.egg-info/SOURCES.txt
src/pymarshal.egg-info/dependency_links.txt
src/pymarshal.egg-info/requires.txt
src/pymarshal.egg-info/top_level.txt
src/pymarshal/util/__init__.py
src/pymarshal/util/checks.py
src/pymarshal/util/init_args.py
src/pymarshal/util/key_swap.py
src/pymarshal/util/marshal.py
src/pymarshal/util/pm_assert.py
src/pymarshal/util/type.py