1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: mpire
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
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.3
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
Multi-Arch: foreign
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
Multi-Arch: foreign
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.
|