From d5502845bfbe5d9b854d6bdd807b0f5e769b4d6b Mon Sep 17 00:00:00 2001 From: saves <111793440+diodemusic@users.noreply.github.com> Date: Wed, 15 Oct 2025 17:40:14 +0100 Subject: [PATCH 1/2] Create pyke.json --- libraries/python/pyke.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libraries/python/pyke.json diff --git a/libraries/python/pyke.json b/libraries/python/pyke.json new file mode 100644 index 0000000..7d7069b --- /dev/null +++ b/libraries/python/pyke.json @@ -0,0 +1,16 @@ +{ + "owner": "diodemusic", + "repo": "pyke", + "description": "pyke is an opinionated, simple-by-design Riot API wrapper specifically for League of Legends.", + "language": "Python", + "links": [ + { + "name": "PyPi", + "url": "https://pypi.org/project/pyke-lol/", + } + ], + "metadata": {}, + "tags": [ + "lol", + ] +} From 3924d5b1d86257a4cdfe1cf56a42352e0c7b2212 Mon Sep 17 00:00:00 2001 From: saves <111793440+diodemusic@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:42:57 +0100 Subject: [PATCH 2/2] Update pyke.json Remove trailing commas --- libraries/python/pyke.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/python/pyke.json b/libraries/python/pyke.json index 7d7069b..a7ee343 100644 --- a/libraries/python/pyke.json +++ b/libraries/python/pyke.json @@ -6,11 +6,11 @@ "links": [ { "name": "PyPi", - "url": "https://pypi.org/project/pyke-lol/", + "url": "https://pypi.org/project/pyke-lol/" } ], "metadata": {}, "tags": [ - "lol", + "lol" ] }