Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install pyramid-celery

How to install pyramid_celery

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pyramid-celery
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2
1.3Never BuiltWhy not?
1.2 Available View build log
Windows (64-bit)
1.2
1.3Never BuiltWhy not?
1.2 Available View build log
Mac OS X (10.5+)
1.2
1.3Never BuiltWhy not?
1.2 Available View build log
Linux (32-bit)
1.2.1
1.3Never BuiltWhy not?
1.2.1 Available View build log
1.2 Available View build log
Linux (64-bit)
1.3 Available View build log
1.2.1 Available View build log
1.2 Available View build log
 
Author
License
BSD
Dependencies
Lastest release
version 1.3 on Jan 9th, 2014

Getting Started

Include pyramid_celery either by setting your includes in your .ini, or by calling config.include('pyramid_celery').

``` python

System Message: WARNING/2 (<string>, line 6); backlink

Inline literal start-string without end-string.

pyramid.includes = pyramid_celery

System Message: WARNING/2 (<string>, line 8)

Definition list ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 8); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 8); backlink

Inline interpreted text or phrase reference start-string without end-string.

Now you can either use class based:

``` python from celery.task import task from celery.task import Task

System Message: WARNING/2 (<string>, line 12); backlink

Inline literal start-string without end-string.

@task class AddTask(Task):

System Message: ERROR/3 (<string>, line 18)

Unexpected indentation.
def run(self, x, y):
print x+y

System Message: WARNING/2 (<string>, line 20)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 20); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 20); backlink

Inline interpreted text or phrase reference start-string without end-string.

or decorator based:

``` python from celery.task import task

System Message: WARNING/2 (<string>, line 24); backlink

Inline literal start-string without end-string.

@task def add(x, y):

System Message: ERROR/3 (<string>, line 29)

Unexpected indentation.
print x+y

System Message: WARNING/2 (<string>, line 30)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 30); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 30); backlink

Inline interpreted text or phrase reference start-string without end-string.

Configuration

All standard celery configuration options will work. Check out http://ask.github.com/celery/configuration.html

Demo

To see it all in action check out pyramid_celery_demo, run rabbitmq-server and then do:

` python $ python setup.py develop $ populate_pyramid_celery_demo ./development.ini $ pserve ./development.ini $ pceleryd ./development.ini `

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.