Install
$ [sudo] pip install idict
Examples
>>> from idict import idict
>>> idict(K="v")["k"], idict(K="v")["K"]
('v', 'v')
>>> idict(K="v").k, idict(K="v").K
('v', 'v')
>>> idict(K="v")["not-existing"], idict(K="v").not_existing
(None, None)
Lazy dict with predictable deterministic universally unique identifiers
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.
Learn more →Login to resync this project