Description
Provides Conflict-free Replicated Data Types for Python using Yrs. It helps collaborative applications synchronize shared documents or state across clients without central conflict resolution for every edit.
CRDTs solve merge behavior, not authorization or privacy. Applications still need access control, persistence strategy, and clear rules for what data is synchronized.