Source: commando
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-fswrap,
 python3-markdown,
 python3-mock,
 python3-nose,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.6.1
Homepage: https://github.com/hyde/commando
Vcs-Git: https://salsa.debian.org/debian/commando.git
Vcs-Browser: https://salsa.debian.org/debian/commando

Package: python3-commando
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: wrapper for argparse to define declaratively (Python 3)
 A simple wrapper for `argparse` that allows commands and arguments to be
 defined declaratively using decorators. Note that this does not support all
 the features of `argparse` yet.
 .
 This package is for Python 3.
