Metadata-Version: 2.0
Name: rabbitmq
Version: 0.1.0
Summary: CFFI bindings to librabbitmq
Home-page: https://github.com/jbg/rabbitmq
Author: Jasper Bryant-Greene
Author-email: jbg@rf.net.nz
License: Apache-2.0
Keywords: rabbitmq amqp cffi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: cffi

rabbitmq
======

Python bindings to librabbitmq using CFFI

This is fairly rudimentary so far but does allow using librabbitmq on Python 3 to a basic degree, which was my primary motivation for this work.

Only tested on Python 3.4, where it is in production on two fairly heavily-loaded message queues.


