From bc6c177ba6bd1b01bde6c072f6de090d2891a5a6 Mon Sep 17 00:00:00 2001 From: saves <111793440+diodemusic@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:14:21 +0100 Subject: [PATCH 1/3] Add docs to pyke.json --- libraries/python/pyke.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/python/pyke.json b/libraries/python/pyke.json index 12ce519..f8b60df 100644 --- a/libraries/python/pyke.json +++ b/libraries/python/pyke.json @@ -7,6 +7,10 @@ { "name": "PyPi", "url": "https://pypi.org/project/pyke-lol/" + }, + { + "name": "Documentation", + "url": "https://diodemusic.github.io/pyke/" } ], "metadata": {}, From 10e3e4228cd2b537388aeded756082bc5ed19cca Mon Sep 17 00:00:00 2001 From: saves <111793440+diodemusic@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:28:36 +0100 Subject: [PATCH 2/3] Add docs to pyke.json --- libraries/python/pyke.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/python/pyke.json b/libraries/python/pyke.json index f8b60df..8e93a88 100644 --- a/libraries/python/pyke.json +++ b/libraries/python/pyke.json @@ -1,7 +1,6 @@ { "owner": "diodemusic", "repo": "pyke", - "description": "pyke is an opinionated, simple-by-design Riot API wrapper specifically for League of Legends.", "language": "Python", "links": [ { @@ -15,7 +14,8 @@ ], "metadata": {}, "tags": [ - "lol", - "v4" + "v4", + "v5", + "lol" ] } From 56f0aab8267c7b36e87ee649fe40421749693e02 Mon Sep 17 00:00:00 2001 From: saves <111793440+diodemusic@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:59:18 +0100 Subject: [PATCH 3/3] Update pyke.json --- libraries/python/pyke.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/python/pyke.json b/libraries/python/pyke.json index 8e93a88..874de4f 100644 --- a/libraries/python/pyke.json +++ b/libraries/python/pyke.json @@ -16,6 +16,7 @@ "tags": [ "v4", "v5", - "lol" + "lol", + "rate-limiting" ] }