Metadata-Version: 2.1
Name: eitparser
Version: 0.0.1
Summary: Parser for Event Information Tables
Home-page: https://github.com/WolfgangFahl/eitparser
Author: Wolfgang Fahl
Author-email: wf@bitplan.com
Maintainer: Wolfgang Fahl
License: GPL
Project-URL: Documentation, http://wiki.bitplan.com/index.php/Eitparser
Project-URL: Code, https://github.com/WolfgangFahl/eitparser/blob/main/eit/eitparser.py
Project-URL: Issue tracker, https://github.com/WolfgangFahl/eitparser/issues
Description: # eitparser
        Parser for Event Information Tables
        
        [![Documentation Status](https://readthedocs.org/projects/eitparser/badge/?version=latest)](https://eitparser.readthedocs.io/en/latest/?badge=latest)
        [![pypi](https://img.shields.io/pypi/pyversions/eitparser)](https://pypi.org/project/eitparser/)
        [![Github Actions Build](https://github.com/WolfgangFahl/eitparser/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/eitparser/actions?query=workflow%3ABuild+branch%3Amain)
        [![PyPI Status](https://img.shields.io/pypi/v/eitparser.svg)](https://pypi.python.org/pypi/eitparser/)
        [![Downloads](https://pepy.tech/badge/eitparser)](https://pepy.tech/project/eitparser)
        [![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/eitparser.svg)](https://github.com/WolfgangFahl/eitparser/issues)
        [![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/eitparser.svg)](https://github.com/WolfgangFahl/eitparser/issues/?q=is%3Aissue+is%3Aclosed)
        [![License](https://img.shields.io/github/license/WolfgangFahl/eitparser.svg)](https://www.apache.org/licenses/LICENSE-2.0)
        
        What it is
        ==========
        Parser for Parser for Event Information Tables (https://de.wikipedia.org/wiki/Event_Information_Table) 
        
        Installation
        ============
        ```bash
        pip install eitparser
        ```
        
        Get Sources
        ===========
        ```bash
        git clone https://github.com/WolfgangFahl/eitparser
        cd eitparser
        scripts/install
        ```
        
        Testing
        =======
        ```bash
        scripts/test
        ```
        
        Usage
        =====
        see [test cases](https://github.com/WolfgangFahl/eitparser/tree/main/tests)
        
        ## Documentation
        [Wiki](http://wiki.bitplan.com/index.php/eitparser)
        
        ### Authors
        * [Frank Glaser][https://github.com/betonme]
        * [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
