You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PKG-INFO 994B

12345678910111213141516171819202122232425
  1. Metadata-Version: 1.2
  2. Name: pycparser
  3. Version: 2.19
  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. Maintainer: Eli Bendersky
  9. License: BSD
  10. Description:
  11. pycparser is a complete parser of the C language, written in
  12. pure Python using the PLY parsing library.
  13. It parses C code into an AST and can serve as a front-end for
  14. C compilers or analysis tools.
  15. Platform: Cross Platform
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: License :: OSI Approved :: BSD License
  18. Classifier: Programming Language :: Python :: 2
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*