Class to represent a service package, a zipfile containing a
service description file (.svc) and an implementation file,
either a Python script or an executable
| Method Summary |
| |
__init__(self,
file)
|
| |
ExtractExecutable(self,
path)
Extract executable file from service package |
| |
ExtractPackage(self,
path)
Extract files from service package |
| |
GetDescriptionFilename(self)
|
| |
GetName(self)
|
| |
GetServiceDescription(self)
Read the package file and return the service description |
| |
GetVersion(self)
|
| |
SetServiceDescription(self,
serviceDesc)
|