A minimal library to strip ANSI escape sequences from strings. Designed to remove terminal color codes and control sequences. Version 0.1.1, stable, no recent updates. Requires Python >=3.6.
pip install strip-ansiVerified import paths — ran on the pinned version, not inferred.
Import and use the function to strip ANSI codes.
If you need comprehensive handling, consider using 're' or other libraries like 'colorama'.
Always use 'from strip_ansi import strip_ansi' or alias the import.
Change to 'from strip_ansi import strip_ansi'.
Uninstall and reinstall with 'pip install --force-reinstall strip-ansi'.
No dependency data recorded yet.