Source: python3-pygdbmi
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/cs01/pygdbmi
Vcs-Git: https://invent.kde.org/neon/neon-packaging/python3-pygdbmi.git
Vcs-Browser: https://invent.kde.org/neon/neon-packaging/python3-pygdbmi
Maintainer: Neon CI <neon@kde.org>

Package: python3-pygdbmi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: pygdbmi - Get Structured Output from GDB's Machine Interface
 Python (py) gdb machine interface (mi)
 .
 GDB/MI is a line based machine oriented text interface to GDB and is activated by
 specifying using the --interpreter command line option (see Mode Options). It is
 specifically intended to support the development of systems which use the debugger
 as just one small component of a larger system.
 .
 What's in the box?
 * A function to parse gdb machine interface string output and return structured
 data types (Python dicts) that are JSON serializable. Useful for writing the
 backend to a gdb frontend. For example, gdbgui uses pygdbmi on the backend.
 * A Python class to control and interact with gdb as a subprocess
