EasyEngine is developed in Python so it’s necessary to give some information to developers about python and standards we are using for development to make their coding efforts easier.
EasyEngine source code is fully developed in python 3.x version to avoid later refactoring. We are aware that Python 3.x has slightly worse library support but this would make over in future as many applications are getting ported in python 3.x. Refer this if you are confused with Python2 or 3.
We are following PEP8 style guide for coding EasyEngine.
Here is the List of Libraries we used for EasyEngine