httpstat
httpstat copied to clipboard
Windows color support using colorama
Add:
extras_require = {
':sys_platform=="win32"': ['colorama']
}
in setup.py
; in code, add:
https://github.com/Qix-/better-exceptions/blob/master/better_exceptions/color.py#L53
part.