123456789101112131415161718192021222324252627282930 |
- Metadata-Version: 2.1
- Name: beniget
- Version: 0.4.1
- Summary: Extract semantic information about static Python code
- Home-page: https://github.com/serge-sans-paille/beniget/
- Author: serge-sans-paille
- Author-email: serge.guelton@telecom-bretagne.eu
- License: BSD 3-Clause
- Platform: UNKNOWN
- Classifier: Development Status :: 4 - Beta
- Classifier: Environment :: Console
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Natural Language :: English
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
- Requires-Dist: gast (~=0.5.0)
- 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.
|