MANIFEST.in
README.rst
VERSION
setup.cfg
setup.py
transmute_core/__init__.py
transmute_core/compat.py
transmute_core/context.py
transmute_core/decorators.py
transmute_core/exceptions.py
transmute_core/handler.py
transmute_core/param_extractor.py
transmute_core/response_shape.py
transmute_core.egg-info/PKG-INFO
transmute_core.egg-info/SOURCES.txt
transmute_core.egg-info/dependency_links.txt
transmute_core.egg-info/requires.txt
transmute_core.egg-info/top_level.txt
transmute_core/attributes/__init__.py
transmute_core/attributes/response_type.py
transmute_core/contenttype_serializers/__init__.py
transmute_core/contenttype_serializers/interface.py
transmute_core/contenttype_serializers/json_serializer.py
transmute_core/contenttype_serializers/serializer_set.py
transmute_core/contenttype_serializers/yaml_serializer.py
transmute_core/frameworks/__init__.py
transmute_core/frameworks/aiohttp/__init__.py
transmute_core/frameworks/aiohttp/handler.py
transmute_core/frameworks/aiohttp/route.py
transmute_core/frameworks/aiohttp/swagger.py
transmute_core/frameworks/aiohttp/url_dispatcher.py
transmute_core/frameworks/flask/__init__.py
transmute_core/frameworks/flask/handler.py
transmute_core/frameworks/flask/route.py
transmute_core/frameworks/flask/swagger.py
transmute_core/frameworks/tornado/__init__.py
transmute_core/frameworks/tornado/handler.py
transmute_core/frameworks/tornado/route_set.py
transmute_core/frameworks/tornado/swagger.py
transmute_core/frameworks/tornado/url.py
transmute_core/function/__init__.py
transmute_core/function/parameters.py
transmute_core/function/response.py
transmute_core/function/signature.py
transmute_core/function/transmute_function.py
transmute_core/http_parameters/__init__.py
transmute_core/http_parameters/param_set.py
transmute_core/http_parameters/swagger.py
transmute_core/object_serializers/__init__.py
transmute_core/object_serializers/compound_serializer.py
transmute_core/object_serializers/interface.py
transmute_core/object_serializers/primitive_serializer.py
transmute_core/object_serializers/schematics_serializer.py
transmute_core/object_serializers/serializer_set.py
transmute_core/object_serializers/cattrs_serializer/__init__.py
transmute_core/object_serializers/cattrs_serializer/converter.py
transmute_core/swagger/__init__.py
transmute_core/swagger/swagger.html
transmute_core/swagger/template.py
transmute_core/swagger/static/favicon-16x16.png
transmute_core/swagger/static/favicon-32x32.png
transmute_core/swagger/static/index.html
transmute_core/swagger/static/oauth2-redirect.html
transmute_core/swagger/static/swagger-ui-bundle.js
transmute_core/swagger/static/swagger-ui-bundle.js.map
transmute_core/swagger/static/swagger-ui-standalone-preset.js
transmute_core/swagger/static/swagger-ui-standalone-preset.js.map
transmute_core/swagger/static/swagger-ui.css
transmute_core/swagger/static/swagger-ui.css.map
transmute_core/swagger/static/swagger-ui.js
transmute_core/swagger/static/swagger-ui.js.map
transmute_core/tests/__init__.py
transmute_core/tests/conftest.py
transmute_core/tests/test_attributes.py
transmute_core/tests/test_attrs.py
transmute_core/tests/test_basetype_serializer.py
transmute_core/tests/test_benchmark.py
transmute_core/tests/test_decorators.py
transmute_core/tests/test_exceptions.py
transmute_core/tests/test_full.py
transmute_core/tests/test_function.py
transmute_core/tests/test_handler.py
transmute_core/tests/test_param_extractor.py
transmute_core/tests/test_response_shape.py
transmute_core/tests/test_schematics.py
transmute_core/tests/test_serializer_set.py
transmute_core/tests/test_signature.py
transmute_core/tests/test_swagger.py
transmute_core/tests/utils.py
transmute_core/tests/contenttype_serializers/__init__.py
transmute_core/tests/contenttype_serializers/test_default_serializer_set.py
transmute_core/tests/contenttype_serializers/test_serializer_set.py
transmute_core/tests/function/__init__.py
transmute_core/tests/function/test_parameters.py
transmute_core/tests/http_parameters/__init__.py
transmute_core/tests/http_parameters/conftest.py
transmute_core/tests/http_parameters/test_swagger.py
transmute_core/tests/object_serializers/__init__.py
transmute_core/tests/object_serializers/test_compound_serializer.py
transmute_core/tests/object_serializers/test_primitive_serializer.py
transmute_core/tests/swagger/__init__.py
transmute_core/tests/swagger/test_function.py
transmute_core/tests/swagger/test_template.py