AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
NOTICE
README.rst
pyproject.toml
setup.cfg
setup.py
docs/.gitignore
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/dashing.json
docs/ecosystem.rst
docs/examples.rst
docs/extending.rst
docs/index.rst
docs/install.rst
docs/kudos.rst
docs/license.rst
docs/marshmallow.class_registry.rst
docs/marshmallow.decorators.rst
docs/marshmallow.error_store.rst
docs/marshmallow.exceptions.rst
docs/marshmallow.fields.rst
docs/marshmallow.schema.rst
docs/marshmallow.utils.rst
docs/marshmallow.validate.rst
docs/nesting.rst
docs/quickstart.rst
docs/upgrading.rst
docs/whos_using.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/inflection_example.py
examples/package_json_example.py
examples/peewee_example.py
examples/textblob_example.py
src/marshmallow/__init__.py
src/marshmallow/base.py
src/marshmallow/class_registry.py
src/marshmallow/decorators.py
src/marshmallow/error_store.py
src/marshmallow/exceptions.py
src/marshmallow/fields.py
src/marshmallow/orderedset.py
src/marshmallow/schema.py
src/marshmallow/types.py
src/marshmallow/utils.py
src/marshmallow/validate.py
src/marshmallow/warnings.py
src/marshmallow.egg-info/PKG-INFO
src/marshmallow.egg-info/SOURCES.txt
src/marshmallow.egg-info/dependency_links.txt
src/marshmallow.egg-info/not-zip-safe
src/marshmallow.egg-info/requires.txt
src/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_error_store.py
tests/test_exceptions.py
tests/test_fields.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