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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/python3-multidict/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-multidict/slack-desc b/python/python3-multidict/slack-desc new file mode 100644 index 0000000000000..d8bf5a6a1023a --- /dev/null +++ b/python/python3-multidict/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-multidict: python3-multidict (Asyncio-based multidict implementation) +python3-multidict: +python3-multidict: Multidict is dict-like collection of key-value pairs where key might +python3-multidict: be occurred more than once in the container. +python3-multidict: +python3-multidict: https://multidict.readthedocs.io/en/stable/ +python3-multidict: +python3-multidict: +python3-multidict: +python3-multidict: +python3-multidict: |