Metadata-Version: 2.0
Name: kiwipy
Version: 0.1.0.dev3
Summary: A python remove communications library
Home-page: https://github.com/muhrin/kiwipy.git
Author: Martin Uhrin
Author-email: martin.uhrin@gmail.com
License: GPLv3 and MIT, see LICENSE file
Description-Content-Type: UNKNOWN
Keywords: communication messaging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: tornado
Requires-Dist: future
Requires-Dist: backports.tempfile; python_version<"3.2"
Requires-Dist: enum34; python_version<"3.4"
Provides-Extra: rmq
Requires-Dist: pika; extra == 'rmq'
Requires-Dist: tornado; extra == 'rmq'
Requires-Dist: pyyaml; extra == 'rmq'

# kiwi


Kiwi is a library that supports various types of messaging, so far we have:

* RPC
* Broadcast
* Task queue messages





