Source: python-loky Standards-Version: 4.7.4 Maintainer: Debian Med Packaging Team Uploaders: Karsten Schöke , Section: python Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-sphinxdoc, procps , pybuild-plugin-pyproject, python3-all, python3-cloudpickle, python3-psutil , python3-pytest , python3-pytest-cov , python3-pytest-timeout , python3-setuptools, python3-sphinx , python3-sphinx-gallery , python3-threadpoolctl , 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.