diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-03-13 07:44:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:22 +0700 |
commit | 55f1f8db73df6c7347a2949a43a34177a103ba10 (patch) | |
tree | a0d209464c01baa780837a1bc909d4de0e1ccb03 /python/async-timeout/slack-desc | |
parent | 89b940dc25938ae48bf02be10a949df47d9ab821 (diff) |
python/async-timeout: Added (asyncio-compatible timeout class).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/async-timeout/slack-desc')
-rw-r--r-- | python/async-timeout/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/async-timeout/slack-desc b/python/async-timeout/slack-desc new file mode 100644 index 0000000000000..fa63f42f481fc --- /dev/null +++ b/python/async-timeout/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------------------------------------------------------| +async-timeout: async-timeout (asyncio-compatible timeout class) +async-timeout: +async-timeout: async-timeout is an asyncio-compatible timeout context manager. +async-timeout: +async-timeout: This library is python3 only. +async-timeout: +async-timeout: https://github.com/aio-libs/async-timeout/ +async-timeout: +async-timeout: +async-timeout: +async-timeout: |