Package pyhai :: Package plugins :: Package linux :: Class PackageManagerRpm
[hide private]
[frames] | no frames]

Class PackageManagerRpm

source code

        object --+    
                 |    
PackageManagerBase --+
                     |
                    PackageManagerRpm

Gets listing of packages and versions using rpm

Instance Methods [hide private]
dict(str: str)
list_packages(self)
Returns: A dictionary of package name keys and package version values
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PackageManagerBase: __metaclass__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

list_packages(self)

source code 
Returns: dict(str: str)
A dictionary of package name keys and package version values
Overrides: PackageManagerBase.list_packages
(inherited documentation)