diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-03-13 23:24:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:24 +0700 |
commit | d08ca56e4b2ea8c9576c0368489dcb74157c9613 (patch) | |
tree | eca44fbc71ea732a633805808c9d7a5bc2fe7a0e /python/python3-multidict/README | |
parent | 850f8791f7c9f21b1191dd0c728365ec9beef1c3 (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/README | 2 |
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. |