Metadata-Version: 1.1
Name: queuey-py
Version: 0.2
Summary: Queuey Python client library
Home-page: http://queuey-py.readthedocs.org/
Author: Mozilla Services
Author-email: services-dev@mozilla.org
License: MPLv2.0
Description: ===========================================
        queuey-py: Python client library for Queuey
        ===========================================
        
        .. image:: https://secure.travis-ci.org/mozilla-services/queuey-py.png?branch=master
           :width: 82px
           :height: 13px
           :alt: Travis CI build report
           :target: https://secure.travis-ci.org/#!/mozilla-services/queuey-py
        
        This is a Python client library used for interacting with messages from a
        `Mozilla Services message queue` (http://queuey.readthedocs.org/).
        
        Documentation
        =============
        
        You can read the documentation at http://queuey-py.readthedocs.org/
        
        
        =========
        Changelog
        =========
        
        0.2 (2012-08-28)
        ================
        
        - Test against a Queuey 0.8 release.
        
        - Documentation tweaks and updates.
        
        0.1 (2012-07-10)
        ================
        
        - Change `since` argument of the `messages` method to deal with message ids
          rather than imprecise timestamps.
        
        - Code extracted from qdo.
        
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
