Description
Provides immutable and persistent data structures for Python. It helps applications share state safely, build functional-style logic, and update collections without mutating the original values.
Immutable structures reduce accidental changes, but they do not automatically solve concurrency, validation, or persistence concerns. Use them where clear state history matters.