Skip to content

yacc143/pygccxml

Repository files navigation

pygccxml - Reading GCCXML output
================================

pygccxml is a specialized XML reader that reads the output from GCCXML.

Homepage: http://www.language-binding.net/pygccxml/pygccxml.html


Install
-------

The package uses the Python distutils so you can do the usual procedure:

  python setup.py install

For more information about using the distutils see the Python manual
"Installing Python Modules".


Documentation
-------------

For examples and tutorials see the pygccxml web site. An API reference
is available in the directory docs/apidocs in the source archive.

If you obtained the source code from the subversion repository you
have to build the API reference yourself. This can be done using the
setup script:

  python setup.py doc

In order for this to work you need epydoc (http://epydoc.sourceforge.net).


--------------------------------------------------------------------------
Copyright 2004-2008 Roman Yakovenko.
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)

Releases

No releases published

Packages

No packages published