Skip to main content

Python package for easy C++ declarations navigation.

Project description

Unit tests status Code coverage status Documentation status Code quality status

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.

Install

You can use pip to install pygccxml:

pip install pygccxml

To install from source, you can use the usual procedure:

python setup.py install

Contact us

You can contact us through the CastXML mailing list: http://public.kitware.com/mailman/listinfo/castxml

For issues with pygccxml you can open an issue here: https://github.com/gccxml/pygccxml/issues

Documentation

For examples and tutorials see the documentation: http://pygccxml.readthedocs.org

Branches

The stable version can be found on the master branch.

The develop branch containes the latest improvements but can be unstable. Pull Requests should be done on the develop branch.

Testing and code coverage

pygccxml has more than 200 unit tests. They are run after each code commit to ensure that the code stays functional and stable. You can find the builds here: https://travis-ci.org/gccxml/pygccxml/builds

Code coverage is also available. It is automatically updated after each commit and can be found here: https://coveralls.io/r/gccxml/pygccxml

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page