[ Источник: pyrsistent ]
Пакет: python3-pyrsistent (0.15.5-1 и другие)
Ссылки для python3-pyrsistent
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код pyrsistent:
Сопровождающие:
- Debian Python Modules Team (Страница КК, Почтовый архив)
- Andrej Shadura (Страница КК)
- Thomas Goirand (Страница КК)
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
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.4)
- библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb
-
- dep: python3
- интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
Загрузка python3-pyrsistent
Архитектура | Версия | Размер пакета | В установленном виде | Файлы |
---|---|---|---|---|
mips64el | 0.15.5-1+b3 | 56,9 Кб | 252,0 Кб | [список файлов] |