Metadata-Version: 1.1
Name: amqpclt
Version: 0.6
Summary: Versatile AMQP client
Home-page: https://github.com/cern-mig/python-amqpclt
Author: Massimo Paladin
Author-email: massimo.paladin@gmail.com
License: ASL 2.0
Description: 
        amqpclt is a versatile tool to interact with messaging brokers speaking AMQP
        and/or message queues (see messaging.queue) on disk.
        
        It receives messages (see messaging.message) from an incoming module,
        optionally massaging them (i.e. filtering and/or modifying), and sends
        them to an outgoing module. Depending on which modules are used, the tool
        can perform different operations.
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
