Python 3.7 has been chosen to ensure components compatibility. The project is structured using Distutils as a build automation tool. Test are implemented for each module using unittest.
Installation of third party librairies
$ pip install -r requirements.txt
Installation of modules
$ python setup.py install