All Projects → celery → Billiard

celery / Billiard

Licence: other
Multiprocessing Pool Extensions

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects
python2
120 projects

Projects that are alternatives of or similar to Billiard

funboost
pip install funboost,python全功能分布式函数调度框架,。支持python所有类型的并发模式和全球一切知名消息队列中间件,python函数加速器,框架包罗万象,一统编程思维,兼容50% python编程业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数。旧名字是function_scheduling_distributed_framework
Stars: ✭ 351 (+11.78%)
Mutual labels:  multiprocessing, celery
Crawlertutorial
爬蟲極簡教學(fetch, parse, search, multiprocessing, API)- PTT 為例
Stars: ✭ 282 (-10.19%)
Mutual labels:  multiprocessing
simple-task-queue
asynchronous task queues using python's multiprocessing library
Stars: ✭ 39 (-87.58%)
Mutual labels:  multiprocessing
full-stack-flask-couchdb
Full stack, modern web application generator. Using Flask, CouchDB as database, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 28 (-91.08%)
Mutual labels:  celery
celery.node
Celery task queue client/worker for nodejs
Stars: ✭ 164 (-47.77%)
Mutual labels:  celery
Celery Director
Simple and rapid framework to build workflows with Celery
Stars: ✭ 263 (-16.24%)
Mutual labels:  celery
django-celery-fulldbresult
Django Celery DB Backend that keeps enough info to retry a task.
Stars: ✭ 37 (-88.22%)
Mutual labels:  celery
Letsmapyournetwork
Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
Stars: ✭ 305 (-2.87%)
Mutual labels:  celery
Broccoli
Broccoli - distributed task queues for ESP32 cluster
Stars: ✭ 280 (-10.83%)
Mutual labels:  celery
ansible-roles
Library of Ansible plugins and roles for deploying various services.
Stars: ✭ 14 (-95.54%)
Mutual labels:  celery
celery-priority-tasking
This is a prototype to schedule jobs in the backend based on some priority using Rabbitmq and Celery.
Stars: ✭ 28 (-91.08%)
Mutual labels:  celery
dbmq
Docker-based Message Queuing
Stars: ✭ 39 (-87.58%)
Mutual labels:  celery
Pebble
Multi threading and processing eye-candy.
Stars: ✭ 276 (-12.1%)
Mutual labels:  multiprocessing
MagicPress
Based on the flask of the personal blog, simple and elegant, full-featured, suitable for humans
Stars: ✭ 20 (-93.63%)
Mutual labels:  celery
Clearly
Clearly see and debug your celery cluster in real time!
Stars: ✭ 287 (-8.6%)
Mutual labels:  celery
endurox-go
Application Server for Go (ASG)
Stars: ✭ 32 (-89.81%)
Mutual labels:  multiprocessing
ForcAD
Pure-python distributable Attack-Defence CTF platform, created to be easily set up.
Stars: ✭ 77 (-75.48%)
Mutual labels:  celery
Pypette
Ridiculously simple flow controller for building complex pipelines
Stars: ✭ 258 (-17.83%)
Mutual labels:  multiprocessing
Keras Multiprocess Image Data Generator
Accelerating Deep Learning with Multiprocess Image Augmentation in Keras
Stars: ✭ 310 (-1.27%)
Mutual labels:  multiprocessing
Curl Easy
cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot
Stars: ✭ 297 (-5.41%)
Mutual labels:  multiprocessing

======== billiard

:version: 3.6.3.0

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

.. |build-status-lin| image:: https://secure.travis-ci.org/celery/billiard.png?branch=master :alt: Build status on Linux :target: https://travis-ci.org/celery/billiard

.. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=master :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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].