twistedschedule 1.0b1
A scheduling plugin for twisted
Motivation
Twisted provides excellent support for creating delayed calls and looping calls, but when a daemon runs for extended periods of time, it is often necessary to schedule tasks to run in a manner that would be more easily described by a schedule instead of a number of seconds delay. The twistedschedule module provides an interface for describing a schedule and a single implementation, a subset of the cron schedules from linux/Unix. In order to use these schedules, a ScheduledCall class has been created that acts like the twisted.internet.task.LoopingCall class. In the future, an extension of the twisted.application.internet.TimerService may be provided that would use the ScheduledCall instead of LoopingCall to provide a similar service.
Cron
The cron syntax used follows the crontab syntax listed on the Wikipedia page with the exceptions of the names of the days of the week which is not supported and the shortcuts which are also not supported.
1.0b1
- twistedschedule.task.ScheduledCall completed
- twistedschedule.cron.CronSchedule completed
- unittests added for twistedschedule.task.ScheduledCall
- unittests added for twistedschedule.cron
0.1
Planning phase. A few different ideas were tested before deciding upon the current implementation.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| twistedschedule-1.0b1.tar.gz (md5) | Source | 2008-12-10 03:03:42 | 10KB | 238 | |
- Author: Benjamin Liles (Texas A&M University) <bliles at library tamu edu>
- Home Page: http://code.google.com/p/twistedcronservice
- Keywords: twisted python scheduling cron
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Framework :: Twisted
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Application Frameworks
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: benliles
- DOAP record: twistedschedule-1.0b1.xml
Log in to rate this package.
