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
platform
  • Cross Platform
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
pycparser-2.20-py2.py3-none-any.whl
Size
109 KB
Type
Python Wheel
Python
2.7
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.