Metadata-Version: 2.0
Name: aiohttp-spyne
Version: 0.2.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
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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: Framework :: AsyncIO
Requires-Dist: aiohttp (>=2.0.0)
Requires-Dist: spyne (>=2.12.7)

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


