lookupy
lookupy copied to clipboard
Do not work with unicode strings
I have problems if I use unicode inside Q-objects. I guess that should be
guard_str = partial(guard_type, (str, unicode))
instead of
guard_str = partial(guard_type, str)
Is it right way?
I guess lookupy was made with Python 3 in mind.
It was designed to work with both 2.7x and 3 but mostly tested only with 2.7x, so there may be a few bugs.
However at the moment I am not using this library myself and it's not actively maintained, so I wouldn't recommend it for production use.