summaryrefslogtreecommitdiff
path: root/debian/control
blob: d28b36ab4d16125571424e36467b0c37bee4db59 (plain)
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
Source: python-cliapp
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
    python-all (>= 2.7~),
    python3-all (>= 3.5~),
    python-coverage-test-runner,
    python3-coverage-test-runner,
    pep8,
    python-yaml,
    python3-yaml,
    python-xdg,
    python3-xdg

Package: python-cliapp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-yaml
Suggests: python-xdg
Description: Python framework for Unix command line programs
 cliapp makes it easier to write typical Unix command line programs,
 by taking care of the common tasks they need to do, such as
 parsing the command line, reading configuration files, setting
 up logging, iterating over lines of input files, and so on.
Homepage: http://liw.fi/cliapp/

Package: python3-cliapp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3 (>= 3.5), python3-yaml
Suggests: python3-xdg
Description: Python framework for Unix command line programs
 cliapp makes it easier to write typical Unix command line programs,
 by taking care of the common tasks they need to do, such as
 parsing the command line, reading configuration files, setting
 up logging, iterating over lines of input files, and so on.
Homepage: http://liw.fi/cliapp/