Source: billiard Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Michael Fladischer , Brian May , Sergio Durigan Junior , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-case, python3-mock, python3-psutil, python3-pytest, python3-setuptools, python3-sphinx, Standards-Version: 4.5.1 Homepage: https://github.com/celery/billiard Vcs-Git: https://salsa.debian.org/python-team/packages/billiard.git Vcs-Browser: https://salsa.debian.org/python-team/packages/billiard Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python-billiard-doc Section: doc Architecture: all Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}, Description: Multiprocessing Pool Extensions for Python (Documentation) This package contains extensions to the multiprocessing Pool. It extends the multiprocessing.Pool with a billiard.pool.DynamicPool that can grow in size. . This package contains the documentation. Package: python3-billiard Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-billiard-doc, Description: Multiprocessing Pool Extensions for Python (Python3 version) This package contains extensions to the multiprocessing Pool. It extends the multiprocessing.Pool with a billiard.pool.DynamicPool that can grow in size. . This package contains the Python 3 version of the library.