Metadata-Version: 1.1
Name: doloop
Version: 0.3.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 system for keeping things with unique IDs updated. It is
        concurrency-safe and supports prioritization.
        
        **doloop**'s only dependency is 
        `MySQL <http://dev.mysql.com>`_; it does not require you to
        install or administer a separate server.
        
        **doloop** works with `MySQLdb <http://mysql-python.sourceforge.net/>`_
        or any other DBI-compliant Python MySQL library (e.g.
        `PyMySQL <https://github.com/petehunt/PyMySQL/>`_,
        `oursql <https://launchpad.net/oursql>`_).
        
        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
