Minimal ANSI terminal colour codes, for Python
woad provides the smallest useful set of fixed ANSI SGR colour sequences for library authors. It is not a console or TUI framework.
woad.Python is the Python implementation. It supports Python 2.7 and Python 3.8+.
Install via pip:
pip install woad
Use via import:
import woadwoad.Python currently ships the woad package and version metadata (woad.__version__). Colour codes, TTY/stream gating, and Windows virtual-terminal opt-in are not implemented in this 0.0.0 skeleton.
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/woad.Python.
None.
None (currently).
woad.Python is released under the 3-clause BSD license. See LICENSE for details.