Typing stubs for the frozendict library, providing type hints for frozen dictionaries. Currently version 2.0.9, maintained as part of the typeshed project with updates aligned to Python and frozendict releases.
pip install types-frozendictVerified import paths — ran on the pinned version, not inferred.
Basic usage of frozendict and type hints provided by types-frozendict.
Monitor frozendict releases; if inline types are added, remove types-frozendict dependency and use frozendict directly.
Add custom type stubs if using advanced features not covered by types-frozendict.
Use mypy or pyright with custom checks if needed, or ensure values are hashable at runtime.
No dependency data recorded yet.