Changes by Zafer Kosar
Fix the relative imports
* imports literally relied on the previous installations (not the local one)
* lack of modularity and compatibiliy
* change logging.py to loggingg with double 'g' to prevent import problems due to built in logging library.
Make it into stand alone repo
https://github.com/BiCro-HT/ifpd2_new for further ease of use and modularity.
Rename the package as ifpd2q (q as in Quentin's version)
* this way we can make it pip installable as there is already another ifpd2 on PyPi by GGirelli.