#AbLib Python library

<div class="text-success lead">
AbLib is a simple and demo Python module to make easier the use of hardware wired to some Acme Boards 
</div>

Ablib is available for free [under GPL licence](https://github.com/tanzilli/ablib/blob/master/GPL.txt) on GitHub.

* [AbLib repository on GitHub](https://github.com/tanzilli/ablib)

##Git clone installing

<pre class="minicom">
# <b>git clone git://github.com/tanzilli/ablib.git</b>
# <b>cd ablib</b>
~/ablib# <b>python setup.py install</b>
</pre>

##wget installing

<pre class="minicom">
# <b>wget --no-check-certificate https://raw.githubusercontent.com/tanzilli/ablib/master/ablib.py</b>
</pre>

## Package dependencies

AbLib requires that the following packages on Debian:

<pre class="minicom">
# <b>apt-get update</b>
# <b>apt-get install python-smbus</b>
# <b>apt-get install python-serial</b>
</pre>
