Metadata-Version: 1.1
Name: doloop
Version: 1.0.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 any DBI-compliant Python MySQL library, including:
        
        - `MySQL Connector <https://dev.mysql.com/downloads/connector/python/>`_
        - `MySQL-Python <http://mysql-python.sourceforge.net/>`_
        - `oursql <https://launchpad.net/oursql>`_
        - `PyMySQL <https://github.com/PyMySQL/PyMySQL/>`_
        
        See http://packages.python.org/doloop for tutorial and documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Provides: doloop
