.dockerignore
.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pyproject.toml
run-tests.sh
setup.cfg
setup.py
.github/workflows/i18n-pull.yml
.github/workflows/i18n-push.yml
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
marshmallow_utils/__init__.py
marshmallow_utils/html.py
marshmallow_utils/links.py
marshmallow_utils/permissions.py
marshmallow_utils.egg-info/PKG-INFO
marshmallow_utils.egg-info/SOURCES.txt
marshmallow_utils.egg-info/dependency_links.txt
marshmallow_utils.egg-info/entry_points.txt
marshmallow_utils.egg-info/not-zip-safe
marshmallow_utils.egg-info/requires.txt
marshmallow_utils.egg-info/top_level.txt
marshmallow_utils/fields/__init__.py
marshmallow_utils/fields/babel.py
marshmallow_utils/fields/contrib.py
marshmallow_utils/fields/edtfdatestring.py
marshmallow_utils/fields/generated.py
marshmallow_utils/fields/identifier.py
marshmallow_utils/fields/isodate.py
marshmallow_utils/fields/isolanguage.py
marshmallow_utils/fields/links.py
marshmallow_utils/fields/nestedattr.py
marshmallow_utils/fields/sanitizedhtml.py
marshmallow_utils/fields/sanitizedunicode.py
marshmallow_utils/fields/strippedhtml.py
marshmallow_utils/fields/trimmed.py
marshmallow_utils/fields/tzdatetime.py
marshmallow_utils/fields/url.py
marshmallow_utils/schemas/__init__.py
marshmallow_utils/schemas/geojson.py
marshmallow_utils/schemas/identifier.py
marshmallow_utils/translations/messages.pot
marshmallow_utils/translations/ar/LC_MESSAGES/messages.po
marshmallow_utils/translations/bg/LC_MESSAGES/messages.po
marshmallow_utils/translations/ca/LC_MESSAGES/messages.po
marshmallow_utils/translations/cs/LC_MESSAGES/messages.po
marshmallow_utils/translations/da/LC_MESSAGES/messages.po
marshmallow_utils/translations/de/LC_MESSAGES/messages.po
marshmallow_utils/translations/el/LC_MESSAGES/messages.po
marshmallow_utils/translations/es/LC_MESSAGES/messages.po
marshmallow_utils/translations/et/LC_MESSAGES/messages.po
marshmallow_utils/translations/fa/LC_MESSAGES/messages.po
marshmallow_utils/translations/fr/LC_MESSAGES/messages.po
marshmallow_utils/translations/hr/LC_MESSAGES/messages.po
marshmallow_utils/translations/hu/LC_MESSAGES/messages.po
marshmallow_utils/translations/it/LC_MESSAGES/messages.po
marshmallow_utils/translations/ja/LC_MESSAGES/messages.po
marshmallow_utils/translations/ka/LC_MESSAGES/messages.po
marshmallow_utils/translations/lt/LC_MESSAGES/messages.po
marshmallow_utils/translations/no/LC_MESSAGES/messages.po
marshmallow_utils/translations/pl/LC_MESSAGES/messages.po
marshmallow_utils/translations/pt/LC_MESSAGES/messages.po
marshmallow_utils/translations/ro/LC_MESSAGES/messages.po
marshmallow_utils/translations/ru/LC_MESSAGES/messages.po
marshmallow_utils/translations/sk/LC_MESSAGES/messages.po
marshmallow_utils/translations/sv/LC_MESSAGES/messages.po
marshmallow_utils/translations/tr/LC_MESSAGES/messages.po
marshmallow_utils/translations/uk/LC_MESSAGES/messages.po
marshmallow_utils/translations/zh_CN/LC_MESSAGES/messages.po
marshmallow_utils/translations/zh_TW/LC_MESSAGES/messages.po
marshmallow_utils/validators/__init__.py
marshmallow_utils/validators/oneof.py
tests/conftest.py
tests/test_babel.py
tests/test_contrib.py
tests/test_edtfdatestring.py
tests/test_fields.py
tests/test_isolanguage.py
tests/test_links.py
tests/test_marshmallow_utils.py
tests/test_nestedattr.py
tests/fields/test_identifier_field.py
tests/fields/test_url.py
tests/schemas/test_geojson.py
tests/schemas/test_identifier_schema.py
tests/schemas/test_multipoint.py
tests/schemas/test_point.py
tests/schemas/test_polygon.py
tests/schemas/test_schema_permissions.py
tests/validators/test_lazyoneof.py