update
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,29 @@
|
||||
Copyright (c) 2006-2008, R Oudkerk and Contributors
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. Neither the name of author nor the names of any contributors may be
|
||||
used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
@@ -0,0 +1,119 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: billiard
|
||||
Version: 4.2.2
|
||||
Summary: Python multiprocessing fork with improvements and bugfixes
|
||||
Home-page: https://github.com/celery/billiard
|
||||
Author: R Oudkerk / Python Software Foundation
|
||||
Author-email: python-dev@python.org
|
||||
Maintainer: Asif Saif Uddin
|
||||
Maintainer-email: auvipy@gmail.com
|
||||
License: BSD
|
||||
Keywords: multiprocessing pool process
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: C
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Topic :: System :: Distributed Computing
|
||||
Requires-Python: >=3.7
|
||||
License-File: LICENSE.txt
|
||||
|
||||
========
|
||||
billiard
|
||||
========
|
||||
|
||||
|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
|
||||
|
||||
:Version: 4.2.2
|
||||
:Web: https://billiard.readthedocs.io
|
||||
:Download: https://pypi.org/project/billiard/
|
||||
:Source: https://github.com/celery/billiard/
|
||||
:DeepWiki: |deepwiki|
|
||||
|
||||
.. |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/
|
||||
|
||||
.. |deepwiki| image:: https://devin.ai/assets/deepwiki-badge.png
|
||||
:alt: Ask http://DeepWiki.com
|
||||
:target: https://deepwiki.com/celery/billiard
|
||||
:width: 125px
|
||||
|
||||
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
|
||||
@@ -0,0 +1,62 @@
|
||||
billiard-4.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
billiard-4.2.2.dist-info/LICENSE.txt,sha256=ZjLlmsq9u77CYoN9RHJKBlMYlJ8ALv0GAtZCcRrjpFc,1483
|
||||
billiard-4.2.2.dist-info/METADATA,sha256=o8gaP0vXZJmkGiltBbMQQNlOfziegDVw_EWuwefqQ_U,4770
|
||||
billiard-4.2.2.dist-info/RECORD,,
|
||||
billiard-4.2.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
||||
billiard-4.2.2.dist-info/top_level.txt,sha256=52Kkdlqn9Np8pbpkTVd_1KZTZLGjupUzhUw8QsW-B-U,9
|
||||
billiard/__init__.py,sha256=ghAXRR6PRg0uZgprsIN8gfYo4b5rU_IUPwsNPUz4eP8,1557
|
||||
billiard/__pycache__/__init__.cpython-312.pyc,,
|
||||
billiard/__pycache__/_ext.cpython-312.pyc,,
|
||||
billiard/__pycache__/_win.cpython-312.pyc,,
|
||||
billiard/__pycache__/common.cpython-312.pyc,,
|
||||
billiard/__pycache__/compat.cpython-312.pyc,,
|
||||
billiard/__pycache__/connection.cpython-312.pyc,,
|
||||
billiard/__pycache__/context.cpython-312.pyc,,
|
||||
billiard/__pycache__/einfo.cpython-312.pyc,,
|
||||
billiard/__pycache__/exceptions.cpython-312.pyc,,
|
||||
billiard/__pycache__/forkserver.cpython-312.pyc,,
|
||||
billiard/__pycache__/heap.cpython-312.pyc,,
|
||||
billiard/__pycache__/managers.cpython-312.pyc,,
|
||||
billiard/__pycache__/pool.cpython-312.pyc,,
|
||||
billiard/__pycache__/popen_fork.cpython-312.pyc,,
|
||||
billiard/__pycache__/popen_forkserver.cpython-312.pyc,,
|
||||
billiard/__pycache__/popen_spawn_posix.cpython-312.pyc,,
|
||||
billiard/__pycache__/popen_spawn_win32.cpython-312.pyc,,
|
||||
billiard/__pycache__/process.cpython-312.pyc,,
|
||||
billiard/__pycache__/queues.cpython-312.pyc,,
|
||||
billiard/__pycache__/reduction.cpython-312.pyc,,
|
||||
billiard/__pycache__/resource_sharer.cpython-312.pyc,,
|
||||
billiard/__pycache__/semaphore_tracker.cpython-312.pyc,,
|
||||
billiard/__pycache__/sharedctypes.cpython-312.pyc,,
|
||||
billiard/__pycache__/spawn.cpython-312.pyc,,
|
||||
billiard/__pycache__/synchronize.cpython-312.pyc,,
|
||||
billiard/__pycache__/util.cpython-312.pyc,,
|
||||
billiard/_ext.py,sha256=ybsKrDCncAVFL8ml4nMNKbvb2no5sap3qHc6_cwUxqE,872
|
||||
billiard/_win.py,sha256=vILzfaBKGhhNjePPfRTdRrVoIygnXyUGtJ4FmBFU4Gw,2919
|
||||
billiard/common.py,sha256=ZA5J7PLCNnIcdj1mqkqb9ows4khKKgjY1I59GeiattI,4140
|
||||
billiard/compat.py,sha256=tEIxHmFgQf2Yl7O0yW4uWtidK4-84bHHUJRK-DfN_CM,8158
|
||||
billiard/connection.py,sha256=DdrB0iAM0zZtjKmr51hv9t4YjsWHafZ5FCbOKs8mkIw,32647
|
||||
billiard/context.py,sha256=QfLpnJwJblvUP_BPRDrbBx9DgKBvH5ZHDDkYr2anw1E,13154
|
||||
billiard/dummy/__init__.py,sha256=MGuxw6dYyU-TokOw2mEizwefj-FxjDwq5tEshuSJ5ng,4633
|
||||
billiard/dummy/__pycache__/__init__.cpython-312.pyc,,
|
||||
billiard/dummy/__pycache__/connection.cpython-312.pyc,,
|
||||
billiard/dummy/connection.py,sha256=UYjJH4smDsj7X0W4uJxvg97z2TxILDL2x5GER4vv4Mw,2907
|
||||
billiard/einfo.py,sha256=V5EHOu46jJuI3cqVVzPnX1JspYfd1uIWaPjke_DJyz4,5112
|
||||
billiard/exceptions.py,sha256=xymsevvXvB5SO-ebmaHBqQPEJfl6EqThM1PlLtGFk3U,1272
|
||||
billiard/forkserver.py,sha256=SPfs8T2uaPtfK_F1ADVNNPZGSUrjeadTf5h6gwKOiPc,8282
|
||||
billiard/heap.py,sha256=YQoNKIELwpQhq7U7XTRKAD5-JVGKgye08O8vbQRdATw,9154
|
||||
billiard/managers.py,sha256=yxeuqrtauo173KJy6SuK3EAfRmSWejBqEi-oJ57ZokI,36757
|
||||
billiard/pool.py,sha256=JZsbr-DRsdKdg-5k7Iym_UP4OaubRB7NSbhNMGaT3og,68829
|
||||
billiard/popen_fork.py,sha256=Kt3n8oEE3J8qb9N28orS7o28Y5bZmBbVe9uU37y-GxQ,2552
|
||||
billiard/popen_forkserver.py,sha256=BLLO5B0P9GQj3i2r-16ulKcRMLy3HYNvw8I129ZcNas,1770
|
||||
billiard/popen_spawn_posix.py,sha256=cnRYqmztgDv2pURFQl1PzgOzR1ThxuUJeG3ksCy7SCQ,1922
|
||||
billiard/popen_spawn_win32.py,sha256=1FH4HYC9ilmkzSEfGqyf6g39qv-zc6cPuM8Z56H51ww,3543
|
||||
billiard/process.py,sha256=FQliOzUtgKWcNG-Yd9lcS9ypv8BtkcH6IM9isfOjVRc,11055
|
||||
billiard/queues.py,sha256=b8Ykkvg9B3c5jhXzImcERxCc-bLfDBtFO8u3Y480l08,12739
|
||||
billiard/reduction.py,sha256=pVr81gei43nJNhfdSuTDevwmZsiY3LXFTZ-G_uGN5Ts,9382
|
||||
billiard/resource_sharer.py,sha256=AKGDzC6ScuX8GdPk9RFEH8MP578_yiJ5Hvy6KTwSIfI,5299
|
||||
billiard/semaphore_tracker.py,sha256=72OU2cxJzc3vDamj1oVI5HL8sWRsRfMCWBxQKUP1c2Y,4846
|
||||
billiard/sharedctypes.py,sha256=6w59LGEa5PAcufoC4DUUq6TjtyR7cqZz9xmBc9GrLZg,6665
|
||||
billiard/spawn.py,sha256=JNdBCCGkQx4wVeTgyiZWMMV-3goL_qJBwtdkkpF5uZ8,11740
|
||||
billiard/synchronize.py,sha256=hmQisAgIePaxIpYR2_4D7Nfa9-EurXpeViT5nyKue0I,12962
|
||||
billiard/util.py,sha256=vSoUk1Nh5_GDKPbmgIZhArgspWlVA2Icso8MrckBbXs,6260
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (75.1.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
billiard
|
||||
Reference in New Issue
Block a user