LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
hapic/__init__.py
hapic/async.py
hapic/buffer.py
hapic/context.py
hapic/data.py
hapic/decorator.py
hapic/description.py
hapic/exception.py
hapic/hapic.py
hapic/infos.py
hapic/type.py
hapic/util.py
hapic.egg-info/PKG-INFO
hapic.egg-info/SOURCES.txt
hapic.egg-info/dependency_links.txt
hapic.egg-info/requires.txt
hapic.egg-info/top_level.txt
hapic/doc/__init__.py
hapic/doc/main.py
hapic/doc/schema.py
hapic/error/__init__.py
hapic/error/main.py
hapic/error/marshmallow.py
hapic/error/serpyco.py
hapic/ext/__init__.py
hapic/ext/agnostic/__init__.py
hapic/ext/agnostic/context.py
hapic/ext/aiohttp/__init__.py
hapic/ext/aiohttp/context.py
hapic/ext/bottle/__init__.py
hapic/ext/bottle/context.py
hapic/ext/flask/__init__.py
hapic/ext/flask/context.py
hapic/ext/pyramid/__init__.py
hapic/ext/pyramid/context.py
hapic/processor/__init__.py
hapic/processor/main.py
hapic/processor/marshmallow.py
hapic/processor/serpyco.py
hapic/static/swaggerui/favicon-16x16.png
hapic/static/swaggerui/favicon-32x32.png
hapic/static/swaggerui/index.html
hapic/static/swaggerui/swagger-ui-bundle.js
hapic/static/swaggerui/swagger-ui-standalone-preset.js
hapic/static/swaggerui/swagger-ui.css
hapic/static/swaggerui/swagger-ui.js
tests/ext/__init__.py
tests/ext/unit/__init__.py
tests/ext/unit/test_aiohttp.py
tests/ext/unit/test_bottle.py
tests/ext/unit/test_flask.py
tests/ext/unit/test_pyramid.py
tests/ext/unit/py37/__init__.py
tests/ext/unit/py37/stream.py
tests/func/__init__.py
tests/func/test_context_exception_handling.py
tests/func/test_doc_marshmallow.py
tests/func/test_doc_serpyco.py
tests/func/test_documentation_view_marshmallow.py
tests/func/test_hapic_file_marshmallow.py
tests/func/test_marshmallow_decoration.py
tests/func/test_view_exception_handling.py
tests/func/fake_api/__init__.py
tests/func/fake_api/common.py
tests/func/fake_api/common_serpyco.py
tests/func/fake_api/test_fake_api.py
tests/func/fake_api/test_fake_api_aiohttp_serpyco.py
tests/unit/__init__.py
tests/unit/test_buffer.py
tests/unit/test_decorator.py
tests/unit/test_hapic.py
tests/unit/test_processor.py
tests/unit/test_serpyco_processor.py
tests/unit/test_utils.py