Skip to content
Sections
>> Trisquel >> Packages >> aramo >> python >> python3-pyrsistent
nabia  ] [  aramo  ]
[ Source: pyrsistent  ]

Package: python3-pyrsistent (0.18.1-1build1)

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.

Other Packages Related to python3-pyrsistent

  • depends
  • recommends
  • suggests
  • dep: libc6 (>= 2.14) [amd64]
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
    dep: libc6 (>= 2.17) [arm64, ppc64el]
    dep: libc6 (>= 2.4) [armhf]
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
    dep: python3 (<< 3.11)
    dep: python3 (>= 3.10~)

Download python3-pyrsistent

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 54.2 kB249 kB [list of files]
arm64 53.7 kB245 kB [list of files]
armhf 51.4 kB231 kB [list of files]
ppc64el 57.7 kB281 kB [list of files]