.coveragerc
.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
Makefile
README.rst
conf.py
example.py
requirements.txt
setup.cfg
setup.py
docs/api.rst
docs/benchmark.rst
docs/getting_started.rst
docs/index.rst
docs/examples/complex_dump.py
docs/examples/decorator.py
docs/examples/encoder.py
docs/examples/number_field.py
docs/examples/simple_dump.py
docs/examples/string_field.py
serpyco/__init__.py
serpyco/decorator.py
serpyco/encoder.pxd
serpyco/encoder.pyx
serpyco/exception.py
serpyco/field.py
serpyco/schema.py
serpyco/serializer.pyx
serpyco/util.py
serpyco/validator.py
serpyco.egg-info/PKG-INFO
serpyco.egg-info/SOURCES.txt
serpyco.egg-info/dependency_links.txt
serpyco.egg-info/not-zip-safe
serpyco.egg-info/requires.txt
serpyco.egg-info/top_level.txt
tests/test_benchmarks.py
tests/test_unit.py