METADATA 820 B

123456789101112131415161718192021222324
  1. Metadata-Version: 2.1
  2. Name: beniget
  3. Version: 0.4.2.post1
  4. Summary: Extract semantic information about static Python code
  5. Home-page: https://github.com/serge-sans-paille/beniget/
  6. Author: serge-sans-paille
  7. Author-email: serge.guelton@telecom-bretagne.eu
  8. License: BSD 3-Clause
  9. Classifier: Development Status :: 4 - Beta
  10. Classifier: Environment :: Console
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Natural Language :: English
  14. Classifier: Programming Language :: Python :: 3
  15. Requires-Python: >=3.6
  16. License-File: LICENSE
  17. Requires-Dist: gast >=0.5.0
  18. A static analyzer for Python code.
  19. Beniget provides a static over-approximation of the global and
  20. local definitions inside Python Module/Class/Function.
  21. It can also compute def-use chains from each definition.