adrasolib

Download and install

Download the latest version as gzipped tarball and (for Linux) untar and install as root:

tar -xvzf adrasolib<-x.y.z-yyyy-mm-dd>.tar.gz
cd adrasolib<-x.y.z-yyy-mm-dd>
sudo python setup.py install

Now the module can be used in python scripts by

import adrasolib

Note

This python2.7 only module has never been tested with Windows, but it should work.