dgelessus / python-rezparser

A pure Python library for parsing Macintosh Rez source files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A pure Python library for parsing Macintosh Rez source files

License:MIT License


Languages

Language:Python 96.3%Language:R 3.6%Language:Rebol 0.0%