Source: python-loky
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 procps <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cloudpickle,
 python3-psutil <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-gallery <!nodoc>,
 python3-threadpoolctl <!nocheck>,
Vcs-Browser: https://salsa.debian.org/med-team/python-loky
Vcs-Git: https://salsa.debian.org/med-team/python-loky.git
Homepage: https://github.com/joblib/loky

Package: python3-loky
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python-loky-doc,
 ${python3:Suggests},
Description: Robust and reusable process pool executor for Python
 loky is a Python library that provides a robust, cross-platform and
 cross-version implementation of the concurrent.futures.ProcessPoolExecutor
 class.
 .
 It offers a reusable process pool executor, consistent process spawning
 behavior, transparent integration with cloudpickle, and improved handling of
 worker crashes and deadlocks.
 .
 loky is developed by the joblib project and is used as the default process
 execution backend for joblib to support reliable parallel execution in Python
 applications.

Package: python-loky-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Robust and reusable process pool executor (Documentation)
 loky is a Python library that provides a robust, cross-platform and
 cross-version implementation of the concurrent.futures.ProcessPoolExecutor
 class.
 .
 It offers a reusable process pool executor, consistent process spawning
 behavior, transparent integration with cloudpickle, and improved handling of
 worker crashes and deadlocks.
 .
 loky is developed by the joblib project and is used as the default process
 execution backend for joblib to support reliable parallel execution in Python
 applications.
 .
 This package installs the documentation for the library.
