mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
429dbbd44c
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)
20 lines
759 B
Plaintext
20 lines
759 B
Plaintext
%%PYTHON_SITELIBDIR%%/tvrage/__init__.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/__init__.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/__init__.pyo
|
|
%%PYTHON_SITELIBDIR%%/tvrage/api.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/api.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/api.pyo
|
|
%%PYTHON_SITELIBDIR%%/tvrage/exceptions.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/exceptions.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/exceptions.pyo
|
|
%%PYTHON_SITELIBDIR%%/tvrage/feeds.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/feeds.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/feeds.pyo
|
|
%%PYTHON_SITELIBDIR%%/tvrage/quickinfo.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/quickinfo.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/quickinfo.pyo
|
|
%%PYTHON_SITELIBDIR%%/tvrage/util.py
|
|
%%PYTHON_SITELIBDIR%%/tvrage/util.pyc
|
|
%%PYTHON_SITELIBDIR%%/tvrage/util.pyo
|
|
@dirrm %%PYTHON_SITELIBDIR%%/tvrage
|