Metadata-Version: 1.0
Name: pika
Version: 0.9.1a
Summary: Pika Python AMQP Client Library
Home-page: https://tonyg.github.com/pika/
Author: Gavin M. Roy
Author-email: gmr@myyearbook.com
License: MPL v1.1 and GPL v2.0 or newer
Description: Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that
        tries to stay fairly independent of the underlying network support
        library. Pika was developed primarily for use with RabbitMQ, but
        should also work with other AMQP 0-9-1 brokers.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
