| Name: | python3-pyrsistent |
|---|---|
| Version: | 0.20.0 |
| Release: | 8.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 477065 |
| License: | MIT AND BSD-3-Clause |
| RPM: | python3-pyrsistent-0.20.0-8.el10_0.aarch64.rpm |
| Source RPM: | python-pyrsistent-0.20.0-8.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/tobgu/pyrsistent/ |
| Summary: | Persistent/Functional/Immutable data structures |
| Description: | 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. |