https://github.com/fonttools/openstep-plist
OpenStep plist parser and writer written in Cython
https://github.com/fonttools/openstep-plist
Last synced: 7 months ago
JSON representation
OpenStep plist parser and writer written in Cython
- Host: GitHub
- URL: https://github.com/fonttools/openstep-plist
- Owner: fonttools
- License: mit
- Created: 2018-09-21T10:46:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T18:06:22.000Z (12 months ago)
- Last Synced: 2025-06-05T07:58:28.063Z (7 months ago)
- Language: Cython
- Homepage:
- Size: 241 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fonttools/openstep-plist/actions?query=workflow%3A%22Wheels%22)
[](https://codecov.io/gh/fonttools/openstep-plist)
[](https://pypi.org/project/openstep-plist/)
# openstep-plist
A parser for the "old style" OpenStep property list format (also known as ASCII
plist), written in Cython.
Largely based on the CoreFoundation implementation found here:
https://github.com/opensource-apple/CF/blob/master/CFOldStylePList.c