File: control

package info (click to toggle)
python-cliapp 1.20180812.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 392 kB
  • sloc: python: 3,172; makefile: 5; sh: 5
file content (25 lines) | stat: -rw-r--r-- 868 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
Source: python-cliapp
Maintainer: Debian QA Group <packages@qa.debian.org> 
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
    dh-python,
    python3-all (>= 3.4~),
    python3-coverage-test-runner,
    pycodestyle,
    python3-yaml,
    python3-xdg

Package: python3-cliapp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3 (>= 3.4), python3-yaml
Breaks: python-cliapp (<< 1.20170827-1)
Replaces: python-cliapp (<< 1.20170827-1)
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/