Python port of the quill.js delta library for representing rich text documents and supporting operational transformation (OT). Version 1.0.3, stable release with no major recent updates.
pip install quill-deltaVerified import paths — ran on the pinned version, not inferred.
Create a Delta, apply operations, and inspect ops.
Always use Delta methods (insert, delete, retain) to build operations.
Use delta1 + delta2 instead of delta1.compose(delta2).