AbLib Python library

AbLib is a simple and demo Python module to make easier the use of hardware wired to some Acme Boards

Ablib is available for free under GPL licence on GitHub.

Git clone installing

# git clone git://github.com/tanzilli/ablib.git
# cd ablib
~/ablib# python setup.py install

wget installing

# wget --no-check-certificate https://raw.githubusercontent.com/tanzilli/ablib/master/ablib.py

Package dependencies

AbLib requires that the following packages on Debian:

# apt-get update
# apt-get install python-smbus
# apt-get install python-serial