ckreutzer / python-tvrage

python-tvrage is a client interface for tvrage.com's XML-based api feeds (see http://www.tvrage.com/xmlfeeds.php).

commit 21: bb5206262399
parent 20: 08a137262739
Added tag 0.1.3 for changeset 08a137262739 defaulttip
ckreutzer
4 months ago
View at rev
python-tvrage /
filename size last modified message
tvrage  
.hgignore 69 B 5 months ago added a few more exceptions
.hgtags 186 B 4 months ago Added tag 0.1.3 for changeset 08a137262739
LICENSE 1.5 KB 5 months ago initial commit
README 278 B 5 months ago small changes in README
setup.py 374 B 4 months ago had to fix the regexp for Episode.summary again

README

1
2
3
4
5
python based client interface for tvrage.com's XML-based api feeds 
(see http://www.tvrage.com/xmlfeeds.php).

- the tvrage.feeds module provides wrapper functions for all of tvrage's XML-feeds
- the tvrage.api module contains an object oriented interface on top of those feeds