Source: ipdb Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Andrey Rahmatullin Build-Depends: debhelper-compat (= 12), dh-python, python-all, python3-all, python-setuptools, python3-setuptools, ipython, ipython3 Standards-Version: 4.3.0 Homepage: https://github.com/gotcha/ipdb Vcs-Git: https://salsa.debian.org/python-team/modules/ipdb.git Vcs-Browser: https://salsa.debian.org/python-team/modules/ipdb Rules-Requires-Root: no Package: python-ipdb Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, ipython Description: IPython-based pdb replacement ipdb is a replacement for pdb Python debugger, adding IPython features (tab completion, syntax highlighting, better tracebacks, better introspection) to it. . ipdb contains replacements for all functions from the pdb stdlib module. It also contains the ipdb binary which can be used instead of the pdb binary to debug standalone scripts. Package: python3-ipdb Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources, ipython3 Description: IPython-based pdb replacement (Python 3 version) ipdb is a replacement for pdb Python debugger, adding IPython features (tab completion, syntax highlighting, better tracebacks, better introspection) to it. . ipdb contains replacements for all functions from the pdb stdlib module. It also contains the ipdb3 binary which can be used instead of the pdb3 binary to debug standalone scripts. . This package contains the Python 3 version of the module.