<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>twistedschedule</name>
<shortdesc>A scheduling plugin for twisted</shortdesc>
<description>============
 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.

http://en.wikipedia.org/wiki/Cron

=======
 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.</description>
<homepage rdf:resource="http://code.google.com/p/twistedcronservice" />
<maintainer><foaf:Person><foaf:name>Benjamin Liles (Texas A&amp;M University)</foaf:name>
<foaf:mbox_sha1sum>e55e1b276c9eced1140db40a4a44f5087d091cc9</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0b1</revision></Version></release>
</Project></rdf:RDF>