Extract semantic information about static Python code
Project Links
Meta
Author: serge-sans-paille
Requires Python: >=3.6
Classifiers
Development Status
- 4 - Beta
Environment
- Console
Intended Audience
- Developers
License
- OSI Approved :: BSD License
Natural Language
- English
Programming Language
- Python :: 3
A static analyzer for Python 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.
0.5.0
Nov 29, 2025
0.4.2.post1
Jun 28, 2024
0.4.2.post0
Jun 28, 2024
0.4.2
Jun 27, 2024
0.4.1
Aug 02, 2021
0.4.0
Jun 29, 2021
0.3.0
Aug 07, 2020
0.2.3
Jul 29, 2020
0.2.2
Jun 05, 2020
0.2.1
Apr 12, 2020
0.2.0
Sep 07, 2019
0.1.0
Mar 14, 2019
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
gast
(>=0.7.0)