summaryrefslogtreecommitdiffstats
path: root/python/python3-pyrsistent/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-11-22 23:07:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-11-22 23:07:40 +0700
commitfd55cf30e06c6d9fb3b0b5e005622586cbca51b1 (patch)
tree3ecf6bbe07c582bb9d7be79aa22c1408f17ed3a0 /python/python3-pyrsistent/README
parent10b4c7896cfc1e5248dbd67c5e14f96b5f26a2c0 (diff)
downloadslackbuilds-fd55cf30e06c6d9fb3b0b5e005622586cbca51b1.tar.gz
slackbuilds-fd55cf30e06c6d9fb3b0b5e005622586cbca51b1.tar.xz
python/python3-pyrsistent: Added (persistent collections).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyrsistent/README')
-rw-r--r--python/python3-pyrsistent/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pyrsistent/README b/python/python3-pyrsistent/README
new file mode 100644
index 0000000000..c139647f2e
--- /dev/null
+++ b/python/python3-pyrsistent/README
@@ -0,0 +1,3 @@
+Pyrsistent is a number of persistent collections (by some referred to
+as functional data structures). Persistent in the sense that they are
+immutable.