Name: | python-workerpool |
---|---|
Version: | 0.9.2 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 27270 |
License: | MIT |
RPM: | python-workerpool-0.9.2-4.el7.noarch.rpm |
Source RPM: | python-workerpool-0.9.2-4.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/shazow/workerpool |
Summary: | Multithreaded job distribution module |
Description: | The workerpool module for python 2 is a simple framework for easily distributing jobs into multiple worker threads. Examples of usage can be found in the unit tests and the samples provided. This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: * Jobs - single units of work that need to be performed. * Workers - workers grab jobs from a queue and run them. * Worker pool - keeps track of workers and the job queue. |
- Don't ship tests - Remove shipped egg-info
- Add patch to fix tests
- Change license to MIT - Fix macro consistency - Add BR python-nose
- Initial Fedora package