Parses OpenStep plist files into Python objects. Current version 2.0.3, requires Python >=3.10. Releases are infrequent, focused on bug fixes.
pip install openstep-parserVerified import paths — ran on the pinned version, not inferred.
Parse an OpenStep plist string into a Python dict.
Ensure booleans in plist are 'YES'/'NO' (all caps). Lowercase will be treated as strings.
If your plist contains date or binary data, convert them beforehand or use a different parser.
Use loads() or load() instead of instantiating OpenstepParser directly.
No dependency data recorded yet.