Metadata-Version: 2.1
Name: pyepgdb
Version: 1.2.0
Summary: Python library for parsing Tvheadend epgdb files
Home-page: http://ikn.org.uk/pyepgdb
Author: Joseph Lansdowne
Author-email: ikn@ikn.org.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

pyepgdb 1.2.0.

Python 3 library for parsing epgdb (v2) files produced by
[Tvheadend](https://tvheadend.org/).

http://ikn.org.uk/pyepgdb

# License

Distributed under the terms of the
[BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).

# Installation

Build dependencies:
- [Setuptools](https://setuptools.readthedocs.io/en/latest/)
- [Bash](https://www.gnu.org/software/bash/)

Run `make`, `make install`.  The usual `DESTDIR`, etc. arguments to `make` are
supported.

# Documentation

Build dependencies:
- [Sphinx](http://www.sphinx-doc.org/en/master/index.html) (>= 1.8)

Run `make doc`, and open the file `doc/_build/html/index.html`.

# Dependencies

- Python 3 (>= 3.4)

# Test

Run `make test` or `make coverage`.


