slackbuilds/python/billiard
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/billiard: Fix DOWNLOAD and README. 2021-04-24 22:07:01 +07:00
billiard.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
billiard.info python/billiard: Fix DOWNLOAD and README. 2021-04-24 22:07:01 +07:00
slack-desc

README

billiard is a fork of the Python 2.7 multiprocessing package.
The multiprocessing package itself is a renamed and updated version of
R Oudkerk's pyprocessing package.
This standalone variant draws its fixes/improvements from python-trunk
and provides additional bug fixes and improvements.

* This package would not be possible if not for the contributions of not
  only the current maintainers but all of the contributors to the
  original pyprocessing package listed here.
* Also, it is a fork of the multiprocessing backport package by
  Christian Heims.
* It includes the no-execv patch contributed by R. Oudkerk.
* And the Pool improvements previously located in Celery.
* Billiard is used in and is a dependency for Celery and is maintained
  by the Celery team.