An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Github CI Status](https://github.com/fonttools/openstep-plist/workflows/Wheels/badge.svg)](https://github.com/fonttools/openstep-plist/actions?query=workflow%3A%22Wheels%22)
[![codecov](https://codecov.io/gh/fonttools/openstep-plist/branch/master/graph/badge.svg)](https://codecov.io/gh/fonttools/openstep-plist)
[![PyPI](https://img.shields.io/pypi/v/openstep-plist.svg)](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