Terminal abstractions built around the blessings module, used in Mozilla's testing and automation tools. Current version 1.0.0, low maintenance cadence.
pip install moztermVerified import paths — ran on the pinned version, not inferred.
Quick usage of Terminal to print colored text.
Always use from mozterm import Terminal instead of from blessings import Terminal.
Evaluate if you need mozterm's specific abstractions; otherwise use blessings or rich.
Run: pip install mozterm
Use: from mozterm import Terminal