[ buster ]
[ 源代码: apscheduler ]
软件包:python-apscheduler(3.5.3-1)
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 2 module.
其他与 python-apscheduler 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-six (>= 1.4.0)
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-tz
- Python version of the Olson timezone database
-
- dep: python-tzlocal
- tzinfo object for the local timezone