.coveragerc
CHANGES.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
tox.ini
cornice_swagger/__init__.py
cornice_swagger/swagger.py
cornice_swagger/util.py
cornice_swagger/views.py
cornice_swagger.egg-info/PKG-INFO
cornice_swagger.egg-info/SOURCES.txt
cornice_swagger.egg-info/dependency_links.txt
cornice_swagger.egg-info/not-zip-safe
cornice_swagger.egg-info/requires.txt
cornice_swagger.egg-info/top_level.txt
cornice_swagger/converters/__init__.py
cornice_swagger/converters/exceptions.py
cornice_swagger/converters/parameters.py
cornice_swagger/converters/schema.py
cornice_swagger/templates/index.html
cornice_swagger/templates/index_script_template.html
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributors.rst
docs/source/faq.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/tutorial.rst
examples/minimalist.py
tests/__init__.py
tests/support.py
tests/test_app.py
tests/test_definition_handler.py
tests/test_parameter_handler.py
tests/test_response_handler.py
tests/test_swagger.py
tests/converters/__init__.py
tests/converters/test_parameters.py
tests/converters/test_schema.py