apscheduler 3.9.1-ok1 source package in openKylin

Changelog

apscheduler (3.9.1-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 16:30:28 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apscheduler_3.9.1.orig.tar.gz 93.9 KiB d9775fa02b653e283e7a33907e7bc4000854e34414c2239edb1892ded8980bb4
apscheduler_3.9.1-ok1.debian.tar.xz 2.8 KiB 3ed777da1435bbb888aeb6468e4e5321cf92fcfe8879e60fca748e6a1df8e626
apscheduler_3.9.1-ok1.dsc 1.9 KiB f070fa9384e4531ace22f796a089568b129537a0da4ce3ce87591a05f8109c9d

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.