Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

farcaller/bplist-python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

even simpler run

python3 -m bplist [file_path] (auto-outputs file_path+".json")

About

Apple binary Property List reader/writer for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.