After pip install zotero-cli on a Python 3 system, the command zotcli fails due to module renames from 2->3. The command zotcli configure also fails due to Unicode changes in Python 3.
I added boilerplate so that this tool should work on Python 2 and Python 3 alike. Let me know if you'd like any changes.
After
pip install zotero-cli
on a Python 3 system, the commandzotcli
fails due to module renames from 2->3. The commandzotcli configure
also fails due to Unicode changes in Python 3.I added boilerplate so that this tool should work on Python 2 and Python 3 alike. Let me know if you'd like any changes.