Source: python-tvrage
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3),
               debhelper (>= 8)
Standards-Version: 3.9.4
Homepage: https://pypi.python.org/pypi/tvrage/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-tvrage.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-tvrage.git

Package: python-tvrage
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-beautifulsoup
Description: python client for the tvrage.com XML API
 python-tvrage is a python based object oriented client interface for
 tvrage.com's XML based api feeds.
 .
 The tvrage package consists of three modules
 .
  * the tvrage.feeds module provides a wrapper function for each of tvrage's
    XML-feeds
  * the tvrage.api module provides an clean and object oriented interface on top
    of those services
  * the tvrage.quickinfo module is a simple pythonic wrapper for tvrage's
    quickinfo api. Values are returned as python dictionaries rather than
    dedicated objects for tv shows and episodes
 .
 The tvrage.feeds module provides very basic and low level access to the
 tvrage.com data feeds. For more complex use cases it is recomended to use the
 object oriented module tvrage.api. Note: All functions in the tvrage.feeds
 module return XML data as ElementTree objects.
