From 23398b3193b3389d1db478ef99383eca1d139e68 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 30 Mar 2018 17:24:28 -0400 Subject: Add README --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..efa6f00 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +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 copied from CPython 3.7 (see PEP 567 and +the contextvars module.) + + +License +======= + +Apache 2.0 -- cgit v1.2.3