1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-xmltv
Section: python
Priority: optional
Maintainer: Andrew Gee <andrew@andrewgee.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 5.0.38),
python (>= 2.6.6-3~)
X-Python-Version: >= 2.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-xmltv/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-xmltv/trunk/
Standards-Version: 3.8.0
Homepage: http://funktronics.ca/python-xmltv
Package: python-xmltv
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python (>= 2.5) | python-celementtree | python-elementtree
Description: allows Python applications to access XMLTV data
This package allows Python programs to interact with XMLTV data
and look through it, splitting the contents out into programmes
and channels.
XMLTV is an XML file format for storing TV listings.
|