[ 原始碼: pyrsistent ]
套件:python3-pyrsistent(0.15.5-1 以及其他的)
persistent/functional/immutable data structures for Python
Pyrsistent is a number of persistent collections (sometimes 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.
The collection types and key features currently implemented are:
* PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors.
其他與 python3-pyrsistent 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.4) [除 amd64, arm64, ppc64el]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
下載 python3-pyrsistent
硬體架構 | 版本 | 套件大小 | 安裝後大小 | 檔案 |
---|---|---|---|---|
amd64 | 0.15.5-1+b3 | 57。7 kB | 254。0 kB | [檔案列表] |
arm64 | 0.15.5-1+b3 | 56。9 kB | 250。0 kB | [檔案列表] |
armel | 0.15.5-1+b3 | 55。1 kB | 240。0 kB | [檔案列表] |
armhf | 0.15.5-1+b3 | 55。2 kB | 236。0 kB | [檔案列表] |
i386 | 0.15.5-1+b3 | 57。9 kB | 248。0 kB | [檔案列表] |
mips64el | 0.15.5-1+b3 | 56。9 kB | 252。0 kB | [檔案列表] |
mipsel | 0.15.5-1+b3 | 56。5 kB | 246。0 kB | [檔案列表] |
ppc64el | 0.15.5-1+b3 | 59。1 kB | 286。0 kB | [檔案列表] |
s390x | 0.15.5-1+b3 | 56。6 kB | 250。0 kB | [檔案列表] |