sensel-api
sensel-api copied to clipboard
Publish Sensel to PyPi
The python wrapper for the API could be published to PyPi as a wheel which would be much more convenient than manually copying the file around. It would allow python developers to install the sensel-lib, then just pip install sensel to get started developing.
There's a pretty clear guide to follow to do so: https://packaging.python.org/tutorials/distributing-packages/