AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/api_reference.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/quickstart.rst
examples/flask_example.py
src/marshmallow_jsonapi/__init__.py
src/marshmallow_jsonapi/exceptions.py
src/marshmallow_jsonapi/fields.py
src/marshmallow_jsonapi/flask.py
src/marshmallow_jsonapi/schema.py
src/marshmallow_jsonapi/utils.py
src/marshmallow_jsonapi_minfork.egg-info/PKG-INFO
src/marshmallow_jsonapi_minfork.egg-info/SOURCES.txt
src/marshmallow_jsonapi_minfork.egg-info/dependency_links.txt
src/marshmallow_jsonapi_minfork.egg-info/not-zip-safe
src/marshmallow_jsonapi_minfork.egg-info/requires.txt
src/marshmallow_jsonapi_minfork.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_fields.py
tests/test_flask.py
tests/test_options.py
tests/test_schema.py
tests/test_utils.py