plistlib.readPlist()

plistlib.readPlist(pathOrFile)[source]

Read a .plist file. ‘pathOrFile’ may either be a file name or a (readable) file object. Return the unpacked root object (which usually is a dictionary).