Metadata-Version: 1.1
Name: py-xmltv
Version: 1.0
Summary: An Auto-Generated Python Module for Reading and Writing XMLTV Files based on the official XMLTV XSD and DTD schema.
Home-page: https://github.com/chris102994/py-xmltv
Author: Chris102994
Author-email: chris102994@yahoo.com
License: LGPL-3.0+
Description: 
        <!-- Links -->
        [py-xmltv]: (https://github.com/chris102994/py-xmltv)
        [Jing-Trang]: (https://github.com/relaxng/jing-trang)
        [xsData]: (https://github.com/tefra/xsdata)
        
        # [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](https://travis-ci.com/chris102994/py-xmltv.svg?branch=master)](https://travis-ci.com/github/chris102994/py-xmltv)
        
        # Changelog
        
        ## 1.0
        Initial Release
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: xsdata
