Metadata-Version: 1.1
Name: qdo
Version: 0.1
Summary: Queuey worker library
Home-page: http://qdo.readthedocs.org/
Author: Mozilla Services
Author-email: services-dev@mozilla.org
License: MPLv2.0
Description: ================================================================
        qdo: Python worker library for Mozilla Services' message queuing
        ================================================================
        
        .. image:: https://secure.travis-ci.org/mozilla-services/qdo.png?branch=master
           :width: 82px
           :height: 13px
           :alt: Travis CI build report
           :target: https://secure.travis-ci.org/#!/mozilla-services/qdo
        
        qdo
            pronounced `qu-doe`
        
        This is a Python implementation of a worker library used for processing
        queued messages from a Mozilla Services message queue. The message queue is
        called `Queuey <http://queuey.readthedocs.org/>`_ and is implemented as a
        :term:`Pyramid` based web service on top of :term:`Cassandra`.
        
        Documentation
        =============
        
        You can read the documentation at http://qdo.readthedocs.org/
        
        
        =========
        Changelog
        =========
        
        0.1 (2012-09-17)
        ================
        
        - Initial release and feature scope.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
