This is as far as I've gotten.
It reads a "log" created by "emerge --sync &> file" and displays the changed ebuilds.
Usage: syncparser.py [OPTS] <emerge sync log(s)>
syncparser.py scans one or several logs from the emerge --sync command.
It outputs the changed ebuilds that were downloaded.
-h --help Show this help
-i --installed Show only installed packages
-d --deleted Show deleted ebuilds
-v --version Print version and exit
syncparser.py scans one or several logs from the emerge --sync command.
It outputs the changed ebuilds that were downloaded.
-h --help Show this help
-i --installed Show only installed packages
-d --deleted Show deleted ebuilds
-v --version Print version and exit
SyncParser v0.1
Changes:
v0.1: Inital release