Metadata-Version: 1.1
Name: celery-batches
Version: 0.2
Summary: Experimental task class that buffers messages and processes them as a list.
Home-page: https://github.com/percipient/celery-batches
Author: Percipient Networks
Author-email: support@strongarm.io
License: BSD
Description: Celery Batches
        ==============
        
        Celery Batches provides a ``Task`` class that allows processing of multiple
        Celery task calls together as a list. The buffer of tasks calls is flushed on a
        timer and based on the number of queued tasks.
        
        History
        =======
        
        Celery Batches was part of Celery (as ``celery.contrib.batches``) until Celery
        4.0. This is repository includes that history. The Batches code has been updated
        to maintain compatible with newer versions of Celery and other fixes. See the
        Changelog for details.
        
Keywords: task job queue distributed messaging actor
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
