xml-config-parser


Python module used to parse XML configuration files.

XCP is a small, fast python module that parses XML files. The intended use for this module is to parse simple XML config files that tend to show up within most software projects these days. The module is built on top of the Expat parser and the API is class based.

Project Information

Labels:
xml parser config python expat xcp