Text mode rendering library for Python, version 2024.11.0, released monthly. Provides styled console output with support for colors, attributes, and basic terminal control.
pip install pansiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Console instance and use writeln to output styled text with colors and styles.
Update imports to use the new package structure: 'from pansi import Console' instead of 'from pansi import pansi'.
Do not rely on six being available as a transitive dependency; install six explicitly if needed.