Metadata-Version: 1.1
Name: collective.celery
Version: 1.0.2
Summary: Celery for Plone
Home-page: https://github.com/collective/collective.celery
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: .. image:: https://secure.travis-ci.org/collective/collective.celery.png?branch=master
            :target: http://travis-ci.org/collective/collective.celery
            :alt: Travis CI badge
        
        .. image:: https://pypip.in/d/collective.celery/badge.png
            :target: https://pypi.python.org/pypi/collective.celery/
            :alt: Downloads
        
        
        ``collective.celery`` provides the necessary bits to use `Celery <http://celery.readthedocs.org/en/latest/>`_ within `Plone <http://plone.org/>`_.
        
        Much of the code here is based off of David Glick's gists, Asko's work and `pyramid_celery <https://pypi.python.org/pypi/pyramid_celery/>`_.
        
        
        Changelog
        =========
        
        1.0.2 (2016-05-03)
        ------------------
        
        New:
        
        - nothing yet
        
        Fixes:
        
        - More test fixes. Provide setApp method to use in test setup
          [vangheem]
        
        1.0.1 (2016-02-12)
        ------------------
        
        New:
        
        - nothing yet
        
        Fixes:
        
        - Fix use of CELERY_ALWAYS_EAGER so this package can be include in tests without
          too many gymnastics
          [vangheem]
        
        1.0 (2015-12-09)
        ----------------
        
        New:
        
        - be able to schedule task outside of transaction management
          [vangheem]
        
        - be able to specify entry points for module tasks
          [vangheem]
        
        
        1.0a5 (2015-03-11)
        ------------------
        
        - Add options argument to pass more options to apply_async (e.a: countdown eta etc.)
        
        
        1.0a4 (2015-03-04)
        ------------------
        
        - use unrestrictedTraverse when deserializing parameters
        - Fix documentation
        
        1.0a2 (2015-03-03)
        ------------------
        
        - Initial release
        
Keywords: celery async plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
