apscheduler 3.6.3-ok1 source package in openKylin
Changelog
apscheduler (3.6.3-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
apscheduler (3.6.3-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
apscheduler_3.6.3.orig.tar.gz | 92.3 KiB | cdf88bfdae78e6e632f08f2998cf22632b9904041925a8d752c2207b1610dd6d |
apscheduler_3.6.3-ok1.debian.tar.xz | 3.6 KiB | 5fb986b266a0640c6c7f292119b83dd0b74ce68bf157eb0f87138b2366563529 |
apscheduler_3.6.3-ok1.dsc | 1.8 KiB | 57a7211c8d617e359384adc0d21ea231b29534e1b161a44f898dabb02b4218c8 |
The Advanced Python Scheduler (APScheduler) is a light but powerful in-process
task scheduler that lets you schedule jobs (functions or any Python callables)
to be executed at times of your choosing.
.
This can be a far better alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can directly access your application's variables and functions.
.
This package contains the Python 3 module.