1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-beniget
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego@moreda.io>
Build-Depends:
debhelper-compat (=13),
dh-python,
python3-all,
python3-gast,
python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/serge-sans-paille/beniget
Vcs-Git: https://salsa.debian.org/python-team/packages/python-beniget.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-beniget
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-beniget
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: collection of compile-time Python AST analyzers
Collection of compile-time analyzers of Python Abstract Syntax Trees
that can be used as building blocks to write static analyzers or
compilers:
* Ancestors: map a node to the list of its enclosing nodes
* DefUseChains: map a node to the list of definition points in that
node
* UseDefChains: map a node to its list of potential definitions
.
This package contains the Python 3 version of the library.
|