文件名称:python-tvrage:python-tvrage是tvrage.com的基于XML的api提要的客户端接口(请参见http
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-12 01:12:51
Python
关于 python-tvrage是面向tvrage.com基于XML的api 的基于python的面向对象的客户端接口。 安装 从源安装: $ python setup.py install 开始使用python-tvrage的最简单方法是使用easy_install或pip: $ easy_install -U python-tvrage 对于pip,您必须将'easy_install'替换为'pip install' 。 另外您的平台可能需要使用sudo 文献资料 tvrage软件包包含三个模块 tvrage.feeds模块为每个tvrage的XML提要提供了包装函数 tvrage.api模块在这些服务之上提供了一个干净的,面向对象的界面 tvrage.quickinfo模块是tvrage的quickinfo api的简单pythonic包装器。 将值作为python字典而不是电视
【文件预览】:
python-tvrage-master
----setup.py(974B)
----requirements.txt(21B)
----.hgtags(562B)
----LICENSE(1KB)
----README.rst(9KB)
----tests()
--------quickinfo_tests.py(3KB)
--------api_tests.py(7KB)
----.hgignore(92B)
----tvrage()
--------__init__.py(77B)
--------api.py(8KB)
--------util.py(3KB)
--------quickinfo.py(2KB)
--------feeds.py(3KB)
--------exceptions.py(2KB)
----AUTHORS(212B)
----NEWS(458B)