modm-io / lbuild

lbuild: a generic, modular code generator in Python 3
https://pypi.org/project/lbuild
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

Remove dependency on colorful package #43

Closed salkinium closed 5 years ago

salkinium commented 5 years ago

The colorful package is barely used and is a point of annoyance. This just replaces the package with using the ANSI escape code directly.

cc @strongly-typed