Metadata-Version: 2.0
Name: transmute-core
Version: 1.4.2
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
Requires-Dist: jinja2
Requires-Dist: pyyaml
Requires-Dist: schematics (>=2.0.0)
Requires-Dist: six
Requires-Dist: swagger-schema (>=0.4.0)

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

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

You can find out more here:

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


