From adf7d90b5514a91cbe93a64e7e5e21a9eb1fe371 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 31 Mar 2019 08:55:07 +0700 Subject: python/python3-aiohttp: Added (HTTP client/server for asyncio). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-aiohttp/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/python3-aiohttp/README (limited to 'python/python3-aiohttp/README') diff --git a/python/python3-aiohttp/README b/python/python3-aiohttp/README new file mode 100644 index 0000000000..6cb3cbc966 --- /dev/null +++ b/python/python3-aiohttp/README @@ -0,0 +1 @@ +AIOHTTP is an asynchronous HTTP client/server framework for asyncio. -- cgit v1.2.3