Hi,
some days ago I found wok and it seems to fit exactly my needs! :-)
I initially installed wok with pip as described in the docu.
Unfortunately pip installed several dependencies than as well - although they already existed in newer(!) versions on my system. So some packages got overwritten with older versions.
I had to repair it manually - and learned quite a bit about pip and Python packages...
Later I cloned your wok Git repository and tried to find out what happens.
Hi, some days ago I found wok and it seems to fit exactly my needs! :-)
I initially installed wok with pip as described in the docu. Unfortunately pip installed several dependencies than as well - although they already existed in newer(!) versions on my system. So some packages got overwritten with older versions. I had to repair it manually - and learned quite a bit about pip and Python packages...
Later I cloned your wok Git repository and tried to find out what happens.
In setup.py you are using :
I assume the "==" causes the problems. Wouldn't a "greater or equal than" be sufficient here?
BTW: The "regex" package seems to be required as well.
Anyway: Great work, your wok!