Package: wnpp Severity: wishlist Owner: Christian Bayle <ba...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : mpire Version : 2.10.2 Upstream Contact: Sybren Jansen / https://github.com/sybrenjansen * URL : https://github.com/sybrenjansen/mpire * License : MIT Programming Lang: Python,CSS, HTML, Javascript Description : A Python package for easy multiprocessing MPIRE, short for MultiProcessing Is Really Easy, is a Python package for multiprocessing. MPIRE is faster in most scenarios, packs more features, and is generally more user-friendly than the default multiprocessing package. It combines the convenient map like functions of multiprocessing.Pool with the benefits of using copy-on-write shared objects of multiprocessing.Process, together with easy-to-use worker state, worker insights, worker init and exit functions, timeouts, and progress bar functionality. Full documentation is available at https://sybrenjansen.github.io/mpire/.