File: control

package info (click to toggle)
python-executing 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,060 kB
  • sloc: python: 4,098; sh: 23; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-executing
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.5.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 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

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.