aboutsummaryrefslogtreecommitdiff
path: root/python/python3-multidict/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2019-03-13 23:24:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:24 +0700
commitd08ca56e4b2ea8c9576c0368489dcb74157c9613 (patch)
treeeca44fbc71ea732a633805808c9d7a5bc2fe7a0e /python/python3-multidict/README
parent850f8791f7c9f21b1191dd0c728365ec9beef1c3 (diff)
python/python3-multidict: Added (Asyncio-based multidict).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-multidict/README')
-rw-r--r--python/python3-multidict/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-multidict/README b/python/python3-multidict/README
new file mode 100644
index 0000000000..04f8618c64
--- /dev/null
+++ b/python/python3-multidict/README
@@ -0,0 +1,2 @@
+Multidict is dict-like collection of key-value pairs where key might
+be occurred more than once in the container.