File: control

package info (click to toggle)
apscheduler 3.11.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: python: 7,210; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: apscheduler
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools, python3-setuptools-scm,
 python3-tzlocal, python3-pytest,
 python3-bson,
 python3-gevent,
 python3-kazoo,
 python3-pymongo,
 python3-redis,
 python3-tornado,
 python3-twisted,
 python3-sqlalchemy,
 python3-pyqt5,
 python3-tz <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/agronholm/apscheduler
Rules-Requires-Root: no

Package: python3-apscheduler
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.