{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"},{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/2"},{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"},{"label":"Filters","url":"https://skillfed.io/packages/category/text-processing-filters"}],"enrichment":{"capability":"Converts ANSI escape sequences (color codes, formatting) from text to plain text output, removing all terminal styling.","skillfed_tags":["ansi-escape-sequences","text-processing"],"use_cases":["Strip color codes from log files before archiving or searching them","Clean up terminal output captured from colored CLI tools for plain-text processing","Convert colored build or test output to plain text for storage in databases or logs","Prepare colored command output for regex matching or text analysis","Remove ANSI sequences from captured terminal sessions for readability"],"what_it_does":"ansi2txt is a Python port of the original C-based ansi2txt utility that strips ANSI escape sequences from text. It takes input containing terminal color codes and formatting directives and outputs the same text with all styling removed, leaving only the plain content. This is useful when you need to process or store output from colored terminal applications without the escape sequences.\n\nThe package has no external runtime dependencies and installs as a pure Python wheel. It was ported from a C codebase specifically to avoid compilation and binary distribution overhead. However, the project is no longer maintained\u2014the last release was in February 2023 with no updates since.","worth_installing":"Yes, if you need straightforward ANSI-to-plain-text conversion and can tolerate an unmaintained package. The zero-dependency design and Production/Stable status make it low-risk for simple use cases. However, verify the dual-license terms apply to your project, and consider whether you need active maintenance or bug fixes for your use case."},"id":"ansi2txt","links":{"html":"https://skillfed.io/packages/ansi2txt","md":"https://skillfed.io/packages/ansi2txt.md","pypi":"https://pypi.org/project/ansi2txt/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-02-23","license_spdx":null,"license_treatment":"unclear","name":"ansi2txt","python_support":"supports_current","summary":"ansi to plain text converter"},"popularity":{"monthly_downloads":363989,"position":7212,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
