Celery

Celery is an asynchronous task queue/job queue based on distributed message passing.

Slackware 14 installation

Check installation:

Toggle line numbers
   1 python
   2 Python 2.7.3 (default, Jul  3 2012, 19:58:39) 
   3 [GCC 4.7.1] on linux2
   4 Type "help", "copyright", "credits" or "license" for more information.
   5 >>> import celery
   6 >>> celery.__version__
   7 '3.1.7'
   8 >>>

Python/Celery (last edited 2014-01-08 17:39:12 by bl13-13-184)