Package Info

python-APScheduler


In-process task scheduler with Cron-like capabilities


Unspecified

Advanced Python Scheduler (APScheduler) is an in-process task scheduler that lets you schedule jobs (functions or any python callables) to be executed at any time of your choosing.

This can be an alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral and can access the application's variables and functions.

APscheduler provides multiple job stores.

  • Configurable scheduling mechanisms (triggers):
    • Cron-like scheduling
    • Delayed scheduling of single run jobs (like the UNIX "at" command)
    • Interval-based (run a job at specified time intervals)
  • Multiple, simultaneously active job stores:
    • RAM
    • File-based simple database (shelve)
    • SQLAlchemy (any supported RDBMS works)
    • MongoDB

License: MIT
URL: https://github.com/agronholm/apscheduler

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
3.6.3-bp155.2.9 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python3-APScheduler
3.6.3-bp154.1.22 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python3-APScheduler
3.6.3-bp153.1.21 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-APScheduler
  • python3-APScheduler
3.6.3-bp152.2.8 info GA Release 2020-04-17 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-APScheduler
  • python3-APScheduler
3.3.1-bp151.3.2 info GA Release 2019-07-17 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-APScheduler
  • python3-APScheduler
3.3.1-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-APScheduler
  • python3-APScheduler