frozenlist
Subscription: Developer
Active
Subscription: Developer
A list-like structure implementing collections.abc.MutableSequence with a mutable sequence interface similar to Python's built-in list but offering immutability once initialized, suitable for thread-safe or read-only lists.
pip install frozenlist==1.8.0
1.8.0
Linux