Metadata-Version: 2.1
Name: transmute-core
Version: 0
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
Author-email: yusuke@tsutsumi.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Software Distribution
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
Requires-Dist: typing
Requires-Dist: singledispatch

==============
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/


