METADATA 1.1 KB

123456789101112131415161718192021222324252627282930
  1. Metadata-Version: 2.1
  2. Name: beniget
  3. Version: 0.4.1
  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. Platform: UNKNOWN
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Environment :: Console
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Natural Language :: English
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.4
  19. Classifier: Programming Language :: Python :: 3.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  22. Requires-Dist: gast (~=0.5.0)
  23. A static analyzer for Python2 and Python3 code.
  24. Beniget provides a static over-approximation of the global and
  25. local definitions inside Python Module/Class/Function.
  26. It can also compute def-use chains from each definition.