MythTV master
Classes | Variables
nv_python_libs.bliptv.bliptv_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 
class  XmlHandler
 

Variables

string __title__ = "bliptv_api - Simple-to-use Python interface to the bliptv API (http://blip.tv/about/api/)"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.2.5"
 
 stdout
 
 stderr
 

Variable Documentation

◆ __author__

string nv_python_libs.bliptv.bliptv_api.__author__ = "R.D. Vaughan"
private

Definition at line 16 of file bliptv_api.py.

◆ __purpose__

string nv_python_libs.bliptv.bliptv_api.__purpose__
private
Initial value:
1= '''
2This python script is intended to perform a variety of utility functions to search and access text
3meta data, video and image URLs from blip.tv. These routines are based on the v2.0 api. Specifications
4for this api are published at http://blip.tv/about/api/
5'''

Definition at line 17 of file bliptv_api.py.

◆ __title__

string nv_python_libs.bliptv.bliptv_api.__title__ = "bliptv_api - Simple-to-use Python interface to the bliptv API (http://blip.tv/about/api/)"
private

Definition at line 15 of file bliptv_api.py.

◆ __version__

string nv_python_libs.bliptv.bliptv_api.__version__ = "v0.2.5"
private

Definition at line 23 of file bliptv_api.py.

◆ stderr

nv_python_libs.bliptv.bliptv_api.stderr

Definition at line 74 of file bliptv_api.py.

◆ stdout

nv_python_libs.bliptv.bliptv_api.stdout

Definition at line 73 of file bliptv_api.py.