File: README.md

package info (click to toggle)
python-openstep-plist 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 200 kB
  • sloc: python: 768; sh: 14; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[![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