Skip to content

dgelessus/python-rezparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published