Module debby.scripts.script_stage

Classes

class ScriptStage (*values)

The stages of the package's lifecycle that a script can run at.

Ancestors

  • enum.Enum

Class variables

var POSTINST

The type of the None singleton.

var POSTRM

The type of the None singleton.

var PREINST

The type of the None singleton.

var PRERM

The type of the None singleton.

Instance variables

prop descriptive_name : str

A descriptive name for the script. E.g. 'pre-installation', 'post-installation', 'pre-removal', 'post-removal'.

prop name : str

The name of the script. E.g. 'preinst', 'postinst', 'prerm', 'postrm'.