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.
