Sources#
Style guide#
The source files (try to) respect some rules about Python coding :
usage of
snake_case
explicit variable names
imports order (see pep8 docs)
Modules#
The code is organized in different modules, grouped by “theme”. If you wish to add a new function/class, try to find the best module for it, if it doesn’t exist, create a new module.