Simple task scheduling library.
Project description
A simple task scheduling library.
pip install storm.scheduler
Example usage
A simple example would look something like this.
import storm_scheduler
schedule = storm_scheduler.Scheduler()
schedule.task(hello_world).every(3)
schedule.task(my_function).every(5, 'minutes')
schedule.loop()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
storm.scheduler-0.1.2.tar.gz
(6.0 kB
view hashes)