Metadata-Version: 1.0
Name: ThreadQueue
Version: 0.1.2
Summary: A queue for threads.
Home-page: http://pypi.python.org/pypi/ThreadQueue/
Author: R. Jagerman
Author-email: rjagerman@gmail.com
License: MIT
Description: Thread Queue
        ===========
        
        Thread Queue provides an easy to use interface to manage a queue
        of threads. If you have many methods that will take long to run, you
        can use this package to queue several up at the same time.
        
        All documentation is available online at http://pythonhosted.org/ThreadQueue/.
Platform: UNKNOWN
