Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wolfgangfahl/eitparser
- Owner: WolfgangFahl
- License: gpl-3.0
- Created: 2020-11-09T06:53:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T15:20:39.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T18:57:15.860Z (28 days ago)
- Topics: dreambox, python
- Language: Python
- Homepage:
- Size: 5.63 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)