Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 630 Bytes

File metadata and controls

15 lines (11 loc) · 630 Bytes

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; it does not require you to install or administer a separate server.

doloop works with any DBI-compliant Python MySQL library, including:

See http://packages.python.org/doloop for tutorial and documentation.