1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/py-tvrage/pkg-descr
William Grzybowski 429dbbd44c tvrage is a python based object oriented client interface for tvrage.com's
XML based api feeds.

The tvrage package consists of three modules:
 - feeds module provides a wrapper function for each of tvrage's XML-feeds
 - api module provides an clean and object oriented interface on top of those
   services
 - 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

WWW: https://github.com/ckreutzer/python-tvrage

Approved by:	culot (mentor)
2013-06-07 13:35:54 +00:00

13 lines
539 B
Plaintext

tvrage is a python based object oriented client interface for tvrage.com's
XML based api feeds.
The tvrage package consists of three modules:
- feeds module provides a wrapper function for each of tvrage's XML-feeds
- api module provides an clean and object oriented interface on top of those
services
- 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
WWW: https://github.com/ckreutzer/python-tvrage