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.
Python 3.6 or later, as well as PLY (tested with version 3.10, but older and newer versions probably work too).
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 .
- Initial release version