tessl install tessl/pypi-titlecase@2.4.0Python port of John Gruber's titlecase.pl for intelligent title case conversion with style guide compliance
Agent Success
Agent success rate when using this tile
79%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.92x
Baseline
Agent success rate without this tile
86%
A utility for formatting network protocol and technology names in text for documentation and reports.
The formatter should identify and properly capitalize common network protocol and technology acronyms in text.
The formatter should handle text containing both regular words and protocol names.
@generates
def format_protocol_text(text: str) -> str:
"""
Format text by properly capitalizing protocol names and applying title case.
Args:
text: The input text containing protocol names and other words
Returns:
The formatted text with proper capitalization
"""
passProvides title case conversion with automatic acronym detection for all-consonant words.