Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 475 Bytes

File metadata and controls

29 lines (16 loc) · 475 Bytes

gpdiff

Compute 2-way and 3-way diffs of Guitar Pro tablatures.

Installation

pip install 'git+https://github.com/Perlence/gpdiff#egg=gpdiff'

Usage

Please, check the enclosed CLI help message:

gpdiff --help

Acknowledgements

Modules gpdiff.myers, gpdiff.diffutil, and gpdiff.merge are taken almost without modifications from Meld.