models.pkg_type_enum module¶
-
class
models.pkg_type_enum.
PkgTypeEnum
[source]¶ Bases:
object
Implementation of the ‘pkgType’ enum.
TODO: type enum description here.
- Attributes:
KSCRIPT: TODO: type description here. KRPM: TODO: type description here. KSUSERPM: TODO: type description here. KDEB: TODO: type description here.
-
KDEB
= 'kDEB'¶
-
KRPM
= 'kRPM'¶
-
KSCRIPT
= 'kScript'¶
-
KSUSERPM
= 'kSuseRPM'¶