File: control

package info (click to toggle)
argparse-manpage 4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 2,755; makefile: 47; sh: 18
file content (22 lines) | stat: -rw-r--r-- 807 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
Source: argparse-manpage
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-six,
Standards-Version: 4.6.1
Homepage: https://github.com/praiskup/argparse-manpage
Vcs-Git: https://salsa.debian.org/freeipa-team/argparse-manpage.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/argparse-manpage

Package: python3-argparse-manpage
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Automatically build a manpage from argparse
 Generate a manual page in an automatic way from an ArgumentParser object,
 so that the manpage matches to the automatically generated --help output.