Metadata-Version: 2.1
Name: transmute-core
Version: 1.13.5
Summary: a utility library to help provide api route generation form function signature for web frameworks.
Home-page: https://github.com/toumorokoshi/transmute-core
Author: Yusuke Tsutsumi
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
License-File: LICENSE
Requires-Dist: attrs >=17.3.0
Requires-Dist: cattrs >=0.9.0
Requires-Dist: jsonschema-extractor >=0.6.0
Requires-Dist: schematics >=2.0.0
Requires-Dist: six
Requires-Dist: swagger-schema >=0.5.1
Requires-Dist: pyyaml >=5
Requires-Dist: singledispatch ; python_version < "3.4"
Requires-Dist: typing ; python_version < "3.5"
Provides-Extra: test
Requires-Dist: babel ; extra == 'test'
Requires-Dist: flask ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pytest-benchmark ; extra == 'test'
Requires-Dist: sphinx ; extra == 'test'
Requires-Dist: sphinx-autobuild ; extra == 'test'
Requires-Dist: sphinx-rtd-theme ; extra == 'test'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'test'
Requires-Dist: tornado ; extra == 'test'
Requires-Dist: aiohttp >=3.0 ; (python_version > "3") and extra == 'test'
Requires-Dist: pydantic ; (python_version > "3") and extra == 'test'
Requires-Dist: pytest-aiohttp ; (python_version > "3") and extra == 'test'

==============
transmute-core
==============

.. image:: https://travis-ci.org/toumorokoshi/transmute-core.svg?branch=master
    :alt: build status
    :target: https://travis-ci.org/toumorokoshi/transmute-core

.. image:: https://coveralls.io/repos/github/toumorokoshi/transmute-core/badge.svg?branch=master
    :alt: coverage status
    :target: https://coveralls.io/github/toumorokoshi/transmute-core?branch=master
    
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

A utility library to help build transmute api generators for Python webframeworks.

You can find out more here:

http://transmute-core.readthedocs.io/
