Metadata-Version: 1.1
Name: aiohttp-spyne
Version: 0.3.0
Summary: Aiohttp transport for Spyne RPC library
Home-page: https://github.com/katajakasa/aiohttp-spyne
Author: Tuomas Virtanen
Author-email: katajakasa@gmail.com
License: LGPLv2.1
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/katajakasa/aiohttp-spyne.svg?branch=master
            :target: https://travis-ci.org/katajakasa/aiohttp-spyne
            :alt: Build status
        
        .. image:: https://landscape.io/github/katajakasa/aiohttp-spyne/master/landscape.svg
            :target: https://landscape.io/github/katajakasa/aiohttp-spyne/master
            :alt: Code Health
        
        About
        =====
        
        Aiohttp transport for Spyne RPC library.
        
        Requirements:
        
        * Aiohttp >= 2.0.0
        * Spyne >= 2.12.7
        
        Installation
        ------------
        
        Just run ``pip install aiohttp-spyne`` :)
        
        Examples
        --------
        
        * Test server: ``python -m examples.hello_world``
        * Test client: ``python -m examples.test_client``
        
        Tests
        -----
        
        Run ``pytest tests/main_tests.py``. Make sure requirements are installed!
        
        License
        -------
        
        LGPL-2.1 -- Please see LICENSE for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
