{"library":"openstep-parser","title":"OpenStep Parser","description":"Parses OpenStep plist files into Python objects. Current version 2.0.3, requires Python >=3.10. Releases are infrequent, focused on bug fixes.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openstep-parser"],"cli":null},"imports":["from openstep_parser import loads","from openstep_parser import load","from openstep_parser import OpenStepParser"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openstep_parser import loads\n\nplist_str = \"\"\"({\n    key = value;\n    number = 42;\n}) \"\"\"\nresult = loads(plist_str)\nprint(result)\n# Expected: {'key': 'value', 'number': 42}","lang":"python","description":"Parse an OpenStep plist string into a Python dict.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}