{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"},{"label":"Compression","url":"https://skillfed.io/packages/category/system-archiving-compression"}],"enrichment":{"capability":"Compresses and decompresses Rich Text Format (RTF) data using the LZFu compression algorithm, implementing the Microsoft RTF Compression format.","skillfed_tags":["rtf-compression","lzfu-codec","document-processing"],"use_cases":["Decompress RTF data embedded in Microsoft Exchange or Outlook email messages","Convert between compressed and uncompressed RTF formats for document processing","Extract readable RTF content from binary streams that use LZFu compression","Integrate RTF compression/decompression into document conversion pipelines"],"what_it_does":"compressed_rtf is a Python implementation of the LZFu compression algorithm used by Microsoft for Rich Text Format data. It provides two functions\u2014compress() and decompress()\u2014to encode and decode RTF streams according to the Microsoft RTF Compression Algorithm specification. The package has no runtime dependencies and works on both Windows and POSIX systems.\n\nThe library is useful when working with RTF data that has been compressed using the Microsoft format, such as email attachments or Office document streams. It implements both the compressed (LZFu) and raw (MELA) encoding variants, allowing round-trip conversion between compressed and decompressed RTF representations.","worth_installing":"Yes, if you need to work with Microsoft-compressed RTF data. The package is stable, has no dependencies, and carries permissive licensing. However, maintenance is aging with no recent updates; verify that it meets your RTF variant requirements before relying on it for new projects."},"id":"compressed-rtf","links":{"html":"https://skillfed.io/packages/compressed-rtf","md":"https://skillfed.io/packages/compressed-rtf.md","pypi":"https://pypi.org/project/compressed-rtf/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-03-24","license_spdx":"MIT","license_treatment":"permissive","name":"compressed-rtf","python_support":"unspecified","summary":"Compressed Rich Text Format (RTF) compression and decompression package"},"popularity":{"monthly_downloads":6711619,"position":1866,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.7"}
