PKG-INFO 602 B

1234567891011121314151617
  1. Metadata-Version: 1.1
  2. Name: pycparser
  3. Version: 2.18
  4. Summary: C parser in Python
  5. Home-page: https://github.com/eliben/pycparser
  6. Author: Eli Bendersky
  7. Author-email: eliben@gmail.com
  8. License: BSD
  9. Description:
  10. pycparser is a complete parser of the C language, written in
  11. pure Python using the PLY parsing library.
  12. It parses C code into an AST and can serve as a front-end for
  13. C compilers or analysis tools.
  14. Platform: Cross Platform
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 3