From 45adcb9d0ee8932073532b2d4e26b086a0f229c6 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 4 Jul 2026 20:59:33 +0200 Subject: [PATCH] add tiny-aio-http-client --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository.json b/repository.json index b0edbfc..203bc35 100644 --- a/repository.json +++ b/repository.json @@ -2228,6 +2228,21 @@ } ] }, + { + "name": "tiny-aio-http-client", + "description": "Minimal asyncio-based HTTP/1.1 client for Python 3.8+ with no external dependencies", + "author": "rwols", + "issues": "https://github.com/rwols/tiny-aio-http-client/issues", + "releases": [ + { + "base": "https://github.com/rwols/tiny-aio-http-client", + "platforms": ["*"], + "sublime_text": ">=4180", + "tags": true, + "python_versions": ["3.8", "3.13", "3.14"] + } + ] + }, { "name": "TM1py", "description": "Python module for interfacing with IBM TM1 Planning Analytics",