Open evadot opened 9 years ago
A few thoughts:
__init__
as it's not very clean, nor modular, nor easily extensible. What if we'll discover another new python nanomsg
library. Then what? Plus, it cannot be easily tested.nanomsg
. (It won't quite work for pub/sub).nnpy
does not support python 3.4+. I do remember having tested both nnpy
and nanomsg
at the time this repo was brought into existence, and the latter emerged victoriously as a better option. I don't recall specifically the exact advantages, but nanomsg
was chosen as the better option.Cheers!
We can now use either nanomsg-python or nnpy. For nanomsg we can now specify the wrapper to use. As nnpy isn't on PyPi yet (there is an issue about it) it is not in the install_requires.