Source: python-beniget
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/serge-sans-paille/beniget/tags
Vcs-Browser: https://github.com/alvistack/serge-sans-paille-beniget
Vcs-Git: https://github.com/alvistack/serge-sans-paille-beniget.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-beniget
Architecture: all
Description: Extract semantic information about static Python code
 A static analyzer for Python2 and Python3 code.Beniget provides a static
 over-approximation of the global and local definitions inside Python
 Module/Class/Function. It can also compute def-use chains from each
 definition.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-gast (>= 0.5.0),
