Skip to content

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.

License

AchimTuran/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

Install instructions can be found here.

Documentation and examples

The documentation can be found here, examples can be found here.

Contact us

You can contact us through the CastXML mailing list.

For issues with pygccxml you can open an issue here.

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.

Code coverage is also available. It is automatically updated after each commit and can be found here.

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 89.8%
  • C++ 9.3%
  • Other 0.9%