From 7a324d382841088997bd6b2509ce45dbb2556d1a Mon Sep 17 00:00:00 2001 From: Ian Huang <58193352+ianhco@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:03:33 -0400 Subject: [PATCH] chore: pyot end of life --- libraries/python/pyot.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libraries/python/pyot.json diff --git a/libraries/python/pyot.json b/libraries/python/pyot.json deleted file mode 100644 index a21df7d..0000000 --- a/libraries/python/pyot.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "owner": "iann838", - "repo": "Pyot", - "description": "AsyncIO-based high-level Python framework for the Riot Games API. (Deprecated, please use pulsefire instead)", - "language": "Python", - "links": [{ - "name": "Documentation", - "url": "https://pyot.iann838.com/" - }, { - "name": "PyPi", - "url": "https://pypi.org/project/pyot/" - }], - "metadata": {}, - "tags": [ - "v4", - "rate-limiting", - "asyncio", - "lol", - "lor", - "tft", - "val" - ] -}