apscheduler 3.6.3-ok2 source package in openKylin

Changelog

apscheduler (3.6.3-ok2) yangtze; urgency=medium

  * Update version.

 -- zhouganqing <email address hidden>  Tue, 16 Aug 2022 09:51:32 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Laszlo Boszormenyi (GCS)
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
apscheduler_3.6.3.orig.tar.gz 92.3 KiB cdf88bfdae78e6e632f08f2998cf22632b9904041925a8d752c2207b1610dd6d
apscheduler_3.6.3-ok2.debian.tar.xz 3.7 KiB 9eca38f5959ee8af538426f4863fad1c6014dfc2ee4ee8c683c96139002bffcc
apscheduler_3.6.3-ok2.dsc 1.8 KiB c195003e92829bf32031c89d77b234c04a97458429dd0c8e8c5a2eb8c2bffa1d

Available diffs

View changes file

Binary packages built by this source

python3-apscheduler: In-process task scheduler with Cron-like capabilities

 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.