summaryrefslogtreecommitdiffstats
path: root/python/python3-sortedcontainers/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-20 23:28:56 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:01 +0700
commit391716349e52502c6d146a2715a9a436902c36e9 (patch)
tree74a4f5564537e4bf4f576f7dbc2d3324368d5ea6 /python/python3-sortedcontainers/README
parent7125b4f988ce8ce791b0ce7e794269185406f523 (diff)
downloadslackbuilds-391716349e52502c6d146a2715a9a436902c36e9.tar.gz
slackbuilds-391716349e52502c6d146a2715a9a436902c36e9.tar.xz
python/python3-sortedcontainers: Added (Sorted collections library)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sortedcontainers/README')
-rw-r--r--python/python3-sortedcontainers/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-sortedcontainers/README b/python/python3-sortedcontainers/README
new file mode 100644
index 0000000000..be2490ab78
--- /dev/null
+++ b/python/python3-sortedcontainers/README
@@ -0,0 +1,2 @@
+Sorted Containers is an Apache2 licensed sorted collections library,
+written in pure-Python, and fast as C-extensions.