Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2849,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 161144
},
"pushed_at": "2022-10-16T09:13:19Z",
"created_at": "2015-01-06T09:17:45Z",
"owner_type": "Organization",
"updated_at": "2026-05-26T06:59:38Z",
"description": "Matrix Client-Server SDK for Python 2 and 3",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.matrix.org",
"name": "The Matrix.org Foundation",
"type": "Organization",
"login": "matrix-org",
"company": null,
"location": null,
"followers": 6787,
"avatar_url": "https://avatars.githubusercontent.com/u/8418310?v=4",
"created_at": "2014-08-11T15:36:25Z",
"is_verified": null,
"public_repos": 331,
"account_age_days": 4371
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-07-26T12:03:01Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2018-06-22T02:25:10Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2018-04-18T17:18:24Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-03-27T01:22:25Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2017-03-10T17:32:26Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2016-10-14T12:21:45Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2016-08-10T13:50:24Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2016-05-04T18:37:55Z"
}
],
"recent_commits": [
{
"oid": "887f5d55e16518a0a2bef4f2d6bff6ecf48d18c1",
"body": null,
"is_bot": false,
"headline": "Release v0.4.0",
"author_name": "Andrew Morgan",
"author_login": "anoadragon453",
"committed_at": "2021-07-26T11:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82fb7d7b2b028719a3d5fe7e1ff21505010a3609",
"body": "* handle smaller sync responses introduced in synapse 1.38.0\r\n\r\n* added missing checks\r\n\r\n* minor style change to not indent so much",
"is_bot": false,
"headline": "handle smaller sync responses introduced in synapse 1.38.0 (#321)",
"author_name": "Marco Antonio Alvarez",
"author_login": "surakin",
"committed_at": "2021-07-22T17:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a469d531b6879c5687718937a0bfcb443155ce43",
"body": "Moved documentation and chatroom to badges to make the recommendation\nto use nio more prominent.\n\nSigned-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Update README to point to nio as an alternative library",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2019-10-09T15:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06580f74751c003883fcbfde4fc912bd2c37e6a3",
"body": null,
"is_bot": false,
"headline": "Remove use of deprecated methods in examples",
"author_name": "Stephane Blondon",
"author_login": "sblondon",
"committed_at": "2019-10-06T20:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b5033c35902c99b97b88c8342353c9f085b02c7",
"body": null,
"is_bot": false,
"headline": "Add deprecation info in a docstring",
"author_name": "Stephane Blondon",
"author_login": "sblondon",
"committed_at": "2019-10-06T20:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a253134bc7cbf61dac4d291261a3c26548414234",
"body": "This option has been removed from pip and it is no longer required by matrix-python-sdk after https://github.com/matrix-org/matrix-python-sdk/commit/b3346dbfce5079a6977c4c3aedc438f21114f8c9",
"is_bot": false,
"headline": "Remove --process-dependency-links section",
"author_name": "Aaron Raimist",
"author_login": "aaronraimist",
"committed_at": "2019-10-04T18:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "726db6ad44e9facc1c1366747b01366db0b8cad8",
"body": "The examples in samples/ used MatrixClient.login_with_password() and\nMatrixClient.login_with_password_no_sync(). These calls are replaced\nby newer MatrixClient.login() method.\n\nSigned-off-by: Stephane Blondon <stephane.blondon@gmail.com>",
"is_bot": false,
"headline": "Replace calls of deprecated login methods in examples",
"author_name": "Stephane Blondon",
"author_login": "sblondon",
"committed_at": "2019-10-04T18:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c091ea838fdeaf6496c9701fdab390c44e02cc7b",
"body": "Sphinx minimum version bumped per\nhttps://github.com/sphinx-doc/sphinx/issues/5870#issuecomment-468285753\nsince doc building currently fails on 3.7 CI.",
"is_bot": false,
"headline": "Pin dependency versions per semver",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76a6ffce16c606831cd7bbb27e7af9ed75f6d51d",
"body": null,
"is_bot": false,
"headline": "Disable e2e tests when olm can't be imported",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53af458a450b9820fd338cef7d63e403528cec9d",
"body": "Also now use python-olm from pypi instead of directly using the\n(now defunct) git repo.",
"is_bot": false,
"headline": "Refactor CI config to eliminate tox",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66531e38b8c3c964a5f4cfb0b7ba89fc37e54687",
"body": null,
"is_bot": false,
"headline": "Update v numbers",
"author_name": "Will Hunt",
"author_login": "Half-Shot",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bb61355db1e466120dc946e8a46d2c7d4950b7",
"body": null,
"is_bot": false,
"headline": "Use olm 3.1.2",
"author_name": "Will Hunt",
"author_login": "Half-Shot",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de9f28f53f140b633f88f6d8b898ef20af2d8c71",
"body": null,
"is_bot": false,
"headline": "Update travis CI with new olm location",
"author_name": "Will Hunt",
"author_login": "Half-Shot",
"committed_at": "2019-10-04T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e734cce3ccd35f2d355c6a19a7a701033472498a",
"body": "correct str comparisons",
"is_bot": false,
"headline": "Merge pull request #297 from Zil0/pep8_fix",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2019-02-06T12:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda9639349c811aef011248db78b159072ab5177",
"body": null,
"is_bot": false,
"headline": "correct str comparisons",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2019-02-06T12:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8f0a28415dbf41922dfceb00ee44d991eb93e9",
"body": "fix deprecated option in setup.py",
"is_bot": false,
"headline": "Merge pull request #296 from Zil0/fix_travis",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2019-01-24T10:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3346dbfce5079a6977c4c3aedc438f21114f8c9",
"body": null,
"is_bot": false,
"headline": "fix deprecated option in setup.py",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2019-01-24T10:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464e41368d9e78c975ca408222e9f9973037a4c5",
"body": "fix #252",
"is_bot": false,
"headline": "replace deprecated login method in readme",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2019-01-12T14:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c50cdd7ed4474c03db3b5bd1f07aefccca61625",
"body": "Catch and log state event parse errors in _process_state_event",
"is_bot": false,
"headline": "catch and log state event parse errors in _process_state_event (#289)",
"author_name": "Neil Johnson",
"author_login": "neilisfragile",
"committed_at": "2018-12-07T21:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d45bbf57e27f0f765691146efd8a922408e8977",
"body": "…ponse_constructor\n\nconstructor should pass its own type to super",
"is_bot": false,
"headline": "Merge pull request #290 from matrix-org/neilj/fix_MatrixUnexpectedRes…",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-12-07T10:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6454fb08977b0cf5c9ee6d1b7ea92962df159cbd",
"body": null,
"is_bot": false,
"headline": "constructor should pass its own type to super",
"author_name": "Neil Johnson",
"author_login": "neilisfragile",
"committed_at": "2018-12-05T23:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7157b9611a5bbaaa19462e43dc525cf87756aefd",
"body": "Add update about project's lack of maintainer to README",
"is_bot": false,
"headline": "Merge pull request #286 from non-Jedi/update-project-status",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-12-02T15:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba12a6d90474e5103dda0b7d117cb0eead404e59",
"body": null,
"is_bot": false,
"headline": "Add update about project's lack of maintainer to README",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-11-27T18:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3e4995c6e948649a7234ac35702ce39828b451",
"body": "Adds ability to invalid all access tokens",
"is_bot": false,
"headline": "Merge pull request #281 from xsteadfastx/logout_all",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-10-09T09:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a93b75f90d1cab313f831a1e8cea4b210d5f296",
"body": null,
"is_bot": false,
"headline": "Adds ability to invalid all access tokens",
"author_name": "Marvin Steadfast",
"author_login": "xsteadfastx",
"committed_at": "2018-10-09T06:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46b5b38a6ee3d6b2d97fb96c7fadcf7b64079a1",
"body": "Refactored api.register",
"is_bot": false,
"headline": "Merge pull request #260 from abhishekkumar2718/refactor_api",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-10-04T20:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb6888281b60aab6fc2102589a3c54276016629",
"body": "update Olm dependency version",
"is_bot": false,
"headline": "Merge pull request #283 from Zil0/fix_olm_build",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-10-04T20:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1b64a81c31aa18b5a963d81f5d6baa1abe0c9e",
"body": "Also depend on a specific commit of the Olm bindings so that master\ndoesn't suddenly break when they get updated.\nThis is still a workaround while we wait for them to be available on pip\nor equivalent.",
"is_bot": false,
"headline": "update Olm dependency version",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-10-04T20:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f6a8a0938fb78711deb50f354feceb31e72b52",
"body": "Refactored api.register to use auth_body and **kwargs.\n\nFixed silly PEP8 mistakes.\n\nExpanded keyword arguments in the doc string\n\nFixed PEP8 Trailing Whitespace error\n\nExplicitly listed key word arguments\n\nExplicitly listed keyword arguments\n\nFinal finishes\n\nRefactored api.register to use auth_body and **kwargs\n\nMinor documentation fixes.\n\nRefactored api.register to use auth_body and **kwargs.",
"is_bot": false,
"headline": "Refactored api.register to use auth_body and **kwargs.",
"author_name": "Abhishek Kumar",
"author_login": null,
"committed_at": "2018-10-03T14:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e366d52850f2bd948e9613022b735054616cfe0b",
"body": "Revert \"Explicitly declare sudo for Travis\"",
"is_bot": false,
"headline": "Merge pull request #264 from Zil0/sudo_travis",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-09-11T09:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c107942b5d45de22f45f998cc830d560ae3cbdf3",
"body": "Media API",
"is_bot": false,
"headline": "Merge pull request #254 from slipeer/thumbnails",
"author_name": "Zil0",
"author_login": "Zil0",
"committed_at": "2018-09-11T09:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58383c6e9bf7efae7333a7e2eee5195899bba2c5",
"body": null,
"is_bot": false,
"headline": "Media API implementation",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-09-11T06:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efb34c649ec279269280f06cb954c3b77742251",
"body": "Add support for filename when uploading media",
"is_bot": false,
"headline": "Merge pull request #274 from w1r0x/upload_filename",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-09-04T22:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06eae0df806df2983ddafe1c0ed5285bcfe51053",
"body": "Fix invitees when create room",
"is_bot": false,
"headline": "Merge pull request #275 from w1r0x/fix_member_invitees_on_create_room",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-09-04T22:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4de75b1104c76c8d7b5e41b1639922b91b00d40",
"body": "Fix spelling in whoami exception",
"is_bot": false,
"headline": "Merge pull request #277 from ThiefMaster/patch-1",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-09-04T22:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a60effcc057f442a85152872bd4759df9fd8136",
"body": "\"Authentification\" doesn't exist",
"is_bot": false,
"headline": "Fix spelling",
"author_name": "Adrian",
"author_login": "ThiefMaster",
"committed_at": "2018-09-04T10:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b81fd66ab0073c7896cddad92c83a7c25841d3",
"body": "This reverts commit f0b1603663f1e61085f27cbdd4c24fdfec88d728.\nIt was a workaround a temporary Travis issue.\n\nSigned-off-by: Valentin Deniaud <valentin.deniaud@inpt.fr>",
"is_bot": false,
"headline": "Revert \"Explicitly declare sudo for Travis\"",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-09-03T08:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a6a9fbbe6a9137e38509f8859d313dfa49d16ee",
"body": "Signed-off-by: Denis Ryabyy <vv1r0x@gmail.com>",
"is_bot": false,
"headline": "Add support for filename when uploading media",
"author_name": "Denis Ryabyy",
"author_login": "w1r0x",
"committed_at": "2018-09-03T07:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a6c7a4d96a94b1b96a59b77c5edb4434165d55",
"body": "Signed-off-by: Denis Ryabyy <vv1r0x@gmail.com>",
"is_bot": false,
"headline": "Fix invitees when create room",
"author_name": "Denis Ryabyy",
"author_login": "w1r0x",
"committed_at": "2018-09-03T07:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00186bab2112ff6bf2a6eab20a3c465c4cf71d05",
"body": "Travis: Add Python 3.7 (fix #250)",
"is_bot": false,
"headline": "Merge pull request #272 from Croydon/python3.7",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-09-02T21:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b3903044f2bb7e0940c44b153ce1ac15ee9b75",
"body": "Do not add empty user displaynames in rooms",
"is_bot": false,
"headline": "Merge pull request #273 from Zil0/empty_displaynames",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-08-14T01:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba496017b363ef7e300ec41658cb2ae21def9a46",
"body": null,
"is_bot": false,
"headline": "do not add empty user displaynames in rooms",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-08-13T21:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52e00f344aefc2d38198f36815372348dee186c1",
"body": null,
"is_bot": false,
"headline": "Travis: Add Python 3.7 (fix #250)",
"author_name": "Michael \"Croydon\" Keck",
"author_login": "Croydon",
"committed_at": "2018-08-13T00:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f4f2569c22eb6d5f66b0502eee372e3e7188a1",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/pr/249'",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-08-09T16:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdcd7267132270f382ba56188bf7d2f819d0b55f",
"body": null,
"is_bot": false,
"headline": "proper support of global and per-room display names",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-08-09T14:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fbe0e947459d964c26a62e91e642adde3c310f",
"body": "Fetch user_id from server if token provided.",
"is_bot": false,
"headline": "Implement whoami method.",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-08-08T07:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f821d6cd75f1fb80ed8defc2a3f7ebab0f1bea9",
"body": "Also some style improvements.",
"is_bot": false,
"headline": "add lexicographic sort to room displayname calculation",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-08-06T08:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e791933688afbe1c103b0ba22ccdfcc4869e00c",
"body": "This should allow for better performance, by using appropriate data\nstructures, and avoiding to create multiple User objects for the same\nuser.",
"is_bot": false,
"headline": "better handling of membership in rooms",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-08-06T08:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3594a3c957d2c4348ce0402ab865dccbf52960",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Increment version to 0.4.0-dev",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-29T20:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7dcdb91d3884e35b9b01867b83509a741fe8933",
"body": "Also refactored the code for getting the version of the sdk.\n\nSigned-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Add test for matrix_client User-Agent",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-29T20:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78d0c64791b5f1700c4e751bcedd24c4c728171",
"body": null,
"is_bot": false,
"headline": "SDK version anouncement in UA header",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-07-29T20:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8beff705682c0ddab55fc6357f876447e4c919",
"body": "fix tests using old MatrixHttpApi.base_url",
"is_bot": false,
"headline": "Merge pull request #261 from Zil0/fix_tests_base_url",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-07-29T16:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d380ed64495806aa2c6cb7dd174962779bf594",
"body": null,
"is_bot": false,
"headline": "fix tests using old MatrixHttpApi.base_url",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-29T14:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a94374be7d7bd472bc65a5eae871b636a7ebb8",
"body": "Since we use a function from urllib3, we shouldn't rely on the requests\ntransitive dependency.",
"is_bot": false,
"headline": "Add explicit dependence on urllib3",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-29T02:59:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa42a99cb6902339aa2b8b2821aa1231757cf0f",
"body": null,
"is_bot": false,
"headline": "Fix issue #221",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-07-29T02:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90f42a442b05da0a2d1c7b66c0a616e4c2c666cb",
"body": "…eateRoom\n\nAdded test for createRoom api method",
"is_bot": false,
"headline": "Added support for parameters 'name' and 'federation' in API method cr…",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-07-29T00:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbf29411e2d0146dd80d1aec239c40195887402c",
"body": null,
"is_bot": false,
"headline": "API _send tests",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-07-29T00:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a55552c5bcd85645e886a21b88cfb748bdb23b2",
"body": "… behavior is customizable.",
"is_bot": false,
"headline": "Send token in Authorization headerinstead of the query parameter. The…",
"author_name": "Pavel Kardash",
"author_login": null,
"committed_at": "2018-07-29T00:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50676efbb36a010d13b9901413a39d84fdb0d89e",
"body": "fix bug when detecting encryption in _mkroom",
"is_bot": false,
"headline": "Merge pull request #251 from Zil0/fix_mkroom",
"author_name": "Adam B",
"author_login": "non-Jedi",
"committed_at": "2018-07-14T16:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5eca393b0d2d40dea48054a33457251a79a60a",
"body": null,
"is_bot": false,
"headline": "fix bug when detecting encryption in _mkroom",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-14T15:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68575526f98c5b93ee8459fc5a977ce44f9f2d4",
"body": null,
"is_bot": false,
"headline": "add one-time key counts tracking tests",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-13T15:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef127cc0aedcc408ab91bce2cb42cee2e5e64f59",
"body": null,
"is_bot": false,
"headline": "track one time keys count in sync response",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-13T15:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b595b654fded68ac3a09598bdd2d3841143315d2",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/pr/235'",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-13T15:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4199066c1c6575615b52d2fa9076ff759a7ae5e1",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/pr/234'",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-13T15:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006000c04444f1b4c47a730f02bbb0444751c746",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/pr/233'",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-07-13T15:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b1603663f1e61085f27cbdd4c24fdfec88d728",
"body": "Update .travis.yml\n\nInstall libs to /tmp\n\nFine! Sudo it is!\n\nUpdate .travis.yml",
"is_bot": false,
"headline": "Explicitly declare sudo for Travis",
"author_name": "Will Hunt",
"author_login": "Half-Shot",
"committed_at": "2018-07-13T15:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8948890a9c1a3a5b6afbc67d8aa5c77faf50d97",
"body": null,
"is_bot": false,
"headline": "automatically check if a room is encrypted",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e6d3ce7c492acf6e9aab9408bf61d6be042484",
"body": null,
"is_bot": false,
"headline": "add get_state_event API method",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141d6f966322ff775e35a62e18d1a34b33363772",
"body": null,
"is_bot": false,
"headline": "handle m.room.encryption",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b300ada0e8b9fa2ef0bdb161aca326ab6b9abb85",
"body": null,
"is_bot": false,
"headline": "enable encryption in a room",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df920a1a3a36fd90736d8ad14eba88559769b14",
"body": "fix #242",
"is_bot": false,
"headline": "use class docstrings instead of __init__ docstrings",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4f91aaf13935224b561b5c89ab52a6f674f199",
"body": null,
"is_bot": false,
"headline": "allow encryption configuration from client",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059ab43db95348f93d998c8a82bbe72c952d631c",
"body": null,
"is_bot": false,
"headline": "plug-in encryption in client",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7153a61a1c47be92684ff898f1ada91173a8124a",
"body": null,
"is_bot": false,
"headline": "add upload identity/one-time keys tests",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eabc6a320ea45475441f208ef743193f17e6261",
"body": null,
"is_bot": false,
"headline": "upload one-time keys",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-05T13:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e12d085ec2b9cc401490fbd78cea7463587d0c",
"body": null,
"is_bot": false,
"headline": "upload identity keys",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-07-01T19:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb24e24e00f5517b7c2ba1237037264d5baffef5",
"body": "Temporary section while the bindings are not hosted on PyPI.",
"is_bot": false,
"headline": "add Olm binding instructions to README",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T21:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8badc8596007dc78189f66ef0b8d7d22c3aefac3",
"body": "Temporary solution while waiting for the bindings to be available on\nPyPi.",
"is_bot": false,
"headline": "setup travis for e2e",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T21:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4f3d190f5289853cbbf72434e0b5f199ff7018",
"body": "This fixes a warning using Sphinx 1.4.6 and Python 3.6.",
"is_bot": false,
"headline": "ignore optional dependencies when building doc",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545720f103049218e67b6808e134132b6907971d",
"body": null,
"is_bot": false,
"headline": "skip crypto tests if olm is missing",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7daf0bd9801885d7740620b3e81faa03ce49d4",
"body": null,
"is_bot": false,
"headline": "add sign/verify json tests",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cdc91e07bd0cf30e40bf7ddc4e437a431e0256f",
"body": null,
"is_bot": false,
"headline": "add signature verification",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c30c2c39a5e8d12208feaa352db2bb41ff43d2b",
"body": null,
"is_bot": false,
"headline": "build crypto submodule",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c95c67c02d5acab8fe4ea3b2f95ae86e91186a56",
"body": null,
"is_bot": false,
"headline": "build doc for crypto.olm_device",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e6c69ffa11fbe2ae7da61bb26f7f04c4e05ebd",
"body": null,
"is_bot": false,
"headline": "add crypto/olm_device.py and sign json",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65321d30b3a76fcda9f4bbbbc4cf282a42173134",
"body": null,
"is_bot": false,
"headline": "add crypto/__init__.py",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7df3b4f22baece88ad74aaf8426c817c71f3b16",
"body": null,
"is_bot": false,
"headline": "add python-olm dependency",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T15:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d74988a6d16fc68484e4236fa2ff0da5d4c2445",
"body": null,
"is_bot": false,
"headline": "add canonicaljson dependency",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-23T12:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f153684d48da6dc7f9d7f5dc374d63faf63a3196",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Bump version to v0.3.2",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-22T02:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3642363ea8b036a127124a819cfa39b1e4e7374e",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Format README as valid RST",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-22T02:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21cc1ca23a25281ba2a0b2f87328e40c29c80d39",
"body": "And release v0.3.1\n\nSigned-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Update README to correct content-type",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-22T02:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2771451bc3baf7aecaa0847a3e018710eca32fb3",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Release v0.3.0",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-22T01:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ccbaa19e1281f3358b3f5f59d6fe736e407a87e",
"body": null,
"is_bot": false,
"headline": "Merge work on proper optional kwargs",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-15T19:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5af0e22316991b84786e7cff0155557d22a8d5",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Use convention of None for optional kwargs",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-15T19:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a135c05e9d4ce3a53e1446f337c91f10c928730c",
"body": "Signed-off-by: Jozef Henzl <popcorp86@gmail.com>",
"is_bot": false,
"headline": "Remove default dict parameters from `api`",
"author_name": "Jozef Henzl",
"author_login": "pcppcp",
"committed_at": "2018-06-15T18:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1024fa13d471c10a104b5e598a34855d27d6b7c5",
"body": "Erik ain't my boss.\n\nSigned-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Enable all PEP8 warnings",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-15T16:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83bbfbcdfcea691a2816e4c1dfb3deee97e24fc8",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Cleanup test dependency stuff",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-12T15:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab41fe4df4df980e80e85f77efd3fd396fa2fbd",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Cleanup logic for calculating room displayname",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-12T15:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb7abbc1c3cfa61e6b7779d6201d6bd1a3db297",
"body": "Signed-off-by: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>",
"is_bot": false,
"headline": "Merge PR 231",
"author_name": "Adam Beckmeyer",
"author_login": "non-Jedi",
"committed_at": "2018-06-12T14:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1534f5afaa492cd472168fd266b284b6d3aaf448",
"body": "Avoids overwriting the internal _members list with a list of\nuser_ids.",
"is_bot": false,
"headline": "fix list copy bug in display_name property",
"author_name": "Valentin Deniaud",
"author_login": "Zil0",
"committed_at": "2018-06-12T13:29:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 0,
"latest_release_at": "2021-07-26T12:03:01Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 1383,
"active_weeks_last_year": 0,
"days_since_latest_release": 1830,
"mean_days_between_releases": 272.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "matrix_client",
"exists": true,
"license": "Apache License, Version 2.0",
"keywords": [
"chat",
"sdk",
"matrix",
"matrix.org",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
"Topic :: Communications :: Conferencing"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/matrix_client/",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/matrix-org/matrix-python-sdk",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2015-01-07T09:54:36.017060Z",
"latest_published_at": "2021-07-26T12:06:18.814178Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1830
}
]
},
"popularity": {
"forks": 118,
"stars": 266,
"watchers": 46,
"fork_history": {
"days": [
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-02-22",
"count": 2
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-05-22",
"count": 1
},
{
"date": "2016-06-25",
"count": 1
},
{
"date": "2016-07-20",
"count": 1
},
{
"date": "2016-08-12",
"count": 2
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-29",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-12-18",
"count": 1
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2017-01-01",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-04-04",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-22",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-08-26",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-10-08",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-28",
"count": 2
},
{
"date": "2018-04-01",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-08-28",
"count": 2
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-29",
"count": 2
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-09-18",
"count": 1
},
{
"date": "2022-10-16",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
}
],
"complete": true,
"collected": 111,
"total_forks": 118
},
"star_history": null,
"open_issues_and_prs": 59
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 39415,
"source_files_sampled": 24,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "urllib3",
"direct": true,
"version": "1.26.20",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2xpw-w6gg-jr37",
"GHSA-38jv-5279-wg99",
"GHSA-gm62-xv2j-4w53",
"GHSA-pq67-6m6q-mj2v",
"GHSA-qccp-gfcp-xxvc",
"PYSEC-2026-141",
"PYSEC-2026-1994",
"PYSEC-2026-1996",
"PYSEC-2026-1998",
"PYSEC-2026-1999"
],
"fixed_version": "2.7.0",
"advisory_count": 10,
"oldest_advisory_days": 407
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 10,
"affected_count": 1,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "pypi:matrix_client@0.4.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "responses",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 16,
"merged_prs": 148,
"open_issues": 43,
"closed_ratio": 0.606,
"closed_issues": 66,
"closed_unmerged_prs": 55
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Half-Shot",
"commits": 186,
"avatar_url": "https://avatars.githubusercontent.com/u/2072976?v=4"
},
{
"type": "User",
"login": "non-Jedi",
"commits": 103,
"avatar_url": "https://avatars.githubusercontent.com/u/17915621?v=4"
},
{
"type": "User",
"login": "Zil0",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/30212477?v=4"
},
{
"type": "User",
"login": "kegsay",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/7190048?v=4"
},
{
"type": "User",
"login": "galpressman",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/4964075?v=4"
},
{
"type": "User",
"login": "pik",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/10236920?v=4"
},
{
"type": "User",
"login": "delijati",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/769969?v=4"
},
{
"type": "User",
"login": "erikjohnston",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/8428120?v=4"
},
{
"type": "User",
"login": "dovf",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/830975?v=4"
},
{
"type": "User",
"login": "severen",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/4061736?v=4"
}
],
"contributors_sampled": 47,
"top_contributor_share": 0.382
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 8/17 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "887f5d55e16518a0a2bef4f2d6bff6ecf48d18c1",
"ran_at": "2026-07-31T06:43:50Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-14T03:22:27Z",
"oldest_open_prs": [
{
"number": 125,
"created_at": "2017-05-03T13:10:52Z",
"last_comment_at": "2017-05-03T13:10:54Z",
"last_comment_author": "matrixbot"
},
{
"number": 135,
"created_at": "2017-05-22T22:25:49Z",
"last_comment_at": "2017-09-23T03:56:36Z",
"last_comment_author": "jfrederickson"
},
{
"number": 157,
"created_at": "2017-10-16T11:18:48Z",
"last_comment_at": "2017-10-23T16:17:42Z",
"last_comment_author": "non-Jedi"
},
{
"number": 179,
"created_at": "2018-03-12T22:52:12Z",
"last_comment_at": "2018-03-16T15:15:07Z",
"last_comment_author": "non-Jedi"
},
{
"number": 201,
"created_at": "2018-05-06T21:21:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 253,
"created_at": "2018-07-18T09:06:55Z",
"last_comment_at": "2021-10-06T11:26:48Z",
"last_comment_author": "DecaTec"
},
{
"number": 270,
"created_at": "2018-08-10T08:29:04Z",
"last_comment_at": "2018-10-04T22:01:37Z",
"last_comment_author": "Zil0"
},
{
"number": 284,
"created_at": "2018-10-05T12:03:44Z",
"last_comment_at": "2018-12-22T18:56:06Z",
"last_comment_author": "remram44"
},
{
"number": 291,
"created_at": "2018-12-06T00:06:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 295,
"created_at": "2019-01-09T15:24:33Z",
"last_comment_at": "2019-02-18T00:09:05Z",
"last_comment_author": "madduck"
},
{
"number": 301,
"created_at": "2019-03-17T20:06:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 302,
"created_at": "2019-03-29T11:33:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 303,
"created_at": "2019-04-14T22:35:07Z",
"last_comment_at": "2020-11-04T12:46:34Z",
"last_comment_author": "makefu"
},
{
"number": 314,
"created_at": "2020-02-29T13:49:20Z",
"last_comment_at": "2020-03-02T15:20:21Z",
"last_comment_author": "clouetb"
},
{
"number": 325,
"created_at": "2022-07-31T12:18:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 327,
"created_at": "2022-10-16T09:13:19Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-07-22T17:34:22Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2015-09-13T01:48:11Z",
"last_comment_at": "2017-05-06T02:26:29Z",
"last_comment_author": "non-Jedi"
},
{
"number": 36,
"created_at": "2016-08-12T08:25:55Z",
"last_comment_at": "2017-09-24T21:31:11Z",
"last_comment_author": "non-Jedi"
},
{
"number": 38,
"created_at": "2016-08-19T13:14:18Z",
"last_comment_at": "2021-07-26T11:59:19Z",
"last_comment_author": "anoadragon453"
},
{
"number": 82,
"created_at": "2016-12-29T07:47:26Z",
"last_comment_at": "2020-10-05T17:51:00Z",
"last_comment_author": "vijaytabhatt"
},
{
"number": 91,
"created_at": "2017-01-14T15:44:33Z",
"last_comment_at": "2017-01-14T16:57:02Z",
"last_comment_author": "galpressman"
},
{
"number": 106,
"created_at": "2017-03-19T23:19:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 127,
"created_at": "2017-05-05T00:57:50Z",
"last_comment_at": "2017-05-06T12:53:17Z",
"last_comment_author": "pik"
},
{
"number": 129,
"created_at": "2017-05-09T01:04:40Z",
"last_comment_at": "2021-08-21T19:49:33Z",
"last_comment_author": "non-Jedi"
},
{
"number": 139,
"created_at": "2017-07-02T08:49:49Z",
"last_comment_at": "2026-05-17T09:32:17Z",
"last_comment_author": "s4mdf0o1"
},
{
"number": 148,
"created_at": "2017-09-24T21:03:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2017-10-08T16:35:08Z",
"last_comment_at": "2017-11-14T15:51:14Z",
"last_comment_author": "subins2000"
},
{
"number": 151,
"created_at": "2017-10-08T16:35:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 153,
"created_at": "2017-10-11T12:26:17Z",
"last_comment_at": "2018-05-14T18:18:33Z",
"last_comment_author": "non-Jedi"
},
{
"number": 155,
"created_at": "2017-10-11T16:53:01Z",
"last_comment_at": "2017-10-11T18:16:55Z",
"last_comment_author": "non-Jedi"
},
{
"number": 161,
"created_at": "2017-11-02T20:50:08Z",
"last_comment_at": "2017-11-03T15:22:51Z",
"last_comment_author": "delijati"
},
{
"number": 178,
"created_at": "2018-03-12T11:22:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 187,
"created_at": "2018-03-30T17:22:52Z",
"last_comment_at": "2018-03-30T19:58:07Z",
"last_comment_author": null
},
{
"number": 190,
"created_at": "2018-04-10T16:58:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 192,
"created_at": "2018-04-11T16:20:37Z",
"last_comment_at": "2018-04-20T11:10:07Z",
"last_comment_author": null
},
{
"number": 193,
"created_at": "2018-04-15T11:05:12Z",
"last_comment_at": "2018-04-19T21:59:44Z",
"last_comment_author": "non-Jedi"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matrix-org/matrix-python-sdk",
"host": "github.com",
"name": "matrix-python-sdk",
"owner": "matrix-org"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 29,
"inputs": {
"security": 47,
"vitality": 18,
"community": 68,
"governance": 68,
"engineering": 44,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 49,
"overall_after_abandonment_multiplier": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1383,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1383 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1383
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 1830,
"mean_days_between_releases": 272.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1830 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1830
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~272.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 272.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"unfixed_advisory",
"release_stall",
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 16,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 1836,
"days_since_last_human_commit": 1833,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1833 days; 6 unmet obligation(s): pull requests unanswered, issues unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained, CI broken",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1833,
"count": 6,
"signals": "pull requests unanswered, issues unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 118,
"stars": 266,
"watchers": 46,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "266 stars",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 266
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "118 forks",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 118
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "46 watchers",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 46
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 47,
"top_contributor_share": 0.382
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 38% of commits",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "47 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 47
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 148,
"open_issues": 43,
"closed_issues": 66,
"issue_closed_ratio": 0.606,
"closed_unmerged_prs": 55
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "61% of issues closed",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 61
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "148/203 decided PRs merged",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 148,
"decided": 203
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/17 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 6787,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "matrix-org",
"public_repos": 331,
"account_age_days": 4371
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6,787 followers of matrix-org",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6787,
"login": "matrix-org"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "331 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 331
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"matrix_client"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 1830
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1830 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1830
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/17 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the pypi:matrix_client@0.4.0 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:matrix_client@0.4.0",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 73,
"inputs": {
"source": "osv",
"advisories": 10,
"affected_packages": 1,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: urllib3 1.26.20 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "urllib3 1.26.20 (high 7.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 407 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 407
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.31,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "31 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 39415,
"source_files_sampled": 24,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/24 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 24,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T06:44:15.868507Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matrix-org/matrix-python-sdk.svg",
"full_name": "matrix-org/matrix-python-sdk",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}