loongson/pypi/: pycparser-2.20 metadata and description

Homepage Simple index

C parser in Python

author Eli Bendersky
author_email eliben@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
license BSD
maintainer Eli Bendersky
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
File Tox results History
pycparser-2.20-py2.py3-none-any.whl
Size
109 KB
Type
Python Wheel
Python
2.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 10:58:17
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.