diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-03-09 11:01:29 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2018-03-09 11:01:29 +0100 |
commit | 97c56f0103fc581b191be74da3900f42ad090ca0 (patch) | |
tree | 0898ef1315a1b7c53acee5b23b9d664f68b1a0b0 /README.rst | |
parent | c6c86417fe40646181d0b1f7b7ee071de95798bc (diff) | |
download | trollius-git-97c56f0103fc581b191be74da3900f42ad090ca0.tar.gz |
Add "No Maintenance Intended" badge
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +======== +Trollius +======== + +.. image:: http://unmaintained.tech/badge.svg + :target: http://unmaintained.tech/ + :alt: No Maintenance Intended + Trollius provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives. |