Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page