billiard


Namebilliard JSON
Version 4.2.0 PyPI version JSON
download
home_pagehttps://github.com/celery/billiard
SummaryPython multiprocessing fork with improvements and bugfixes
upload_time2023-11-06 05:23:38
maintainerAsif Saif Uddin
docs_urlNone
authorR Oudkerk / Python Software Foundation
requires_python>=3.7
licenseBSD
keywords multiprocessing pool process
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
billiard
========
:version: 4.2.0

|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|

.. |build-status-lin| image:: https://github.com/celery/billiard/actions/workflows/ci.yaml/badge.svg
    :alt: Build status on Linux
    :target: https://github.com/celery/billiard/actions/workflows/ci.yaml

.. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=main
    :alt: Build status on Windows
    :target: https://ci.appveyor.com/project/ask/billiard

.. |license| image:: https://img.shields.io/pypi/l/billiard.svg
    :alt: BSD License
    :target: https://opensource.org/licenses/BSD-3-Clause

.. |wheel| image:: https://img.shields.io/pypi/wheel/billiard.svg
    :alt: Billiard can be installed via wheel
    :target: https://pypi.org/project/billiard/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/billiard.svg
    :alt: Supported Python versions.
    :target: https://pypi.org/project/billiard/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/billiard.svg
    :alt: Support Python implementations.
    :target: https://pypi.org/project/billiard/

About
-----

``billiard`` is a fork of the Python 2.7 `multiprocessing <https://docs.python.org/library/multiprocessing.html>`_
package. The multiprocessing package itself is a renamed and updated version of
R Oudkerk's `pyprocessing <https://pypi.org/project/processing/>`_ 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 <http://pyprocessing.berlios.de/doc/THANKS.html>`_.

- 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.

.. _`Celery`: http://celeryproject.org

Documentation
-------------

The documentation for ``billiard`` is available on `Read the Docs <https://billiard.readthedocs.io>`_.

Bug reporting
-------------

Please report bugs related to multiprocessing at the
`Python bug tracker <https://bugs.python.org/>`_. Issues related to billiard
should be reported at https://github.com/celery/billiard/issues.

billiard is part of the Tidelift Subscription
---------------------------------------------

The maintainers of ``billiard`` and thousands of other packages are working
with Tidelift to deliver commercial support and maintenance for the open source
dependencies you use to build your applications. Save time, reduce risk, and
improve code health, while paying the maintainers of the exact dependencies you
use. `Learn more`_.

.. _`Learn more`: https://tidelift.com/subscription/pkg/pypi-billiard?utm_source=pypi-billiard&utm_medium=referral&utm_campaign=readme&utm_term=repo



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/celery/billiard",
    "name": "billiard",
    "maintainer": "Asif Saif Uddin",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "auvipy@gmail.com",
    "keywords": "multiprocessing pool process",
    "author": "R Oudkerk / Python Software Foundation",
    "author_email": "python-dev@python.org",
    "download_url": "https://files.pythonhosted.org/packages/09/52/f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a/billiard-4.2.0.tar.gz",
    "platform": null,
    "description": "========\nbilliard\n========\n:version: 4.2.0\n\n|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|\n\n.. |build-status-lin| image:: https://github.com/celery/billiard/actions/workflows/ci.yaml/badge.svg\n    :alt: Build status on Linux\n    :target: https://github.com/celery/billiard/actions/workflows/ci.yaml\n\n.. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=main\n    :alt: Build status on Windows\n    :target: https://ci.appveyor.com/project/ask/billiard\n\n.. |license| image:: https://img.shields.io/pypi/l/billiard.svg\n    :alt: BSD License\n    :target: https://opensource.org/licenses/BSD-3-Clause\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/billiard.svg\n    :alt: Billiard can be installed via wheel\n    :target: https://pypi.org/project/billiard/\n\n.. |pyversion| image:: https://img.shields.io/pypi/pyversions/billiard.svg\n    :alt: Supported Python versions.\n    :target: https://pypi.org/project/billiard/\n\n.. |pyimp| image:: https://img.shields.io/pypi/implementation/billiard.svg\n    :alt: Support Python implementations.\n    :target: https://pypi.org/project/billiard/\n\nAbout\n-----\n\n``billiard`` is a fork of the Python 2.7 `multiprocessing <https://docs.python.org/library/multiprocessing.html>`_\npackage. The multiprocessing package itself is a renamed and updated version of\nR Oudkerk's `pyprocessing <https://pypi.org/project/processing/>`_ package.\nThis standalone variant draws its fixes/improvements from python-trunk and provides\nadditional bug fixes and improvements.\n\n- This package would not be possible if not for the contributions of not only\n  the current maintainers but all of the contributors to the original pyprocessing\n  package listed `here <http://pyprocessing.berlios.de/doc/THANKS.html>`_.\n\n- Also, it is a fork of the multiprocessing backport package by Christian Heims.\n\n- It includes the no-execv patch contributed by R. Oudkerk.\n\n- And the Pool improvements previously located in `Celery`_.\n\n- Billiard is used in and is a dependency for `Celery`_ and is maintained by the\n  Celery team.\n\n.. _`Celery`: http://celeryproject.org\n\nDocumentation\n-------------\n\nThe documentation for ``billiard`` is available on `Read the Docs <https://billiard.readthedocs.io>`_.\n\nBug reporting\n-------------\n\nPlease report bugs related to multiprocessing at the\n`Python bug tracker <https://bugs.python.org/>`_. Issues related to billiard\nshould be reported at https://github.com/celery/billiard/issues.\n\nbilliard is part of the Tidelift Subscription\n---------------------------------------------\n\nThe maintainers of ``billiard`` and thousands of other packages are working\nwith Tidelift to deliver commercial support and maintenance for the open source\ndependencies you use to build your applications. Save time, reduce risk, and\nimprove code health, while paying the maintainers of the exact dependencies you\nuse. `Learn more`_.\n\n.. _`Learn more`: https://tidelift.com/subscription/pkg/pypi-billiard?utm_source=pypi-billiard&utm_medium=referral&utm_campaign=readme&utm_term=repo\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Python multiprocessing fork with improvements and bugfixes",
    "version": "4.2.0",
    "project_urls": {
        "Homepage": "https://github.com/celery/billiard"
    },
    "split_keywords": [
        "multiprocessing",
        "pool",
        "process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "508d6e9fdeeab04d803abc5a715175f87e88893934d5590595eacff23ca12b07",
                "md5": "01a043426d0ed302231cb11ef99209db",
                "sha256": "07aa978b308f334ff8282bd4a746e681b3513db5c9a514cbdd810cbbdc19714d"
            },
            "downloads": -1,
            "filename": "billiard-4.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01a043426d0ed302231cb11ef99209db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 86720,
            "upload_time": "2023-11-06T05:23:29",
            "upload_time_iso_8601": "2023-11-06T05:23:29.122054Z",
            "url": "https://files.pythonhosted.org/packages/50/8d/6e9fdeeab04d803abc5a715175f87e88893934d5590595eacff23ca12b07/billiard-4.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0952f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a",
                "md5": "93b1679438c5d24d170ed70ee03cdd53",
                "sha256": "9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c"
            },
            "downloads": -1,
            "filename": "billiard-4.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "93b1679438c5d24d170ed70ee03cdd53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 154665,
            "upload_time": "2023-11-06T05:23:38",
            "upload_time_iso_8601": "2023-11-06T05:23:38.562961Z",
            "url": "https://files.pythonhosted.org/packages/09/52/f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a/billiard-4.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 05:23:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "celery",
    "github_project": "billiard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "billiard"
}
        
Elapsed time: 0.22499s