walkr / nanoservice

nanoservice is a small Python library for writing lightweight networked services using nanomsg
MIT License
31 stars 9 forks source link

Add the possibility to specify the nanomsg implementation #4

Open evadot opened 9 years ago

evadot commented 9 years ago

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.

walkr commented 9 years ago

A few thoughts:

Cheers!