Python package updated to 0.7.0

BlinkStick Python package now fully supports Windows OS. It currently has been tested only with Python 2.7. The documentation on the BlinkStick Python website describes how to install pip package for all popular operating systems:

https://github.com/arvydas/blinkstick-python

One more additional feature has been introduced. Library now automatically restores USB device handles if BlinkStick was removed and the reinserted into any of the USB ports.

If you already have all prerequisites for your operating system, then installation is very simple:

sudo pip install blinkstick

If you have older version of blinkstick module installed, run the following command:

sudo pip install blinkstick --upgrade