AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
NOTICE
README.rst
setup.cfg
setup.py
docs/Makefile
docs/about.rst.inc
docs/api_reference.rst
docs/authors.rst
docs/changelog.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/custom_fields.rst
docs/ecosystem.rst
docs/examples.rst
docs/extending.rst
docs/index.rst
docs/install.rst
docs/kudos.rst
docs/license.rst
docs/make.bat
docs/nesting.rst
docs/quickstart.rst
docs/requirements.txt
docs/upgrading.rst
docs/why.rst
docs/_static/marshmallow-logo.png
docs/_static/css/versionwarning.css
docs/_templates/donate.html
docs/_templates/useful-links.html
examples/flask_example.py
examples/peewee_example.py
examples/textblob_example.py
marshmallow/__init__.py
marshmallow/base.py
marshmallow/class_registry.py
marshmallow/compat.py
marshmallow/decorators.py
marshmallow/exceptions.py
marshmallow/fields.py
marshmallow/marshalling.py
marshmallow/ordereddict.py
marshmallow/orderedset.py
marshmallow/schema.py
marshmallow/utils.py
marshmallow/validate.py
marshmallow.egg-info/PKG-INFO
marshmallow.egg-info/SOURCES.txt
marshmallow.egg-info/dependency_links.txt
marshmallow.egg-info/not-zip-safe
marshmallow.egg-info/requires.txt
marshmallow.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/foo_serializer.py
tests/test_decorators.py
tests/test_deserialization.py
tests/test_exceptions.py
tests/test_fields.py
tests/test_marshalling.py
tests/test_options.py
tests/test_registry.py
tests/test_schema.py
tests/test_serialization.py
tests/test_utils.py
tests/test_validate.py