summaryrefslogtreecommitdiff
path: root/devel/py-collections-extended/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-collections-extended/pkg-descr')
-rw-r--r--devel/py-collections-extended/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-collections-extended/pkg-descr b/devel/py-collections-extended/pkg-descr
new file mode 100644
index 000000000000..d5749b3a22e6
--- /dev/null
+++ b/devel/py-collections-extended/pkg-descr
@@ -0,0 +1,6 @@
+collections_extended is a pure Python module with no dependencies
+providing extra collections. The new collections include bags AKA
+multisets, setlists AKA unique lists or ordered sets, a bijection,
+a RangeMap which is a mapping from ranges to values, and an IndexedDict
+class. There are also frozen (hashable) varieties of bags and
+setlists.