Metadata-Version: 2.1
Name: cyxmltv
Version: 0.2
Summary: Command line utility to create an XmlTv formatted EPG for cypriot channels
Home-page: UNKNOWN
Author: Harry Papaxenopoulos
Author-email: hpapaxen@gmail.com
License: MIT
Description: # Project CyXmlTv
        
        This project is for generating an [xmltv](http://wiki.xmltv.org) compatible
        electronic programming guide for cypriot channels. It's primarily used for
        operating the Plex DVR.
        
        ## How to install
        
        * Option 1: Install through pip with `pip install cyxmltv`
        * Option 2: Download the source code and create a distribution via 
        `python setup.py sdist`. Then install via 
        `pip install dist/cyxmltv-<version>.tar.gz`.
        
        ## How to run
        
        Simply run `cyxmltv <filename>`, where `<filename>` is the target file name 
        you want to use.
Keywords: cyprus xmltv plex cypriot epg rik1 rik
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
