/python-rezparser

A pure Python library for parsing Macintosh Rez source files

Primary LanguagePythonMIT LicenseMIT

rezparser

A pure Python library for parsing Macintosh Rez source files, which are used by the legacy Rez and DeRez tools to compile, modify and decompile Macintosh resource fork data.

Requirements

Python 3.6 or later, as well as PLY (tested with version 3.10, but older and newer versions probably work too).

Installation

rezparser is available on PyPI and can be installed using pip:

python3 -m pip install rezparser

Alternatively you can install a local copy:

python3 -m pip install -e .

Changelog

Version 1.0.0

  • Initial release version