Python package development process
I think we should develop our package without relative imports.
You can install the package with symlinking using
python setup.py develop
Thus when changing a file it's directly globally available.
This way we can probably avoid confusions with the pre-push hook
and path problems when executing a file from the script folder...