PKG-INFO 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Metadata-Version: 1.2
  2. Name: billiard
  3. Version: 3.5.0.5
  4. Summary: Python multiprocessing fork with improvements and bugfixes
  5. Home-page: https://github.com/celery/billiard
  6. Author: R Oudkerk / Python Software Foundation
  7. Author-email: python-dev@python.org
  8. Maintainer: Ask Solem
  9. Maintainer-email: ask@celeryproject.org
  10. License: BSD
  11. Description: ========
  12. billiard
  13. ========
  14. :version: 3.5.0.4
  15. |build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
  16. .. |build-status-lin| image:: https://secure.travis-ci.org/celery/billiard.png?branch=master
  17. :alt: Build status on Linux
  18. :target: https://travis-ci.org/celery/billiard
  19. .. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=master
  20. :alt: Build status on Windows
  21. :target: https://ci.appveyor.com/project/ask/billiard
  22. .. |license| image:: https://img.shields.io/pypi/l/billiard.svg
  23. :alt: BSD License
  24. :target: https://opensource.org/licenses/BSD-3-Clause
  25. .. |wheel| image:: https://img.shields.io/pypi/wheel/billiard.svg
  26. :alt: Billiard can be installed via wheel
  27. :target: https://pypi.org/project/billiard/
  28. .. |pyversion| image:: https://img.shields.io/pypi/pyversions/billiard.svg
  29. :alt: Supported Python versions.
  30. :target: https://pypi.org/project/billiard/
  31. .. |pyimp| image:: https://img.shields.io/pypi/implementation/billiard.svg
  32. :alt: Support Python implementations.
  33. :target: https://pypi.org/project/billiard/
  34. About
  35. -----
  36. `billiard` is a fork of the Python 2.7 `multiprocessing <https://docs.python.org/library/multiprocessing.html>`_
  37. package. The multiprocessing package itself is a renamed and updated version of
  38. R Oudkerk's `pyprocessing <https://pypi.org/project/processing/>`_ package.
  39. This standalone variant draws its fixes/improvements from python-trunk and provides
  40. additional bug fixes and improvements.
  41. - This package would not be possible if not for the contributions of not only
  42. the current maintainers but all of the contributors to the original pyprocessing
  43. package listed `here <http://pyprocessing.berlios.de/doc/THANKS.html>`_
  44. - Also it is a fork of the multiprocessing backport package by Christian Heims.
  45. - It includes the no-execv patch contributed by R. Oudkerk.
  46. - And the Pool improvements previously located in `Celery`_.
  47. - Billiard is used in and is a dependency for `Celery`_ and is maintained by the
  48. Celery team.
  49. .. _`Celery`: http://celeryproject.org
  50. Bug reporting
  51. -------------
  52. Please report bugs related to multiprocessing at the
  53. `Python bug tracker <https://bugs.python.org/>`_. Issues related to billiard
  54. should be reported at https://github.com/celery/billiard/issues.
  55. Keywords: multiprocessing pool process
  56. Platform: UNKNOWN
  57. Classifier: Development Status :: 5 - Production/Stable
  58. Classifier: Intended Audience :: Developers
  59. Classifier: Programming Language :: Python
  60. Classifier: Programming Language :: C
  61. Classifier: Programming Language :: Python :: 2
  62. Classifier: Programming Language :: Python :: 2.7
  63. Classifier: Programming Language :: Python :: 3
  64. Classifier: Programming Language :: Python :: 3.4
  65. Classifier: Programming Language :: Python :: 3.5
  66. Classifier: Programming Language :: Python :: 3.6
  67. Classifier: Programming Language :: Python :: Implementation :: CPython
  68. Classifier: Programming Language :: Python :: Implementation :: Jython
  69. Classifier: Programming Language :: Python :: Implementation :: PyPy
  70. Classifier: Operating System :: Microsoft :: Windows
  71. Classifier: Operating System :: POSIX
  72. Classifier: License :: OSI Approved :: BSD License
  73. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  74. Classifier: Topic :: System :: Distributed Computing