Metadata-Version: 1.1
Name: amqppy
Version: 0.0.7
Summary: amqppy is a very simplified AMQP client stacked over Pika
Home-page: https://github.com/marceljanerfont/amqppy
Author: Marcel Janer Font
Author-email: marceljanerfont@gmail.com
License: MIT
Description: amqppy
        ======
        AMQP simplified client for Python
        
        |Version| |Downloads| |Status| |Coverage| |License| |Docs|
        
        Introduction
        ------------
        amqppy is a very simplified AMQP client stacked over `Pika <https://github.com/pika/pika>`_. It has been tested with `RabbitMQ <https://www.rabbitmq.com>`_, but it should also work with other AMQP 0-9-1 brokers.
        
        
        .. |Version| image:: https://img.shields.io/pypi/v/amqppy.svg?
           :target: http://badge.fury.io/py/amqppy
        
        .. |Status| image:: https://img.shields.io/travis/marceljanerfont/amqppy.svg?
           :target: https://travis-ci.org/marceljanerfont/amqppy
        
        .. |Coverage| image:: https://img.shields.io/codecov/c/github/marceljanerfont/amqppy.svg?
           :target: https://codecov.io/github/marceljanerfont/amqppy?branch=production
        
        .. |Downloads| image:: https://img.shields.io/pypi/dm/amqppy.svg?
           :target: https://pypi.python.org/pypi/amqppy
        
        .. |License| image:: https://img.shields.io/pypi/l/amqppy.svg?
           target: https://pypi.python.org/pypi/amqppy
        
        .. |Docs| image:: https://readthedocs.org/projects/amqppy/badge/?version=stable
           :target: https://amqppy.readthedocs.org
           :alt: Documentation Status
        
Keywords: amqp,client,rabbitmq,amqp client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
