{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"}],"enrichment":{"capability":"Provides utility functions for common text operations including wrapping, substitution, trimming, stripping, prefix/suffix removal, indentation, and case-insensitive comparison.","skillfed_tags":["text-utilities","string-processing"],"use_cases":["Normalize and clean user-supplied text input in web forms or data pipelines.","Convert between keyboard layouts programmatically for accessibility or input remapping.","Inspect and report on newline conventions in text files for cross-platform compatibility.","Perform case-insensitive string matching and comparison in configuration or search logic.","Handle text indentation and line continuation in code generation or template rendering.","Parse and process comment-heavy text formats or configuration files."],"what_it_does":"jaraco.text is a collection of utility functions for everyday text manipulation tasks. It handles operations like wrapping, substitution, trimming whitespace, removing prefixes and suffixes, managing indentation, processing comments, and performing case-insensitive comparisons. The package also includes command-line tools for specialized tasks\u2014for example, converting between keyboard layouts (QWERTY to Dvorak) and reporting newline characters in files.\n\nThe package is designed as a grab-bag of helpers rather than a focused framework. It depends on jaraco.context, jaraco.functools, more_itertools, and typer-slim, and targets Python 3.10+. It is actively maintained and carries no known security vulnerabilities. The MIT license permits both commercial and open-source use.","worth_installing":"Yes. jaraco.text is a stable, actively maintained utility library with low install friction, no security vulnerabilities, and a permissive license. Install it if you need a collection of common text-processing helpers and are comfortable with a Python 3.10+ requirement. It is not a specialized tool\u2014evaluate whether its specific functions match your use case rather than installing it as a general-purpose text library."},"id":"jaraco-text","links":{"html":"https://skillfed.io/packages/jaraco-text","md":"https://skillfed.io/packages/jaraco-text.md","pypi":"https://pypi.org/project/jaraco-text/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-12","license_spdx":"MIT","license_treatment":"permissive","name":"jaraco.text","python_support":"supports_current","summary":"Module for text manipulation"},"popularity":{"monthly_downloads":2452968,"position":3057,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.3.0"}
