Skip to content

MarkOates/pygccxml

 
 

Repository files navigation

pygccxml

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 contains 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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.1%
  • C++ 12.0%
  • Other 0.9%