From f1285c7187df0b8f330c1e8388da71ea766fa9d5 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 22 Dec 2022 20:27:40 -0500 Subject: dev-python/orderedmultidict: new package, add 1.0.1 Signed-off-by: Julien Roy --- dev-python/orderedmultidict/metadata.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/orderedmultidict/metadata.xml (limited to 'dev-python/orderedmultidict/metadata.xml') diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml new file mode 100644 index 0000000..3d61c31 --- /dev/null +++ b/dev-python/orderedmultidict/metadata.xml @@ -0,0 +1,23 @@ + + + + + julien@jroy.ca + Julien Roy + + A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions. + +omdict retains method parity with dict. + +Information and documentation at https://github.com/gruns/orderedmultidict. + + + Ansgar Grunseid + + https://github.com/gruns/orderedmultidict/releases + https://github.com/gruns/orderedmultidict/blob/master/API.md + https://github.com/gruns/orderedmultidict/issues + gruns/orderedmultidict + orderedmultidict + + -- cgit v1.2.3