pywws.service

Base classes for “service” uploaders.

digraph inheritancec1eaaf98a5 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "pywws.service.CatchupDataService" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "pywws.service.DataServiceBase" -> "pywws.service.CatchupDataService" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pywws.service.DataServiceBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Base class for \"data\" services."]; "pywws.service.ServiceBase" -> "pywws.service.DataServiceBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pywws.service.FileService" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Base class for \"file\" services."]; "pywws.service.ServiceBase" -> "pywws.service.FileService" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pywws.service.LiveDataService" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "pywws.service.DataServiceBase" -> "pywws.service.LiveDataService" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pywws.service.ServiceBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Base class for all service uploaders."]; }

Functions

main(class_[, argv])

Classes

CatchupDataService(context[, check_params])

DataServiceBase(context[, check_params])

Base class for "data" services.

FileService(context[, check_params])

Base class for "file" services.

LiveDataService(context[, check_params])

Queue(start, *arg, **kw)

ServiceBase(context[, check_params])

Base class for all service uploaders.


Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.