.gitignore
.gitmodules
CHANGES.txt
CONTRIBUTORS.txt
LICENSE
Makefile
README.rst
pyproject.toml
requirements.in
requirements.txt
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/SECURITY.md
.github/dependabot.yml
.github/release.yml
.github/workflows/labels.yaml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/cornice.png
docs/source/exhaustive_list.rst
docs/source/faq.rst
docs/source/i18n.rst
docs/source/index.rst
docs/source/internals.rst
docs/source/quickstart.rst
docs/source/resources.rst
docs/source/schema.rst
docs/source/services.rst
docs/source/testing.rst
docs/source/tutorial.rst
docs/source/upgrading.rst
docs/source/validation.rst
src/cornice/__init__.py
src/cornice/cors.py
src/cornice/errors.py
src/cornice/pyramidhook.py
src/cornice/renderer.py
src/cornice/resource.py
src/cornice/service.py
src/cornice/util.py
src/cornice.egg-info/PKG-INFO
src/cornice.egg-info/SOURCES.txt
src/cornice.egg-info/dependency_links.txt
src/cornice.egg-info/requires.txt
src/cornice.egg-info/top_level.txt
src/cornice/validators/__init__.py
src/cornice/validators/_colander.py
src/cornice/validators/_marshmallow.py
tests/__init__.py
tests/support.py
tests/test_cors.py
tests/test_errors.py
tests/test_imperative_resource.py
tests/test_init.py
tests/test_pyramidhook.py
tests/test_renderer.py
tests/test_resource.py
tests/test_resource_callable.py
tests/test_resource_custom_predicates.py
tests/test_resource_traverse.py
tests/test_service.py
tests/test_service_definition.py
tests/test_util.py
tests/test_validation.py
tests/validationapp.py