Metadata-Version: 1.1
Name: doloop
Version: 0.1.0
Summary: Task loop for keeping things updated
Home-page: http://github.com/Yelp/doloop
Author: David Marin
Author-email: dave@yelp.com
License: Apache
Description: **doloop** is a simple but well-thought-out system for keeping things 
        with unique IDs updated. It supports concurrency and prioritization.
        
        **doloop**'s only dependency is 
        `MySQL <http://mysql-python.sourceforge.net/>`_; it does not require you to 
        install or administer a separate server.
        
        **doloop** is *not* ideal for queuing tasks that you only ever want 
        to do once; for that, you might prefer
        `Gearman <http://packages.python.org/gearman/>`_ or something similar.
        
        See http://packages.python.org/doloop for tutorial and documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Provides: doloop
