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
|
Source: python-icecream
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-asttokens,
python3-colorama,
python3-executing,
python3-pygments,
python3-setuptools,
python3-all
Rules-Requires-Root: no
Homepage: https://github.com/gruns/icecream
Vcs-Git: https://salsa.debian.org/debian/python-icecream.git
Vcs-Browser: https://salsa.debian.org/debian/python-icecream
Package: python3-icecream
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3-executing
Description: Debugging tool for Python scripts
iceCream is a little library for sweet and creamy debugging.
Do you ever use print() or log() to debug your code? Of course you do.
IceCream, or ic for short, makes print debugging a little sweeter.
|