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
|
Source: python-configshell-fb
Section: python
Priority: optional
Maintainer: Linux Block Storage Team <team+linux-blocks@tracker.debian.org>
Uploaders:
Christophe Vu-Brugier <cvubrugier@fastmail.fm>,
Ritesh Raj Sarraf <rrs@debian.org>,
Christian Seiler <christian@iwakd.de>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-hatch-vcs,
python3-hatchling,
python3-pyparsing,
Standards-Version: 4.5.1
Homepage: https://github.com/open-iscsi/configshell-fb
Vcs-Git: https://salsa.debian.org/linux-blocks-team/python-configshell-fb.git
Vcs-Browser: https://salsa.debian.org/linux-blocks-team/python-configshell-fb
Package: python3-configshell-fb
Architecture: all
Depends:
python3-pyparsing,
${misc:Depends},
${python3:Depends},
Description: Python library for building configuration shells - Python 3
The configshell-fb package is a Python library that provides a
framework for building simple but nice CLI-based applications.
.
The configshell-fb package is a fork of the "configshell" code
written by RisingTide Systems. The "-fb" differentiates between the
original and this version. Please ensure to use either all "fb"
versions of the targetcli components -- targetcli, rtslib, and
configshell, or stick with all non-fb versions, since they are no
longer strictly compatible.
.
This package contains the Python 3 module.
|