.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-release.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_rest/__init__.py
invenio_rest/config.py
invenio_rest/csrf.py
invenio_rest/decorators.py
invenio_rest/errors.py
invenio_rest/ext.py
invenio_rest/serializer.py
invenio_rest/version.py
invenio_rest/views.py
invenio_rest.egg-info/PKG-INFO
invenio_rest.egg-info/SOURCES.txt
invenio_rest.egg-info/dependency_links.txt
invenio_rest.egg-info/entry_points.txt
invenio_rest.egg-info/not-zip-safe
invenio_rest.egg-info/requires.txt
invenio_rest.egg-info/top_level.txt
tests/conftest.py
tests/test_csrf.py
tests/test_decorators.py
tests/test_errors.py
tests/test_invenio_rest.py
tests/test_serializer.py