Debian NEW package overview for python-click-shell
python-click-shell_2.1-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 24 Sep 2025 12:21:34 +0000
Source:python-click-shell
Binary:python3-click-shell
Architecture:source all
Version:2.1-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Edward Betts <edward@4angle.com>
Description:
python3-click-shell - Interactive shell mode with command completion for command-line a
Closes:1116218
Changes:
python-click-shell (2.1-1) unstable; urgency=medium

  * Initial release. (Closes: #1116218)
Files:
953372e984ae8a5b59f59227448bc18c 2214 python optional python-click-shell_2.1-1.dsc
3cbb0487fd6dea127be2d9801ccfa5c7 34304 python optional python-click-shell_2.1.orig.tar.gz
185836903b1a5cc5080663d987981d37 2420 python optional python-click-shell_2.1-1.debian.tar.xz
2dba81d923a2a8892179bec518b29fbb 6924 python optional python-click-shell_2.1-1_amd64.buildinfo
65052ef7898ab4f154d42f6e4a8e14a6 8976 python optional python3-click-shell_2.1-1_all.deb
python-click-shell_2.1-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-click-shell
Binary:python3-click-shell
Architecture:all
Version:2.1-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Edward Betts <edward@4angle.com>,
Homepage:https://github.com/clarkperkins/click-shell
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-click-shell
Vcs-Git:https://salsa.debian.org/python-team/packages/python-click-shell.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools
Build-Depends-Indep:python3-pytest<!nocheck>, python3-pytest-click<!nocheck>
Package-List:python3-click-shell deb python optional arch=all
Files:
3cbb0487fd6dea127be2d9801ccfa5c7 34304 python-click-shell_2.1.orig.tar.gz
185836903b1a5cc5080663d987981d37 2420 python-click-shell_2.1-1.debian.tar.xz
lintian 2.116.3+deb12u1 check for python-click-shell_2.1-1.dsc (click to toggle)
README.source for python-click-shell_2.1-1.dsc (click to toggle)
No README.source in this package
control file for python3-click-shell_2.1-1_all.deb (click to toggle)
Package:python3-click-shell
Source:python-click-shell
Version:2.1-1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:42
Depends:python3-click, python3:any
Section:python
Priority:optional
Homepage:https://github.com/clarkperkins/click-shell
Description:
Interactive shell mode with command completion for command-line applications
 This library adds an interactive read-eval-print loop to an existing command-
 line application. It wraps the top-level command collection so that, when the
 program is launched without arguments, a persistent prompt is presented and
 commands can be entered repeatedly. Tab-completion is available for registered
 commands, and the prompt text and an optional introductory message can be
 configured. When a command is invoked directly on the command line with
 arguments, behaviour matches the original non-interactive application. The
 shell reads from the terminal, writes to the console, and uses line-editing
 features provided by the host system to offer history and completion.
lintian 2.116.3+deb12u1 check for python3-click-shell_2.1-1_all.deb (click to toggle)
contents of python3-click-shell_2.1-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-09-24 12:21 ./
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/lib/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/
-rw-r--r-- root/root       275 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/__init__.py
-rw-r--r-- root/root      5830 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/_cmd.py
-rw-r--r-- root/root      1876 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/_compat.py
-rw-r--r-- root/root      5384 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/core.py
-rw-r--r-- root/root       438 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell/decorators.py
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell-2.1.dist-info/
-rw-r--r-- root/root         7 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell-2.1.dist-info/INSTALLER
-rw-r--r-- root/root      3228 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell-2.1.dist-info/METADATA
-rw-r--r-- root/root       109 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell-2.1.dist-info/WHEEL
-rw-r--r-- root/root        12 2025-09-24 12:21 ./usr/lib/python3/dist-packages/click_shell-2.1.dist-info/top_level.txt
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/share/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-09-24 12:21 ./usr/share/doc/python3-click-shell/
-rw-r--r-- root/root      1850 2021-06-27 00:00 ./usr/share/doc/python3-click-shell/README.rst
-rw-r--r-- root/root       163 2025-09-24 12:21 ./usr/share/doc/python3-click-shell/changelog.Debian.gz
-rw-r--r-- root/root       397 2021-06-27 00:00 ./usr/share/doc/python3-click-shell/changelog.gz
-rw-r--r-- root/root      1831 2025-09-24 11:19 ./usr/share/doc/python3-click-shell/copyright

Timestamp: 24.09.2025 / 14:12:27 (UTC)