sveetch/boussole

Use colorama in logger handler

Closed this issue · 3 comments

Improve command line interface informations through colored logging with coloram if available.

All used colors should be configurable from a user base config (something like a .boussole file in the user home dir). Probably with a *.ini file format.

Finally started to use python-colorlog package, that use colorama.

For configurable color, we will see in another issue, but python-colorlog doc and tests contains some basic examples for that.

Done since commit 5c94daf