Source: python-loky Section: python Maintainer: Debian Med Packaging Team Uploaders: Karsten Schöke , Build-Depends: debhelper-compat (= 13), 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 , 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.