Install & Compatibility
Where this runs
tested against v0.5.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.3s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
quote
✓ from quotequail import quote
✗ from quotequail import quote_text
unwrap
✓ from quotequail import unwrap
quote_html
✓ from quotequail import quote_html
Identify and remove quoted text from an email message.
from quotequail import quote_text, unquote
text = """On Mon, Jan 1, 2020 at 12:00 PM, John <john@example.com> wrote:
> This is a quoted line.
> Another quoted line.
This is the reply."""
result = quote_text(text)
print("Quoted text:", result)
plain = unquote(text)
print("Unquoted text:", plain)"""
Upgrade
Version history
0.5.0latest on PyPI · released May 28, 2026
Audit
Dependencies
No dependency data recorded yet.