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 details)
File details
Details for the file storm.scheduler-0.1.2.tar.gz
.
File metadata
- Download URL: storm.scheduler-0.1.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91b818f9cafe8173bac3e95dc79a9975cd4ef869352815e1ff4e8f30e09fcf3a |
|
MD5 | 40fbce37b73c47b08e13a8d6667a2d15 |
|
BLAKE2b-256 | baec1c6f9477c1a6aa598dda578dad55527b5ca57388605f857febc7d0db038d |