[ 原始碼: apscheduler ]
套件:python3-apscheduler(3.9.1-2)
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.
其他與 python3-apscheduler 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-funcsigs
- function signatures from PEP362 - Python 3.x
- 或者 python3 (>> 3.5)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-six (>= 1.4.0)
- Python 2 and 3 compatibility library
-
- dep: python3-tz
- Python3 version of the Olson timezone database
-
- dep: python3-tzlocal
- tzinfo object for the local timezone