Source: mpire Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Christian Bayle Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, fonts-glyphicons-halflings, libjs-bootstrap5, libjs-jquery, python3-all, python3-docutils, python3-flask, python3-ipywidgets, python3-multiprocess, python3-numpy, python3-pygments, python3-pytest, python3-rich, python3-setuptools, python3-sphinx, python3-sphinx-autodoc-typehints, python3-sphinx-autodoc2, python3-sphinx-rtd-theme, python3-sphinxcontrib.images, python3-tqdm, texinfo, Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/sybrenjansen/mpire Vcs-Browser: https://salsa.debian.org/python-team/packages/mpire Vcs-Git: https://salsa.debian.org/python-team/packages/mpire.git Rules-Requires-Root: no Package: python3-mpire Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python package for easy multiprocessing, but faster than multiprocessing 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. Package: python-mpire-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: Python package for easy multiprocessing (documentation), but faster than multiprocessing 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. . This is the common documentation package.