Documentation for pulsar 0.5.1. For development docs, go here.
A concurrent framework for Python. Concurrent here stands for asynchronous and parallel execution. Tested in Windows and Linux, it requires python 2.6 up to python 3.3 in a single code base.
Pulsar application framework is built on top of pulsar concurrent framework. It is designed to facilitate the development of both server-side applications such as web servers, task queues as well as asynchronous clients. To write a new server-side application, you subclass pulsar.apps.Application or any of the shipped applications listed below, and implement some of the callbacks available.
Currently, pulsar is shipped with the following applications which can be found in the pulsar.apps module: