python-tvrage

python client for the tvrage.com XML API

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pypi.python.org/pypi/tvrage/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-tvrage