The devel/py-frozendict,python3 port
py3-frozendict-2.4.6 – immutable dictionary (cvsweb github mirror)
Description
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired. Of course, this is Python, and you can still poke around the object's internals if you want. The frozendict constructor mimics dict, and all of the expected interfaces (iter, len, repr, hash, getitem) are provided. Note that a frozendict 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 frozendict takes variable keyword arguments, which will be present as key/value pairs in the new, immutable copy.WWW: https://github.com/slezica/python-frozendict
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/frozendict-2.4.6.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/frozendict/
- /usr/local/lib/python3.11/site-packages/frozendict/__init__.py
- /usr/local/lib/python3.11/site-packages/frozendict/__init__.pyi
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/_frozendict_py.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/_frozendict_py.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/cool.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/cool.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/core.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/core.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/monkeypatch.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/monkeypatch.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/version.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/__pycache__/version.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/frozendict/_frozendict_py.py
- /usr/local/lib/python3.11/site-packages/frozendict/cool.py
- /usr/local/lib/python3.11/site-packages/frozendict/core.py
- /usr/local/lib/python3.11/site-packages/frozendict/monkeypatch.py
- /usr/local/lib/python3.11/site-packages/frozendict/py.typed
- /usr/local/lib/python3.11/site-packages/frozendict/version.py