pytasks
task-oriented execution for Python
The tasks module is intended for use in programs that perform actions in sequence. A common example of this is an installer or setup utility. The tasks module makes it very easy to assemble a set of tasks to run and execute each in turn while tracking state changes for each task.
Tasks are represented by task objects. The tasks module defines several classes whose instances represent various types of tasks with differing behavior.
Development Code
pytasks utilizes a launchpad-hosted bzr repository. bzr is a distributed version-control system. To checkout the most recent development code, type this:
$ bzr branch https://launchpad.net/pytasks
Ubuntu Packages
Installable packages for Ubuntu are available from my PPA (Personal Package Archive) on launchpad.
Documentation
- pytasks 0.6.0
- pytasks 0.5.1
- pytasks 0.5.0
- pytasks 0.4.0
- pytasks 0.3.1
- pytasks 0.3.0
- pytasks 0.2.0
- pytasks 0.1.1
- pytasks 0.1.0
Downloads
- pytasks 0.6.0
- pytasks 0.5.1
- pytasks 0.5.0
- pytasks 0.4.1
- pytasks 0.4.0
- pytasks 0.3.1
- pytasks 0.3.0
- pytasks 0.2.0
- pytasks 0.1.1
- pytasks 0.1.0
