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.
To install py38-biplist, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-biplist
To see what files were installed by py38-biplist, run:
port contents py38-biplist
To later upgrade py38-biplist, run:
sudo port selfupdate && sudo port upgrade py38-biplist
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.