Source: python-executing
Maintainer: Iñaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-asttokens <!nocheck>,
 python3-ipython <!nocheck>,
 python3-littleutils <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-toml,
 python3-wheel
Vcs-Git: https://salsa.debian.org/debian/python-executing.git
Vcs-Browser: https://salsa.debian.org/debian/python-executing
Homepage: https://github.com/alexmojaki/executing
Testsuite: autopkgtest-pkg-pybuild

Package: python3-executing
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
 python3-asttokens
Description: Inspect Python AST node being executed
 Get information about what a frame is currently doing,
 particularly the Abstract Syntax Tree node being executed.
