Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 10022,
"has_wiki": true,
"homepage": "https://trio.readthedocs.io",
"languages": {
"Shell": 8792,
"Python": 1192791
},
"pushed_at": "2025-08-12T07:36:11Z",
"created_at": "2020-10-20T19:49:02Z",
"owner_type": "User",
"updated_at": "2021-05-03T13:07:12Z",
"description": "Trio – a friendly Python library for async concurrency and I/O",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "richardsheridan",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/8000454?v=4",
"created_at": "2014-06-26T22:40:30Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 4412
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2020-09-15T10:55:02Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2020-06-10T05:18:35Z"
},
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2020-05-22T08:07:19Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2020-05-19T05:16:28Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2020-04-27T12:00:51Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2019-11-02T20:31:38Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2019-08-01T07:51:09Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2019-08-01T04:12:18Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2019-02-09T20:23:52Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2019-01-07T19:17:28Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2018-10-12T16:35:41Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2018-10-01T01:21:00Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2018-09-03T16:50:40Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2018-08-13T12:36:50Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2018-07-20T09:58:45Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-04-14T09:40:20Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-12-28T01:27:42Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-12-06T11:27:42Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-03-11T00:29:44Z"
}
],
"recent_commits": [
{
"oid": "2a66a0d149ec0796a542fcf0be726e7b81aba301",
"body": "Add ability to break parking lots, stop locks from stalling",
"is_bot": false,
"headline": "Merge pull request #3081 from jakkdl/break_the_lot",
"author_name": "Zac Hatfield-Dodds",
"author_login": "Zac-HD",
"committed_at": "2024-10-09T03:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f9799d80d25bbf00f5021f41384bf320bb1c5e",
"body": null,
"is_bot": false,
"headline": "fix test. polish comments and tests",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-10-08T11:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82621064bc57caa3af499207c0042bb17fc9e5e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into break_the_lot",
"author_name": "John Litborn",
"author_login": "jakkdl",
"committed_at": "2024-10-08T10:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7ece30766c7076bdbac84286870d958769a8ab",
"body": null,
"is_bot": false,
"headline": "make broken_by attribute a list, clean up tests",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-10-08T10:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0158fa100bf8e065425ee8fb24cb57e6d0ca3d9",
"body": "updates:\r\n- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)\r\n- [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...24.10.0)\r\n- [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.6.9)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3102)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-10-08T01:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b81e297a081febe040d2ae05b6a19b9dc8b63bea",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into break_the_lot",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-10-07T12:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc97cca24fc52f73d18581cbf6bd77fceeb3dd6f",
"body": null,
"is_bot": false,
"headline": "remove warning on task exit",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-10-07T12:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9067b775d5c19ccba866ac9806a0976cd895c1",
"body": "…s (#3101)\n\n* Add documentation to document members\r\n\r\n* Clean up copy-paste\r\n\r\n* Mark new pyright checktypes error",
"is_bot": false,
"headline": "Add documentation for `statistics()` and `aclose()` on memory channel…",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-10-07T07:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a1ce5b755b5775153a3525bea793ab7da05fb44",
"body": "…docstring. fix runtimewarning transforming into triointernalerror. add a bunch of tests",
"is_bot": false,
"headline": "raise brokenresourceerror if registering an already exited task. fix …",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-10-02T10:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498325d4d744661814c94899d37c39767c59430a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Dependency updates (#3100)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-10-01T00:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f508bb4e4f060eb178b85e468db9c97f37497996",
"body": "* NoReturn\r\n\r\n* rst\r\n\r\n* fix \"implicit return\"\r\n\r\n* TeamSpen210 rc\r\n\r\n* Add a test for the error\r\n\r\n---------\r\n\r\nCo-authored-by: Spencer Brown <spencerb21@live.com>",
"is_bot": false,
"headline": "trio.sleep_forever should be NoReturn (#3096)",
"author_name": "Redoubts",
"author_login": "Redoubts",
"committed_at": "2024-09-30T22:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c742a52da0fe88478c153de9608cb021bef88eb2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into break_the_lot",
"author_name": "John Litborn",
"author_login": "jakkdl",
"committed_at": "2024-09-27T10:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec488633c597f84c4b0c952a82bbb80aa0222097",
"body": null,
"is_bot": false,
"headline": "docstring updates after A5rocks review",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-27T10:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e979bfef4aac8c756fd4c6c521977cfcfdde1df",
"body": null,
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3093)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-09-23T23:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03663a47e8888882fee7424e1213f5ecec8d66a",
"body": "Change `fail_after`&`move_on_after` to set deadline relative to entering. Add CancelScope.relative_deadline",
"is_bot": false,
"headline": "Merge pull request #3010 from jakkdl/fail_after_documentation",
"author_name": "Zac Hatfield-Dodds",
"author_login": "Zac-HD",
"committed_at": "2024-09-23T21:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9961abcef5a65dd3ed4f849f880337a5d827de0f",
"body": null,
"is_bot": false,
"headline": "properly link to ASYNC122",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-19T11:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f78f46e636e6672179292fe69f5f39fb87e2d9",
"body": null,
"is_bot": false,
"headline": "break lots before other checks, minor phrasing improvement in docstring",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-19T10:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf12a8011ce4dbb558d2a643cd09f5ccf2a35951",
"body": null,
"is_bot": false,
"headline": "update docs/newsfragments/docstrings",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-18T11:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ac5888e21b0eaacfec64bed0edac27a55b1fa1",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fail_after_documentation",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-18T10:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a7650df7cdc4dc46608c2bbdcf71d9379dc2313",
"body": null,
"is_bot": false,
"headline": "duplicate validation logic, bump pyright",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-18T10:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21cf0d66ef220173e8410f5306bd55f0e107a16a",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into break_the_lot",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-18T10:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277c7da13cd9d18cb1b0b9ab1cc4aa8bbc5a2106",
"body": null,
"is_bot": false,
"headline": "various fixes after review",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-18T10:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b834f73cbdd6b0c087ac2d19c5c47f7101a279bd",
"body": "* Undo towncrier changes when building docs\r\n\r\n* Restore git index after towncrier run\r\n\r\n* Add type annotation for history_new",
"is_bot": false,
"headline": "During docs builds, leave newsfragments unchanged (#3086)",
"author_name": "Spencer Brown",
"author_login": "TeamSpen210",
"committed_at": "2024-09-18T10:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d81c2720d0b5bd68ab62d676b207791af7df8c1",
"body": null,
"is_bot": false,
"headline": "Update open process types (#3076)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-09-18T09:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cc5a1e790b14c7de2431aef08565b38849cc89",
"body": "* [pre-commit.ci] pre-commit autoupdate\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.6.5)\r\n- [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](https://github.com/sphinx-contrib/sphinx-lint/compare/v0.9.1...v1.0.0)\r\n\r\n* Remove unnecessary parenthesis\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: EXPLOSION <git@helvetica.moe>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3088)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-09-17T08:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e863b8ef1506e286cf48bf6074485028a7b2c07",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fail_after_documentation",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-16T13:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36786a66a804ec8d9fc59a97353ef127e981f9d4",
"body": null,
"is_bot": false,
"headline": "pragma: no cover",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-16T13:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e94171ae0a1850cdabd8bd7f7f58d31165490e",
"body": null,
"is_bot": false,
"headline": "change some RuntimeError to DeprecationWarning, fix tests/coverage",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-16T13:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a3d8ef0de16ad2592aab0559e55ec6e2b14b35",
"body": "…dling to CancelScope. Move value validation from move_on_after/at to CancelScope",
"is_bot": false,
"headline": "remove _is_relative, and calculate it on the fly instead. Add nan han…",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-16T11:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a32eb0ca3c329a534df3c0d45a113377fdbf0ac",
"body": null,
"is_bot": false,
"headline": "clean up return type of fail_at/_after for sphinx",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-16T11:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b26e234368793a087893f3c0cc06c0c84702db5",
"body": "Add sphinx-lint",
"is_bot": false,
"headline": "Merge pull request #3085 from CoolCat467/add-sphinx-lint",
"author_name": "Zac Hatfield-Dodds",
"author_login": "Zac-HD",
"committed_at": "2024-09-15T23:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fc52b7430d072f1f88ad490d99b65e2ed17288",
"body": "…a thorough pass",
"is_bot": false,
"headline": "quick re-implementation after new spec. Docs/docstrings have not had …",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-12T11:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759129740dfbbd14c624e788ae2f312ed1d79ce1",
"body": "…ypes_fail_at",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into repro_pyright_verifyt…",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-12T10:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8b2cc2e0ff93e3be2ad69e86420d8f3971f117",
"body": "Mentioned in and closes https://github.com/python-trio/trio/issues/3082, this pull\nrequest adds the sphinx-lint pre-commit hook",
"is_bot": false,
"headline": "Add sphinx-lint",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-09-10T21:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89fb2a76772a54385e46dbf021a595b50ffac52",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into break_the_lot",
"author_name": "John Litborn",
"author_login": "jakkdl",
"committed_at": "2024-09-10T13:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d7205216c59ccc8455358c9c26e0a548c6e803",
"body": null,
"is_bot": false,
"headline": "add test for default argument of break_lot",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-10T13:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb7a451022a6d02cd0d81489c5e742252c294160",
"body": "…as it in acquire, update docstrings. docs are failing to build locally but idk wth is wrong",
"is_bot": false,
"headline": "add newsfragments, add StalledLockError, reraise BrokenResourceError …",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-10T13:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fee3ec05864207411c5c581d5a992e4b80cd2481",
"body": "updates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.4)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3083)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-09-10T00:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ff9a27ca03213426746a97565fe31c08d1226d",
"body": null,
"is_bot": false,
"headline": "clean up GLOBAL_PARKING_LOT_BREAKER when task releases or exits",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T14:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b86e80072e7b6dcd177003c9ee663eb11d195ff",
"body": null,
"is_bot": false,
"headline": "clean up breaker dict",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T14:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6835e873870e7b48c00b09c52bcd76a6ab54bd82",
"body": null,
"is_bot": false,
"headline": "add lock handover test",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T14:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f75d441f4cd842409058248c65c966eca61b45a",
"body": null,
"is_bot": false,
"headline": "add tests",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T13:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127c5fcaef2420bd5d8c3992792b4fedf0c0e376",
"body": null,
"is_bot": false,
"headline": "fixes after review by TeamSpen210",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T11:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36cdad13424f6795e8b819f410487fdb3eb16f9",
"body": null,
"is_bot": false,
"headline": "update docstrings",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T10:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543a087fd007ce1094e9e9f0a87b30b3a6ffd387",
"body": null,
"is_bot": false,
"headline": "fix re-export for verifytypes visibility",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T10:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfa1ad214f68e02e2e61c27df3b994740492da8",
"body": null,
"is_bot": false,
"headline": "fix import cycle",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T10:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd67a50334d722f38f9a900973e31062272da00",
"body": null,
"is_bot": false,
"headline": "initial implementation of lot breaking",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-06T10:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6335482f06ac4b7eb52e69534cc9b7c744002d",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-05T14:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0183b4307cb8922096cbce2b1c25eb93208d5bc9",
"body": null,
"is_bot": false,
"headline": "fix tests/codecov",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-05T14:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2409481db4c8e8b59e77d26fce9dd7c097219b4",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-05T14:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5876d29acc85b3a27f47d48a841852c5282dd0",
"body": null,
"is_bot": false,
"headline": "add transitional functions",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-05T11:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347412862d14b2f9fc3ca582b8e24b89d3818283",
"body": null,
"is_bot": false,
"headline": "write docs, update newsfragments to match current implementation",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-09-05T09:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7079d719bfd6dc8818fde05667089d97ed4707f4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fail_after_documentation",
"author_name": "John Litborn",
"author_login": "jakkdl",
"committed_at": "2024-09-05T08:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51b2dffb916ae513e1c44b1afc243cdda072e690",
"body": null,
"is_bot": true,
"headline": "Dependency updates (#3077)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-09-01T00:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "510aaa1685588371cacb453728a4b27d7186d674",
"body": null,
"is_bot": false,
"headline": "remove unneeded type:ignore with mypy 1.11",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-08-31T11:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ba1ca0aaecf20f42627411bca6fc495f3b726a",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fail_after_documentation",
"author_name": "jakkdl",
"author_login": "jakkdl",
"committed_at": "2024-08-31T11:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009058155807377ef9a93f63b0f2d74414778931",
"body": "Enable ruff's `flake8-commas` rule",
"is_bot": false,
"headline": "Merge pull request #3044 from CoolCat467/enable-flake8-commas",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-30T07:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c8f9c0e5c83846c5bc296ba207948c0f4b1423",
"body": null,
"is_bot": false,
"headline": "Enable mypy and disable jedi on PyPy (#3075)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-30T04:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a3dcba3172e6ade284aaf186320b17b4b80d7f",
"body": null,
"is_bot": false,
"headline": "Test PyPy 3.10 on both Windows and MacOS (#3074)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-30T04:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30babafa732799d6730fe5936c5ddbe8f453ad12",
"body": null,
"is_bot": false,
"headline": "Black changes that got missed somehow",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-29T15:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810534df4c148235060010ef8cadeeac2e6c0222",
"body": null,
"is_bot": false,
"headline": "Add enabling flake8-commas commit to ignore revs",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-29T15:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03906eab61c8e9f7672d9d0df2cbc2554b8c8c60",
"body": null,
"is_bot": false,
"headline": "Functional changes to `gen_exports`",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-29T15:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25c02a94e2defcb0fad32976b02218be1133bdf",
"body": null,
"is_bot": false,
"headline": "Enable `flake8-commas`",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-29T15:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae737ad3eb79c273cd6c1b093f6795701d06b81",
"body": null,
"is_bot": false,
"headline": "Stop testing PyPy's Python 3.9 (#3073)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-29T01:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c375faa4296e9f7e162f7f1e1c1b99cb6f1f09",
"body": "updates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.6.2)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.6.1 → v0.6.2",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-08-27T01:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd196529352cb03d60facdc4c59758888f99ea1d",
"body": "* move_on_ and fail_ context managers accepts shield arg\r\n\r\n* make it a kwarg\r\n\r\n* news rst\r\n\r\n* news rst\r\n\r\n* better docstring and parametrize test\r\n\r\n* undo\r\n\r\n* black\r\n\r\n* new line\r\n\r\n* update news rst to issue number\r\n\r\n* no need to explicitly link to docs\r\n\r\n---------\r\n\r\nCo-authored-by: EXPLOSION <git@helvetica.moe>",
"is_bot": false,
"headline": "move_on_ and fail_ functions accepts shield kwarg (#3051)",
"author_name": "Agnes Natasya",
"author_login": "agnesnatasya",
"committed_at": "2024-08-26T05:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c08af7b23e7da69ba9689a4fd30ea539c4aaae2",
"body": "…structions for running w/ coverage (#3036)\n\n* add instructions for creating virtualenv, update instructions for running with coverage\r\n\r\n* fixes after review\r\n\r\n* okay now instructions actually work",
"is_bot": false,
"headline": "contributing.rst: add instructions for creating virtualenv, update in…",
"author_name": "John Litborn",
"author_login": "jakkdl",
"committed_at": "2024-08-26T05:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e731dfce93e4907165096137aab1505ede5cd2",
"body": "* Bump what Python version `docs-requirements.txt` is for\r\n\r\n* Update `__module__` before GenericAlias makes a copy\r\n\r\n* Reference SSLStream correctly\r\n\r\n* Explain >=2\r\n\r\n* fix & extend comment on math.inf & types.FrameType workaround\r\n\r\n---------\r\n\r\nCo-authored-by: jakkdl <h6+github@pm.me>",
"is_bot": false,
"headline": "Update sphinx (#3070)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-25T15:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f614ec9ac8f94e5996143b1c332fd89a57d68c9",
"body": null,
"is_bot": false,
"headline": "Update `uv`'s output when it gets bumped in autodeps (#3069)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-22T02:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e09c0bffde4a237f531e40184b193f66d08d47",
"body": "* Regenerate files automatically if any are changed\r\n\r\n* Skip running `regenerate-files` on pre-commit.ci\r\n\r\n* Update test to reflect the changes made\r\n\r\n* Fix type annotation for test\r\n\r\n* Do not check generated files, only source files",
"is_bot": false,
"headline": "Regenerate generated files automatically if any are changed (#3050)",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-21T18:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cfb239601b29dcec037422de8500eabe1f4623",
"body": "* Switch to use `uv`. Closes #2956\r\n\r\n* Update ci.sh\r\n\r\n-U => --upgrade, for legibility\r\n\r\n* Revert changing wheel version to be lower\r\n\r\n* Make sure running without a venv works\r\nAlso fix shellcheck reported issues\r\n\r\n* Try to fix getting python executable on windows\r\n\r\n* Make `PYTHON_PATH` work on\n[…]\nchange it's own executable while running\r\n\r\n* Follow shellcheck suggestions\r\n\r\n* Use constraints instead of grep\r\n\r\n---------\r\n\r\nCo-authored-by: John Litborn <11260241+jakkdl@users.noreply.github.com>",
"is_bot": false,
"headline": "Switch to use `uv pip install` (#2957)",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-21T18:32:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbb9d50dc7b678a5da99856f4e88a35c140839e3",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Dependency updates (#3068)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-08-21T04:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c95a553038e376be73455466196af2369c59c6",
"body": "… (#3042)\n\n* Fix trio.socket.SocketType.bind to work with PathLike arguments again\r\n\r\nfixes #3041\r\n\r\n* Test passing various types to trio.socket.SocketType.{bind,connect}\r\n\r\nTests #3041\r\n\r\n* Add a newsfragment\r\n\r\n* Appease pre-commit\r\n\r\n---------\r\n\r\nCo-authored-by: EXPLOSION <git@helvetica.moe>",
"is_bot": false,
"headline": "Fix trio.socket.SocketType.bind to work with PathLike arguments again…",
"author_name": "Filip Štědronský",
"author_login": "regnarg",
"committed_at": "2024-08-21T04:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af02e8bca46d57963a722aa879586a2c3c8e8ac2",
"body": "* Check newsfragments using a custom Action\r\n\r\n* Remove unnecessary pull request event\r\n\r\n---------\r\n\r\nCo-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>",
"is_bot": false,
"headline": "Check for newsfragments (#3055)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-21T03:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f405ec315e2a69b6db02eff40fce37341a0b584c",
"body": null,
"is_bot": false,
"headline": "Constrain dependencies to our requirements.txt file (#3061)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-21T03:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4268e7e94d7ecbb316bd7a791079bf569ef941e",
"body": "* [pre-commit.ci] pre-commit autoupdate\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1)\r\n\r\n* Update `ruff` to `0.6.1`\r\nEven though no conflicts have happened, I don't feel super great about leaving tests on \n[…]\n hooks are running.\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3067)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-08-20T01:13:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2df486f95fd29d55f08d0746e9ba79dc2207c3f",
"body": "…d `flake8-quotes` rules (#3046)",
"is_bot": false,
"headline": "Enable ruff's `refurb`, `flake8-import-conventions`, `flake8-pie`, an…",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-16T20:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c55b62aa758438f705061517b5645c228a0277f",
"body": null,
"is_bot": false,
"headline": "Enable ruff's `flake8-executable` and `flynt` rules (#3045)",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-16T20:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd9c8f48e564283cefac4d0f5a691683f4fc43e",
"body": null,
"is_bot": false,
"headline": "Update awesome-trio-libraries.rst (#3066)",
"author_name": "decorator-factory",
"author_login": "decorator-factory",
"committed_at": "2024-08-13T16:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fad505488504fffd6e8b9bf3ab830fd2b5243ba",
"body": "updates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.5.7)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3065)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-08-12T23:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9baca6045d427fd4cc0de2ca396ddeb4a0f40a5",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Dependency updates (#3063)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-08-08T01:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff8f74eb15374c43fda319f3a1581c60a1e138d",
"body": "Bump version to 0.26.2",
"is_bot": false,
"headline": "Merge pull request #3060 from A5rocks/release-0.26.2",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-08T00:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c41d8f09b93cb7cf7ad9ec8c86dc40f742ab979",
"body": null,
"is_bot": false,
"headline": "Start new cycle",
"author_name": "A5rocks",
"author_login": "A5rocks",
"committed_at": "2024-08-08T00:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993e67a7af2b337125c17f63783c703504497324",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.26.2",
"author_name": "A5rocks",
"author_login": "A5rocks",
"committed_at": "2024-08-08T00:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe02c09fe07ac8b8430169bd58775d2843e0d7a",
"body": "* Catch deprecation warnings on import\r\n\r\n* Fix deprecation warning from attrs\r\n\r\n* Fix testcase\r\n\r\n* Appease linters\r\n\r\n* Fix test case",
"is_bot": false,
"headline": "Fix attrs redone (#3058)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-08T00:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a50fcaacbe404bd1f9c448bfaeb3f24f161c4a46",
"body": "…6 (#3059)\n\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.5.5 → v0.5.…",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-08-06T00:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "223e4f44431630b27f598c2cc689469701033c56",
"body": "Bump version to 0.26.1",
"is_bot": false,
"headline": "Merge pull request #3056 from A5rocks/release-0.26.1",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-05T01:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd193c45d3630894ecb966923c9852324bcad03",
"body": null,
"is_bot": false,
"headline": "Start new cycle",
"author_name": "A5rocks",
"author_login": "A5rocks",
"committed_at": "2024-08-05T01:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bff294b2aaca16fda5a8928ddda041541fa3fc4",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.26.1",
"author_name": "A5rocks",
"author_login": "A5rocks",
"committed_at": "2024-08-05T00:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4f7bd4885c4e96f673fb43fb21699e2dd08142",
"body": "* Create release.yml\r\n\r\n* Update documentation\r\n\r\n* Try out a seperate build\r\n\r\n* Add changelog entry\r\n\r\n* Fix formatting\r\n\r\n* I forgot that wheels aren't .zips\r\n\r\n* PR feedback\r\n\r\nCo-authored-by: webknjaz < webknjaz+github/profile@redhat.com >\r\n\r\n---------\r\n\r\nCo-authored-by: webknjaz <webknjaz+github/profile@redhat.com>",
"is_bot": false,
"headline": "Try out PyPI's trusted publishers (#2980)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-05T00:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e38a1efa893342437d29fe1b5a06a95494e19ca",
"body": null,
"is_bot": false,
"headline": "Don't use `hash` to avoid attrs warning (#3054)",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-08-04T14:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d0824ffae231ad58a7bfbf2b9ce20b9a459593b",
"body": "* Use 3.12 for formatting check\r\n\r\n* Always install `exceptiongroups`\r\n\r\n* Install `exceptiongroup` always but not in tests\r\n\r\n* Use single quotes in compiled requirements",
"is_bot": false,
"headline": "Use 3.12 for formatting check (#3049)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-08-04T00:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f92914da0a28a6e0ac6eb17dd7fa56c6602cc0",
"body": "updates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.5.4 → v0.5.5",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-07-29T23:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e596c2ab91ad66e3ec82a0cb9f3dd973cc966298",
"body": "Update to mypy 1.11.0",
"is_bot": false,
"headline": "Merge pull request #3038 from CoolCat467/mypy-1.11.0",
"author_name": "Zac Hatfield-Dodds",
"author_login": "Zac-HD",
"committed_at": "2024-07-23T06:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58615213e9e1fb3768ba77e409de63bfbd73c9e9",
"body": null,
"is_bot": false,
"headline": "Remove now unused type ignores",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-07-23T05:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69819e37d0f02f41a38461cb338b96127caa2909",
"body": null,
"is_bot": false,
"headline": "Assert that coroutine frame exists",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-07-23T05:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ec8865701ebec606dbbb8f8f1a4580baa39410",
"body": null,
"is_bot": false,
"headline": "Update to mypy 1.11.0",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-07-23T05:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06f9e963822812dfe7cecf8fcc4dcf01d34c035",
"body": null,
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3037)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-07-22T23:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e8665296e66a84a9de1fba71a38f139088a627",
"body": "* Use `--universal` flag with uv pip compile\r\n\r\n* Upgrade to uv `0.2.26`, fixed https://github.com/astral-sh/uv/issues/4885\r\n\r\n* Update uv and remove `--no-strip-markers`\r\nApparently `--universal` implies `--no-strip-markers`",
"is_bot": false,
"headline": "Use `--universal` flag with uv pip compile (#3032)",
"author_name": "CoolCat467",
"author_login": "CoolCat467",
"committed_at": "2024-07-20T04:18:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c88bc7740a574f6f883ec2124432b2cea189afa",
"body": "* [pre-commit.ci] pre-commit autoupdate\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.2)\r\n\r\n* Use `is` instead of `==` for type comparison\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate (#3034)",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2024-07-15T23:30:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 0,
"latest_release_at": "2020-09-15T10:55:02Z",
"latest_release_tag": "v0.17.0",
"releases_from_tags": true,
"days_since_last_push": 347,
"active_weeks_last_year": 0,
"days_since_latest_release": 2139,
"mean_days_between_releases": 68.5
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "trio",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"async",
"io",
"networking",
"trio",
"Development Status :: 4 - Beta",
"Framework :: Trio",
"Intended Audience :: Developers",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Networking",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/trio/",
"is_deprecated": false,
"latest_version": "0.33.0",
"repository_url": "https://github.com/python-trio/trio",
"versions_count": 43,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2017-01-14T00:27:42.056802Z",
"latest_published_at": "2026-02-14T18:40:55.386057Z",
"latest_version_yanked": null,
"days_since_latest_publish": 161
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/trio/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 121498,
"source_files_sampled": 188,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "pypi:trio@0.33.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "attrs",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 23.2.0"
},
{
"name": "sortedcontainers",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "idna",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "outcome",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "sniffio",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 1.3.0"
},
{
"name": "cffi",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.14"
},
{
"name": "exceptiongroup",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 5,
"top_contributors": [
{
"type": "User",
"login": "njsmith",
"commits": 1705,
"avatar_url": "https://avatars.githubusercontent.com/u/609896?v=4"
},
{
"type": "User",
"login": "pquentin",
"commits": 580,
"avatar_url": "https://avatars.githubusercontent.com/u/42327?v=4"
},
{
"type": "User",
"login": "oremanj",
"commits": 290,
"avatar_url": "https://avatars.githubusercontent.com/u/4316136?v=4"
},
{
"type": "User",
"login": "A5rocks",
"commits": 204,
"avatar_url": "https://avatars.githubusercontent.com/u/40616000?v=4"
},
{
"type": "User",
"login": "jakkdl",
"commits": 183,
"avatar_url": "https://avatars.githubusercontent.com/u/11260241?v=4"
},
{
"type": "User",
"login": "dependabot-support",
"commits": 144,
"avatar_url": "https://avatars.githubusercontent.com/u/112581971?v=4"
},
{
"type": "User",
"login": "Fuyukai",
"commits": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/8783751?v=4"
},
{
"type": "User",
"login": "richardsheridan",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/8000454?v=4"
},
{
"type": "User",
"login": "agronholm",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/130003?v=4"
},
{
"type": "User",
"login": "buhman",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/728108?v=4"
}
],
"contributors_sampled": 95,
"top_contributor_share": 0.391
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"autodeps.yml",
"check-newsfragment.yml",
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 67 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 9,
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "30 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2a66a0d149ec0796a542fcf0be726e7b81aba301",
"ran_at": "2026-07-26T00:35:35Z",
"aggregate_score": 2.5,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/richardsheridan/trio",
"host": "github.com",
"name": "trio",
"owner": "richardsheridan"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"security": 40,
"vitality": 18,
"community": 9,
"governance": 39,
"engineering": 75
},
"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": 4,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.85,
"days_since_last_push": 347,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 347 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 347
}
}
],
"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": 40,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v0.17.0",
"releases_from_tags": true,
"days_since_latest_release": 2139,
"mean_days_between_releases": 68.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2139 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2139
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~68.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 68.5
}
}
],
"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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 654,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 654 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 654
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 9,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 95,
"top_contributor_share": 0.391
},
"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 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "95 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 95
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 67 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "richardsheridan",
"public_repos": 34,
"account_age_days": 4412
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of richardsheridan",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "richardsheridan"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~12 yr old",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 75,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://trio.readthedocs.io",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": "https://trio.readthedocs.io",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.5
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 67 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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.2,
"status": "partial",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "30 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:trio@0.33.0 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:trio@0.33.0",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.412,
"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": "35 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 22,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"src/trio/py.typed"
],
"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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/trio/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/trio/py.typed"
}
}
],
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 121498,
"source_files_sampled": 188,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/trio/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/trio/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/188 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 188,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"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.13.0"
},
"warnings": [
"Community profile unavailable",
"pypi package 'trio' points at a different repository (https://github.com/python-trio/trio); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T00:35:51.727889Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/richardsheridan/trio.svg",
"full_name": "richardsheridan/trio",
"license_state": "custom",
"license_spdx": null
}