apscheduler 3.6.3-1 source package in Ubuntu

Changelog

apscheduler (3.6.3-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.4.1 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 24 Nov 2019 15:51:12 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apscheduler_3.6.3-1.dsc 2.0 KiB 64ba1e4bb57194428393beae2b50ef037af9a8609cfd1fb7c405053258ec8239
apscheduler_3.6.3.orig.tar.gz 92.3 KiB cdf88bfdae78e6e632f08f2998cf22632b9904041925a8d752c2207b1610dd6d
apscheduler_3.6.3-1.debian.tar.xz 4.4 KiB 701504668b88ad162d528cefc88963eade0040cfd9020947c3ea4ab8c3a7b1b3

Available diffs

No changes file available.

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.