Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 291 Bytes

File metadata and controls

13 lines (9 loc) · 291 Bytes

Processing XML with Python

This is an example Python project used to demonstrate:

  • check code style using PEP8
  • check test code coverage
  • create documentation using Sphinx
  • document a module using PyDoc
  • process data from a XML file
  • unittest modules