class documentation

class Pkg(object):

View In Hierarchy

Package Object.

Class Variable DIST_DEB Distro fixed string.
Class Variable DIST_RH Distro fixed string.
Class Variable DIST_ARCH Distro fixed string.
Class Variable MAP Distro Attributes.
Method __init__ Initialize Pkg
Instance Variable is_testing Denote if the package is for testing purposes.
Instance Variable name Binary name.
Instance Variable rh rh instructions.
Instance Variable arch Arch instructions.
Instance Variable deb Debian instructions.
Method add_binary Add binary name to commands.
Property path Return binary path.
Method set_arch Set Arch value self.arch.
Method set_rh Set Redhat value self.rh.
Method set_deb Set Debian value self.deb.
Property map Dist Value map.
Method instruction Install Instruction in shell script.
Property dist Get Linux Distribution Information.
DIST_DEB =

Distro fixed string.

(type: str)
DIST_RH =

Distro fixed string.

(type: str)
DIST_ARCH =

Distro fixed string.

(type: str)
MAP =

Distro Attributes.

def __init__(self, name, testing=False):

Initialize Pkg

ParametersnameUndocumented (type: str)
testingUndocumented
is_testing =

Denote if the package is for testing purposes.

name =

Binary name.

rh =

rh instructions.

arch =

Arch instructions.

deb =

Debian instructions.

def add_binary(self, name):

Add binary name to commands.

@property
path =

Return binary path.

def set_arch(self, value):

Set Arch value self.arch.

def set_rh(self, value):

Set Redhat value self.rh.

def set_deb(self, value):

Set Debian value self.deb.

@property
map =

Dist Value map.

def instruction(self, override=None):

Install Instruction in shell script.

@property
dist =

Get Linux Distribution Information.

API Documentation for v0tools, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.