AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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
docs/requirements.txt
examples/flask_example.py
marshmallow_jsonapi/__init__.py
marshmallow_jsonapi/exceptions.py
marshmallow_jsonapi/fields.py
marshmallow_jsonapi/flask.py
marshmallow_jsonapi/schema.py
marshmallow_jsonapi/utils.py
marshmallow_jsonapi.egg-info/PKG-INFO
marshmallow_jsonapi.egg-info/SOURCES.txt
marshmallow_jsonapi.egg-info/dependency_links.txt
marshmallow_jsonapi.egg-info/not-zip-safe
marshmallow_jsonapi.egg-info/requires.txt
marshmallow_jsonapi.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_fields.py
tests/test_flask.py
tests/test_schema.py