Source: python-wilderness Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Louis-Philippe VĂ©ronneau Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/python-team/packages/python-wilderness.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wilderness Homepage: https://github.com/spl0k/supysonic Package: python3-wilderness Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Description: Light wrapper around argparse for creating command line applications Wilderness is a light wrapper around argparse for creating command line applications with multiple subcommands, in the style of Git. Wilderness also makes it easy to generate man pages for your application. . Wilderness is heavily inspired by Cleo and argparse-manpage, but aims to stick as closely as possible to argparse to avoid users having to learn a new API.