Source: python-loky
Section: python
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends: debhelper-compat (= 13),
               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>,
Standards-Version: 4.7.4
Homepage: https://github.com/joblib/loky
Vcs-Browser: https://salsa.debian.org/med-team/python-loky
Vcs-Git: https://salsa.debian.org/med-team/python-loky.git
Testsuite: autopkgtest-pkg-pybuild

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
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Multi-Arch: foreign
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.
