Metadata-Version: 2.0
Name: aiohttp-transmute
Version: 1.0.0
Summary: a toolset to generate routes from functions for aiohttp.
Home-page: UNKNOWN
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: transmute-core (>=0.4)
Requires-Dist: aiohttp (>=1.1.3)

=================
aiohttp-transmute
=================

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

.. image:: https://coveralls.io/repos/github/toumorokoshi/aiohttp-transmute/badge.svg?branch=master
    :alt: coverage status
    :target: https://coveralls.io/github/toumorokoshi/aiohttp-transmute?branch=master


A transmute (http://transmute-core.readthedocs.io/) implementation for aiohttp.

You can find out more here:

http://aiohttp-transmute.readthedocs.io/en/latest/


