texlib
texlib copied to clipboard
PIP package is outdated; missing parentheses in 'print' error
Thanks for building this tool! This is the only Python-compatible implementation of Knuth & Plass that I've been able to find (perhaps I don't know where to look).
I realise this several years old, but I noticed some crucial updates were made just a few days after the last version was pushed to PyPI. The version on PyPI is from 2015/04/11, but on 2015/04/15 several commits were made here on Github, including one that adds missing parentheses to a print() command.
I don't expect a quick response on a project that's been dormant for 5 years, but just posting the issue in case you ever get around to it. For anyone else who might be experiencing the same issue, the Github package here seems to play well with Python3, so you can simply install via pip install git+https://github.com/akuchling/texlib
instead of pip install texlib
.
See also https://github.com/usrlocalben/justified, not as robust.