Metadata-Version: 2.1
Name: transmute-core
Version: 1.13.4a0
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
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Provides-Extra: test
License-File: LICENSE

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


