.. _spkg_pycparser:

pycparser: Parser of the C language in Python
=============================================

Description
-----------

development website: https://github.com/eliben/pycparser

PyPI page: https://pypi.org/project/pycparser/

License
-------

BSD

Upstream Contact
----------------

https://github.com/eliben/pycparser

Type
----

standard


Version Information
-------------------

package-version.txt::

    2.20

install-requires.txt::

    pycparser >=2.20


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install pycparser python:pycparser

macports:
install the following packages: pycparser python:pycparser
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install pycparser python:pycparser

See https://repology.org/project/pycparser/versions, https://repology.org/project/python:pycparser/versions

However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see https://trac.sagemath.org/ticket/29023

