Skip to content

dw/plistop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast lxml-based XML plist reader/editor/writer.

 * Arrays and dictionaries are lazily loaded.
 * Source data is internally maintained in an lxml document.


Parsing speed using my iTunes library:

    plist (http://pyug.at/Projekte/BinaryPlistLib):                 7.473s
    plistlib (http://docs.python.org/2/library/plistlib.html):      7.420s
    plistop (http://github.com/dw/plistop):                         0.428s


Serializing speed using my iTunes library:

    plist:          5.372s
    plistlib:       5.444s
    plistop:        0.253s

About

Fast lxml-based XML plist reader/editor/writer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages