antimait is a library made of tools to ease the implementation of IoT automation systems based on devices such as Arduino and ESP.
To install it run:
pip3 install antimait
or clone this repository, change directory to the root of the project and run:
pip3 install .
Documentation for the antimait library can be found in the docs directory or at the following link: https://antima.github.io/antimait
antimait è una libreria composta da strumenti che possono essere utilizzati per semplificare l'implementazione di progetti basati su Arduino ed Esp nel campo dell'IoT.
Per installarla, basterà eseguire:
pip3 install antimait
o clonare questa repository, spostarsi nella cartella base del progetto ed eseguire:
pip3 install .
La documentazione relativa ad antimait (in lingua inglese) può essere trivata nella cartella docs o al seguente link: