Metadata-Version: 1.1
Name: transmute-core
Version: 0.4.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
Description: ==============
        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/
        
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
