Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfgangfahl/eitparser

Parser for Event Information Tables
https://github.com/wolfgangfahl/eitparser

dreambox python

Last synced: 11 days ago
JSON representation

Parser for Event Information Tables

Awesome Lists containing this project

README

        

# 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)