Metadata-Version: 1.0
Name: ibidem-util
Version: 1.1
Summary: Ibidem utilities
Home-page: http://ibidem.homeip.net/Misc/wiki/Utils
Author: Morten Lied Johansen
Author-email: mortenjo@ifi.uio.no
License: LGPL
Description: ============
        Ibidem Utils
        ============
        
        ``ibidem.util.workpool``
        ------------------------
        
        A simple, generic threaded workpool. When creating the pool, you specify how many workers should be started.
        When adding work orders to the pool queue, the next available worker will pick up the order and execute it.
        Allows subclassing to create specialized workers. Allows the user to supply the queue instead of letting the
        pool create it.
        
        ``ibidem.util.downloader``
        --------------------------
        
        A work order for ``ibidem.util.workpool`` to download arbitrary URLs in an efficient manner. Allows specifying
        callbacks to handle the file completed downloads, and to update progress.
        
Keywords: ibidem util
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
