Metadata-Version: 1.1
Name: packetmq
Version: 0.1.3
Summary: Packet based networking
Home-page: UNKNOWN
Author: notna
Author-email: notna@apparat.org
License: UNKNOWN
Description: 
        `packetmq` - Packet based networking
        ====================================
        
        .. image:: https://readthedocs.org/projects/packetmq/badge/?version=latest
           :target: http://packetmq.readthedocs.org/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/dd/packetmq.svg
           :target: https://pypi.python.org/pypi?name=packetmq&:action=display
           :alt: PyPi
        
        .. image:: https://landscape.io/github/not-na/packetmq/master/landscape.svg?style=flat
           :target: https://landscape.io/github/not-na/packetmq/master
           :alt: Code Health
        
        .. image:: https://travis-ci.org/not-na/packetmq.svg?branch=master
           :target: https://travis-ci.org/not-na/packetmq
        
        .. image:: https://coveralls.io/repos/not-na/packetmq/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/not-na/packetmq?branch=master
        
        `packetmq` allows fast and asynchronous packet-based networking.
        `packetmq` uses twisted and msgpack for networking and serialization, respectively.
        
        Twisted allows fast and asynchronous data transfer, while msgpack allows fast and compact encoding/serialization.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: twisted
Requires: msgpack
Requires: bidict
Provides: packetmq
