py3-immutabledict-4.3.1
immutable dictionary
Back to search · Project homepage
Description
A fork of the original frozendict, an immutable wrapper around dictionaries.
It implements the complete mapping interface and can be used as a
drop-in replacement for dictionaries where immutability is desired.
The immutabledict constructor mimics dict, and all of the expected
interfaces (iter, len, repr, hash, getitem) are provided.
Note that an immutabledict does not guarantee the immutability of its
values, so the utility of hash method is restricted by usage.
The only difference is that the copy() method of immutable takes
variable keyword arguments, which will be present as key/value pairs in
the new, immutable copy.
Package information
- Ports path
- devel/py-immutabledict
- Package architecture
- amd64
- Maintainer
- Renaud Allard <renaud@allard.it>
- Categories
- devel, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, sparc64, alpha, hppa
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-poetry-core py3-poetry-core->=2.2.0
Test
Used by (2 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.