MANIFEST.in
README.rst
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/patterns.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/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/function/__init__.py
transmute_core/function/attributes.py
transmute_core/function/parameters.py
transmute_core/function/signature.py
transmute_core/function/transmute_function.py
transmute_core/object_serializers/__init__.py
transmute_core/object_serializers/interface.py
transmute_core/object_serializers/schematics_serializer.py
transmute_core/swagger/__init__.py
transmute_core/swagger/swagger.html
transmute_core/tests/__init__.py
transmute_core/tests/conftest.py
transmute_core/tests/test_basetype_serializer.py
transmute_core/tests/test_decorators.py
transmute_core/tests/test_exceptions.py
transmute_core/tests/test_function.py
transmute_core/tests/test_schematics.py
transmute_core/tests/test_signature.py
transmute_core/tests/test_swagger.py
transmute_core/tests/contenttype_serializers/__init__.py
transmute_core/tests/contenttype_serializers/test_default_serializer_set.py
transmute_core/tests/function/__init__.py
transmute_core/tests/function/test_attributes.py
transmute_core/tests/function/test_parameters.py