Pakket: python3-apscheduler (3.11.0-1)
Verwijzigingen voor python3-apscheduler
Debian bronnen:
Het bronpakket apscheduler downloaden:
Beheerder:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-apscheduler gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-tzlocal
- tzinfo object for the local timezone