py-xmltv

An Auto-Generated Python Module for Reading and Writing XMLTV Files based on the official XMLTV XSD and DTD schema.


Keywords
tv, xml, xmltv, xsd, xsdata, dtd, jing-trang, py-xmltv
License
LGPL-3.0+
Install
pip install py-xmltv==1.0.8

Documentation

py-xmltv

This is a simple project to turn the official XMLTV DTD/XSDs into proper serialized Python Data classes for easy writing/reading.

This is accomplished by using the Jing-Trang project to transform the supplied DTD into a valid XML. Once there's a valid XSD corresponding Python data classes are generated using the xsData project.

Build Status PyPi Link