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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: crazy-complete
Maintainer: Nicolas Peugnet <nicolas@club1.fr>
Section: devel
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-shell-completions,
bash-completion <!nocheck>,
fish <!nocheck>,
python3-all,
python3-argparse-manpage <!nodoc>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-yaml,
tmux <!nocheck>,
zsh <!nocheck>
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.3
Homepage: https://github.com/crazy-complete/crazy-complete
Vcs-Git: https://salsa.debian.org/debian/crazy-complete.git
Vcs-Browser: https://salsa.debian.org/debian/crazy-complete
Package: crazy-complete
Architecture: all
Depends:
python3-yaml,
${misc:Depends},
${python3:Depends}
Suggests:
crazy-complete-doc
Description: Generate shell completion files for all major shells
crazy-complete is a tool that generates shell completion scripts, based
on a description of the command line interface. It supports many input
formats, including YAML and JSON, but can also use the --help output of
a command, or even directly the content of a Python script if it uses
argparse.
.
Its output also supports multiple shells, including Bash, Fish and Zsh.
The generated scripts are standalone, focus on robustness and do not
depend on modified environment.
Package: crazy-complete-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Built-Using:
${sphinxdoc:Built-Using}
Description: Generate shell completion files for all major shells - documentation
crazy-complete is a tool that generates shell completion scripts, based
on a description of the command line interface. It supports many input
formats, including YAML and JSON, but can also use the --help output of
a command, or even directly the content of a Python script if it uses
argparse.
.
Its output also supports multiple shells, including Bash, Fish and Zsh.
The generated scripts are standalone, focus on robustness and do not
depend on modified environment.
.
This package contains the HTML documentation of crazy-complete.
|