Source: python-click Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Team , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-doc , python3-colorama, python3-docutils, python3-pallets-sphinx-themes (>= 2.0.1) , python3-pytest , python3-requests, python3-setuptools, python3-sphinx , python3-sphinx-issues , python3-sphinx-tabs , python3-sphinxcontrib-log-cabinet , Standards-Version: 4.6.2.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-click Vcs-Git: https://salsa.debian.org/python-team/packages/python-click.git Homepage: https://github.com/pallets/click Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Package: python3-click Architecture: all Depends: python3-colorama, ${misc:Depends}, ${python3:Depends}, Breaks: python3-click-threading (<< 0.5.0), Description: Wrapper around optparse for command line utilities - Python 3.x Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This is the Python 3 compatible package. Package: python-click-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: Wrapper around optparse for command line utilities - documentation Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This package contains the documentation for Click.