From 09111ad83cf84198f39e18fe6649ee5d6c4a028c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:09:29 -0400 Subject: python/biplist: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/biplist/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/biplist/README') diff --git a/python/biplist/README b/python/biplist/README index 89ddbb3b86..cc66b6114d 100644 --- a/python/biplist/README +++ b/python/biplist/README @@ -1,8 +1,9 @@ biplist is a binary plist parser/generator for Python. -Binary Property List (plist) files provide a faster and smaller serialization -format for property lists on OS X. This is a library for generating binary -plists which can be read by OS X, iOS, or other clients. +Binary Property List (plist) files provide a faster and smaller +serialization format for property lists on OS X. This is a library +for generating binary plists which can be read by OS X, iOS, or other +clients. This module requires Python 2.6 or higher or Python 3.4 or higher. binary property list (plist) parser module written in python. -- cgit v1.2.3