immutables
==========
An immutable mapping type for Python.
The underlying datastructure is a Hash Array Mapped Trie (HAMT)
used in Clojure and other functional languages. The actual
implementation is used in CPython 3.7 (see PEP 567 and
the contextvars module.)
License
=======
Apache 2.0