Hi Kevin,
I have made patches that make using Furigana metadata under auto indicate a target of epub 3.
But it cannot be tested in python2and3 branch because errors occur in command line mode as follows.
python2
Code:
Traceback (most recent call last):
File "kindleunpack.py", line 11, in <module>
from .compatibility_utils import PY2, binary_type, utf8_str, unicode_str
ValueError: Attempted relative import in non-package
python3
Code:
Traceback (most recent call last):
File "kindleunpack.py", line 11, in <module>
from .compatibility_utils import PY2, binary_type, utf8_str, unicode_str
SystemError: Parent module '' not loaded, cannot perform relative import
Thanks,