README.md
pyproject.toml
setup.cfg
setup.py
examples/__init__.py
examples/basics.py
examples/default.py
examples/env.py
examples/jsonfile.py
examples/rename.py
examples/runner.py
examples/skip.py
examples/tomlfile.py
examples/yamlfile.py
pyserde.egg-info/PKG-INFO
pyserde.egg-info/SOURCES.txt
pyserde.egg-info/dependency_links.txt
pyserde.egg-info/not-zip-safe
pyserde.egg-info/requires.txt
pyserde.egg-info/top_level.txt
serde/__init__.py
serde/compat.py
serde/core.py
serde/de.py
serde/inspect.py
serde/json.py
serde/more_types.py
serde/msgpack.py
serde/se.py
serde/toml.py
serde/yaml.py
tests/__init__.py
tests/data.py
tests/test_basics.py
tests/test_compat.py
tests/test_more_types.py
tests/test_se.py
tests/test_union.py