Persistent/Functional/Immutable data structures
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.20.0-9.fc42 | - |
Fedora 42 | 0.20.0-9.fc42 | - |
Fedora 41 | 0.20.0-8.fc41 | - |
Fedora 40 | 0.20.0-5.fc40 | - |
Fedora EPEL 8 | 0.17.3-6.el8 | - |
You can contact the maintainers of this package via email at
python-pyrsistent dash maintainers at fedoraproject dot org
.