File: control

package info (click to toggle)
python-crontab 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 356 kB
  • ctags: 494
  • sloc: python: 1,520; makefile: 8; sh: 8
file content (49 lines) | stat: -rw-r--r-- 1,792 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: python-crontab
Maintainer: Jordan Metzmeier <jmetzmeier01@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-croniter,
               python-setuptools (>= 0.6b3),
               python3-all (>= 3.3),
               python3-croniter,
               python3-dateutil
Standards-Version: 3.9.5
Homepage: https://launchpad.net/python-crontab
Vcs-Browser: https://github.com/jmetzmeier/python-crontab-debian
Vcs-Git: https://github.com/jmetzmeier/python-crontab-debian.git
X-Python3-Version: >= 3.3
X-Python-Version: >= 2.6
XS-Testsuite: autopkgtest

Package: python-crontab
Architecture: all
Depends: python-croniter, python-dateutil, ${misc:Depends}, ${python:Depends}
Description: Python module for reading and writing crontab files
 python-crontab is a Python module for reading and writing crontab files
 and accessing the system crontabs automatically and simply using a direct
 API. This package includes the module for python2.
 .
 Features include:
 .
  - Displaying and modifying system and user crontab files
  - Adding comments to be displayed with jobs
  - Validating jobs
  - Searching for jobs

Package: python3-crontab
Architecture: all
Depends: python3-croniter, python3-dateutil, ${misc:Depends}, ${python3:Depends}
Description: Python3 module for reading and writing crontab files
 python-crontab is a Python module for reading and writing crontab files
 and accessing the system crontabs automatically and simply using a direct
 API. This package includes the module for python3.
 .
 Features include:
 .
  - Displaying and modifying system and user crontab files
  - Adding comments to be displayed with jobs
  - Validating jobs
  - Searching for jobs