MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
nv_python_libs.xsltfunctions.hubbleCast_api Namespace Reference

Classes

class  OutStreamEncoder
class  xpathFunctions

Variables

string __title__ = "hubbleCast_api - XPath and XSLT functions for the HubbleCast RSS/HTML"
string __author__ = "R.D. Vaughan"
string __purpose__
string __version__ = "v0.1.0"
list __xpathClassList__ = ['xpathFunctions', ]
list __xsltExtentionList__ = []
string version = ''

Variable Documentation

string nv_python_libs.xsltfunctions.hubbleCast_api.__title__ = "hubbleCast_api - XPath and XSLT functions for the HubbleCast RSS/HTML"

Definition at line 15 of file hubbleCast_api.py.

string nv_python_libs.xsltfunctions.hubbleCast_api.__author__ = "R.D. Vaughan"

Definition at line 16 of file hubbleCast_api.py.

string nv_python_libs.xsltfunctions.hubbleCast_api.__purpose__
Initial value:
1 '''
2 This python script is intended to perform a variety of utility functions
3 for the conversion of data to the MNV standard RSS output format.
4 See this link for the specifications:
5 http://www.mythtv.org/wiki/MythNetvision_Grabber_Script_Format
6 '''

Definition at line 17 of file hubbleCast_api.py.

string nv_python_libs.xsltfunctions.hubbleCast_api.__version__ = "v0.1.0"

Definition at line 24 of file hubbleCast_api.py.

list nv_python_libs.xsltfunctions.hubbleCast_api.__xpathClassList__ = ['xpathFunctions', ]

Definition at line 29 of file hubbleCast_api.py.

list nv_python_libs.xsltfunctions.hubbleCast_api.__xsltExtentionList__ = []

Definition at line 33 of file hubbleCast_api.py.

list nv_python_libs.xsltfunctions.hubbleCast_api.version = ''

Definition at line 78 of file hubbleCast_api.py.