From e940c20aac2cadae11b84d880f4dbf326fe81aec Mon Sep 17 00:00:00 2001 From: Simon Roy <49426163+PenguinBoi12@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:20:04 -0400 Subject: [PATCH] Add matrix.py SDK information Added matrix.py SDK with details for maintainer, maturity, language, license, repository, purpose, and description. Signed-off-by: Simon Roy <49426163+PenguinBoi12@users.noreply.github.com> --- content/ecosystem/sdks/sdks.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/ecosystem/sdks/sdks.toml b/content/ecosystem/sdks/sdks.toml index 8591f3271..9387f9fcf 100644 --- a/content/ecosystem/sdks/sdks.toml +++ b/content/ecosystem/sdks/sdks.toml @@ -663,3 +663,15 @@ purpose = ["bot"] description = """ An easy to use Matrix library inspired by discord.py. """ + +[[sdks]] +name = "matrix.py" +maintainer = "Code Society Lab, Simon Roy (PenguinBoi12)" +maturity = "Beta" +language = "Python" +licence = "MIT" +repository = "https://github.com/Code-Society-Lab/matrixpy" +purpose = ["bot"] +description = """ +A simple, developer-friendly library to create powerful Matrix bots. +"""