README.md
setup.py
hapic/__init__.py
hapic/buffer.py
hapic/context.py
hapic/data.py
hapic/decorator.py
hapic/description.py
hapic/doc.py
hapic/error.py
hapic/exception.py
hapic/hapic.py
hapic/processor.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/ext/__init__.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
tests/ext/__init__.py
tests/ext/unit/__init__.py
tests/ext/unit/test_bottle.py
tests/func/__init__.py
tests/func/test_doc.py
tests/func/test_marshmallow_decoration.py
tests/func/fake_api/__init__.py
tests/func/fake_api/common.py
tests/func/fake_api/test_bottle.py
tests/func/fake_api/test_flask.py
tests/func/fake_api/test_pyramid.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