文件名称:apscheduler:https 上原始 apscheduler 的克隆
文件大小:111KB
文件格式:ZIP
更新时间:2024-07-17 01:35:36
Python
Advanced Python Scheduler (APScheduler) 是一个 Python 库,可让您安排 Python 代码稍后执行,可以只执行一次,也可以定期执行。 您可以随意添加新工作或删除旧工作。 如果您将作业存储在数据库中,它们也将在调度程序重新启动后幸存下来并保持其状态。 当调度程序重新启动时,它将运行它在离线时应该运行的所有作业 。 除此之外,APScheduler 可以用作跨平台、特定于应用程序的平台特定调度程序的替代品,例如 cron 守护程序或 Windows 任务调度程序。 但是请注意,APScheduler 本身不是守护程序或服务,也不附带任何命令行工具。 它主要用于在现有应用程序中运行。 也就是说,APScheduler 确实为您提供了一些构建块来构建调度程序服务或运行专用调度程序进程。 APScheduler 具有三个可以使用的内置调度系统: C
【文件预览】:
apscheduler-master
----MANIFEST.in(134B)
----README.rst(3KB)
----apscheduler()
--------triggers()
--------schedulers()
--------events.py(3KB)
--------job.py(10KB)
--------jobstores()
--------executors()
--------util.py(13KB)
--------__init__.py(107B)
----docs()
--------migration.rst(5KB)
--------conf.py(6KB)
--------versionhistory.rst(6KB)
--------extending.rst(6KB)
--------index.rst(321B)
--------contributing.rst(3KB)
--------userguide.rst(17KB)
--------modules()
----tests()
--------test_job.py(9KB)
--------conftest.py(3KB)
--------test_executors.py(4KB)
--------__init__.py(0B)
--------test_util.py(12KB)
--------test_triggers.py(15KB)
--------test_schedulers.py(43KB)
--------test_expressions.py(5KB)
--------test_jobstores.py(11KB)
----tox.ini(776B)
----setup.cfg(380B)
----examples()
--------misc()
--------schedulers()
--------jobstores()
--------executors()
----setup.py(3KB)
----.gitignore(113B)
----LICENSE.txt(1KB)