LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
aiohttp_swagger3/__init__.py
aiohttp_swagger3/context.py
aiohttp_swagger3/exceptions.py
aiohttp_swagger3/handlers.py
aiohttp_swagger3/index_templates.py
aiohttp_swagger3/py.typed
aiohttp_swagger3/routes.py
aiohttp_swagger3/string_formats.py
aiohttp_swagger3/swagger.py
aiohttp_swagger3/swagger_docs.py
aiohttp_swagger3/swagger_file.py
aiohttp_swagger3/swagger_info.py
aiohttp_swagger3/swagger_route.py
aiohttp_swagger3/ui_settings.py
aiohttp_swagger3/validators.py
aiohttp_swagger3.egg-info/PKG-INFO
aiohttp_swagger3.egg-info/SOURCES.txt
aiohttp_swagger3.egg-info/dependency_links.txt
aiohttp_swagger3.egg-info/requires.txt
aiohttp_swagger3.egg-info/top_level.txt
aiohttp_swagger3/rapidoc_ui/LICENSE
aiohttp_swagger3/rapidoc_ui/VERSION
aiohttp_swagger3/rapidoc_ui/fonts.css
aiohttp_swagger3/rapidoc_ui/rapidoc-min.js
aiohttp_swagger3/rapidoc_ui/rapidoc-regular.woff2
aiohttp_swagger3/rapidoc_ui/rapidoc-semi-bold.woff2
aiohttp_swagger3/rapidoc_ui/roboto-mono-bold.woff2
aiohttp_swagger3/rapidoc_ui/roboto-mono-regular.woff2
aiohttp_swagger3/redoc_ui/LICENSE
aiohttp_swagger3/redoc_ui/VERSION
aiohttp_swagger3/redoc_ui/favicon-16x16.png
aiohttp_swagger3/redoc_ui/favicon-32x32.png
aiohttp_swagger3/redoc_ui/favicon.ico
aiohttp_swagger3/redoc_ui/google-fonts.css
aiohttp_swagger3/redoc_ui/redoc.standalone.js
aiohttp_swagger3/redoc_ui/fonts/montserrat/LICENSE
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-300.woff
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-300.woff2
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-700.woff
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-700.woff2
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-regular.woff
aiohttp_swagger3/redoc_ui/fonts/montserrat/montserrat-v14-cyrillic-ext_vietnamese_latin-ext_latin_cyrillic-regular.woff2
aiohttp_swagger3/redoc_ui/fonts/roboto/LICENSE
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-300.woff
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-300.woff2
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-700.woff
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-700.woff2
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-regular.woff
aiohttp_swagger3/redoc_ui/fonts/roboto/roboto-v20-greek-ext_cyrillic-ext_vietnamese_latin-ext_latin_greek_cyrillic-regular.woff2
aiohttp_swagger3/schema/schema.json
aiohttp_swagger3/swagger_ui/LICENSE
aiohttp_swagger3/swagger_ui/VERSION
aiohttp_swagger3/swagger_ui/favicon-16x16.png
aiohttp_swagger3/swagger_ui/favicon-32x32.png
aiohttp_swagger3/swagger_ui/swagger-ui-bundle.js
aiohttp_swagger3/swagger_ui/swagger-ui-standalone-preset.js
aiohttp_swagger3/swagger_ui/swagger-ui.css
tests/test_authentication.py
tests/test_class_based_view.py
tests/test_custom_handlers.py
tests/test_custom_keys.py
tests/test_discriminator.py
tests/test_docs_cookies.py
tests/test_docs_decorator.py
tests/test_docs_headers.py
tests/test_docs_mixed.py
tests/test_docs_paths.py
tests/test_docs_queries.py
tests/test_docs_refs.py
tests/test_docs_request_bodies.py
tests/test_docs_without_docs.py
tests/test_file_spec.py
tests/test_methods.py
tests/test_middleware.py
tests/test_named_resources.py
tests/test_read_only.py
tests/test_string_formats.py
tests/test_swagger.py
tests/test_validation.py