Skip to content

Apple binary Property List reader/writer for Python

License

Notifications You must be signed in to change notification settings

gamikun/bplist-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bplist-python

Apple binary Property List reader/writer for Python

## Simple parsing

from bplist import BPlistReader

with open('file.bplist', 'rb') as fp:
    reader = BPListReader(fp.read())
    parsed = reader.parse()
    
    # Now 'parsed' is a dictionary of values.

About

Apple binary Property List reader/writer for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%