We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04299d1 + 2fa0454 commit 443aafeCopy full SHA for 443aafe
README.rst
@@ -1,5 +1,14 @@
1
async-timeout
2
=============
3
+.. image:: https://travis-ci.org/aio-libs/async-timeout.svg?branch=master
4
+ :target: https://travis-ci.org/aio-libs/async-timeout
5
+.. image:: https://codecov.io/gh/aio-libs/async-timeout/branch/master/graph/badge.svg
6
+ :target: https://codecov.io/gh/aio-libs/async-timeout
7
+.. image:: https://img.shields.io/pypi/v/async-timeout.svg
8
+ :target: https://pypi.python.org/pypi/async-timeout
9
+.. image:: https://badges.gitter.im/Join%20Chat.svg
10
+ :target: https://gitter.im/aio-libs/Lobby
11
+ :alt: Chat on Gitter
12
13
asyncio-compatible timeout context manager.
14
0 commit comments