Metadata-Version: 1.1
Name: dwq
Version: 0.0.45
Summary: dwq: a Disque based work queue
Home-page: https://github.com/kaspar030/dwq
Author: Kaspar Schleiser
Author-email: kaspar@schleiser.de
License: GPLv3
Description: # dwq - a Disque based work queue
        
        dwq (Disque Work Queue) is a tool that can be used to distribute Jobs on git
        repositories across multiple machines.
        
        ## Installation
        
            # pip install dwq
        
        ## Usage
        
        Start a worker:
        
            # dwqw
        
        Execute a command on worker:
        
            # dwqc -r <repository> -c <commit> ls
        
        More sophisticated:
        
            # export DWQ_REPO=<repository> DWQ_COMMIT=<commit>
            # for i in $(seq 10); do echo 'echo $DWQ_WORKER:$DWQ_WORKER_THREAD'; done | dwqc
        
Keywords: distributed queue
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
