.gitignore
LICENSE
README.md
mkdocs.yaml
pyproject.toml
docs/index.md
docs/api_reference/decorators.md
docs/api_reference/schema.md
docs/css/extra.css
docs/img/ide_suggestion_user.png
requirements/common.txt
requirements/dev.txt
scripts/lint.sh
scripts/test.sh
src/marshmallow_generic/__init__.py
src/marshmallow_generic/_util.py
src/marshmallow_generic/decorators.py
src/marshmallow_generic/py.typed
src/marshmallow_generic/schema.py
src/marshmallow_generic.egg-info/PKG-INFO
src/marshmallow_generic.egg-info/SOURCES.txt
src/marshmallow_generic.egg-info/dependency_links.txt
src/marshmallow_generic.egg-info/requires.txt
src/marshmallow_generic.egg-info/top_level.txt
tests/__init__.py
tests/__main__.py
tests/test__util.py
tests/test_decorators.py
tests/test_schema.py