Metadata-Version: 2.0
Name: thriftasyncioserver
Version: 0.1.6
Summary: Thrift Server using the Python 3 asyncio module
Home-page: https://github.com/Marketcircle/thriftasyncioserver
Author: Thomas Bartelmess
Author-email: tbartelmess@marketcircle.com
License: BSD
Keywords: thriftasyncioserver
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: thrift

===============================
ThriftAsyncIOServer
===============================

.. image:: https://badge.fury.io/py/thriftasyncioserver.png
    :target: http://badge.fury.io/py/thriftasyncioserver

.. image:: https://travis-ci.org/Marketcircle/thriftasyncioserver.png?branch=master
        :target: https://travis-ci.org/Marketcircle/thriftasyncioserver

.. image:: https://pypip.in/download/thriftasyncioserver/badge.png
        :target: https://pypi.python.org/pypi/thriftasyncioserver

.. image:: https://pypip.in/format/thriftasyncioserver/badge.png
        :target: https://pypi.python.org/pypi/thriftasyncioserver

Thrift Server using the Python 3 asyncio module

* Free software: BSD license
* Documentation: http://thriftasyncioserver.readthedocs.org.




History
-------

0.1.0 (2014-06-12)
---------------------

* First release on PyPI.

 0.1.1 (2014-06-12)
---------------------

* Minor fixes

   0.1.2 (2014-06-13)
---------------------

* SSL Support


