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
|
Source: python-docopt-ng
Section: python
Priority: optional
Maintainer: Hugh McMaster <hmc@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-pdm-backend
Standards-Version: 4.6.2
Homepage: https://github.com/jazzband/docopt-ng
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/hmc/docopt-ng.git
Vcs-Browser: https://salsa.debian.org/hmc/docopt-ng
Package: python3-docopt-ng
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: command-line argument parser (Python 3)
docopt-ng is a fork of the original docopt, which helps users
create beautiful command-line interfaces.
.
docopt-ng parses a command-line string and ensures that all options,
arguments and commands match the usage patterns and option descriptions
specified in the Python program's docstring.
.
Developers can define valid usage patterns, option descriptions, arguments
and commands using patterns and syntax familiar to users of command-line
programs.
.
This is the Python 3-compatible version of the package.
|