Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 641,
"has_wiki": true,
"homepage": null,
"languages": {},
"pushed_at": "2025-01-25T09:20:55Z",
"created_at": "2017-12-07T14:17:42Z",
"owner_type": "Organization",
"updated_at": "2025-01-25T09:21:23Z",
"description": "A set of constants and utilities for describing user interfaces",
"is_archived": true,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": null,
"significant_languages": []
},
"owner": {
"blog": "https://beeware.org",
"name": "BeeWare",
"type": "Organization",
"login": "beeware",
"company": null,
"location": null,
"followers": 935,
"avatar_url": "https://avatars.githubusercontent.com/u/19795701?v=4",
"created_at": "2016-06-07T09:18:07Z",
"is_verified": null,
"public_repos": 77,
"account_age_days": 3700
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-08-15T22:27:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-03-24T01:08:24Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2020-05-25T01:14:10Z"
}
],
"recent_commits": [
{
"oid": "4371d7586eaef929c519e80f4bdaacff40dd71d5",
"body": "Archived repo, with redirection to the Toga repo for future developments.",
"is_bot": false,
"headline": "Replaced repo with moved notice (#249)",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-25T09:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2991393b06f363528a4d498fcd2bb3d773749253",
"body": "Bumps [setuptools](https://github.com/pypa/setuptools) from 75.7.0 to 75.8.0.\r\n- [Release notes](https://github.com/pypa/setuptools/releases)\r\n- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)\r\n- [Commits](https://github.com/pypa/setuptools/compare/v75.7.0...v75.8.0)",
"is_bot": true,
"headline": "Bump setuptools from 75.7.0 to 75.8.0 (#247)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-12T22:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da97a2c727033d359c18d08647764b3d76d273c",
"body": "Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0.\r\n- [Release notes](https://github.com/ncipollo/release-action/releases)\r\n- [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0)",
"is_bot": true,
"headline": "Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#248)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-12T22:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9774d1dd81b1decc63ef8c4e18131a462f22b21",
"body": "Bumps [setuptools](https://github.com/pypa/setuptools) from 75.6.0 to 75.7.0.\r\n- [Release notes](https://github.com/pypa/setuptools/releases)\r\n- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)\r\n- [Commits](https://github.com/pypa/setuptools/compare/v75.6.0...v75.7.0)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump setuptools from 75.6.0 to 75.7.0 (#245)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-05T22:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65666cbf0d30283f7e011a4c71a2caa053d0057f",
"body": "Changed to updated Pack.layout() signature (without node)",
"is_bot": false,
"headline": "Merge pull request #244 from HalfWhitt/change_layout_signature",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2025-01-03T02:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd400b2e06efb479e925a4ebe146642e8ea4507",
"body": null,
"is_bot": false,
"headline": "Minor tweak to error handling.",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2025-01-03T02:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed388886839e2a06fc71a63efa9102581de03e9",
"body": null,
"is_bot": false,
"headline": "Promote misc changenote to removal.",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2025-01-03T02:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db6af0dc535920955669e83020878401fcd3179e",
"body": null,
"is_bot": false,
"headline": "Removed unnecessary mock_attr",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-02T03:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9cb5a4cb34695b0ea3384165d80f30b3ba03e0",
"body": null,
"is_bot": false,
"headline": "Restored inheritance, and included @prep_style_class",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-02T03:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307cf93d318c635cdb117dc35d5a5202c9eea239",
"body": null,
"is_bot": false,
"headline": "Remove style inheritance to avoid confusing 3.9?",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-02T03:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d00eca05b67d8cfdc7e1f0151a02cd9f0aa583",
"body": null,
"is_bot": false,
"headline": "Switched to try/except",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-02T03:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18d7df3ffb8b92f81ce5e12bacb53c862282ad2",
"body": "… class",
"is_bot": false,
"headline": "No need to check on instances, since value is retrieved directly from…",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-01T16:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858de49b1c0e57dd5bf54947ebc2f29fe098b358",
"body": null,
"is_bot": false,
"headline": "Simplified caching method",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2025-01-01T16:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26755d23e3256bd979a49d5b525204290844bab",
"body": null,
"is_bot": false,
"headline": "Fixed typo",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-31T06:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d29b596a5be3fbcd67118d603e764f3bedab5c2",
"body": "…we count on having the style._applicator.node link",
"is_bot": false,
"headline": "Added test, and layout shouldn't be called if there's no applicator; …",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-31T05:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf1fa69b29e2e8c8deeb095d875a1f657b73f34",
"body": null,
"is_bot": false,
"headline": "Assign the class's method, not the instance's",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-31T05:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed6b0e6e0268ba9d9fd6178668aca517c154098",
"body": null,
"is_bot": false,
"headline": "Only check signature once; also only check for node name",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-31T05:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4f0f842a12d94ccbbfa6d1372edd44b62823790",
"body": null,
"is_bot": false,
"headline": "Added layout method",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-31T04:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd35420442ef614bb50b660274502056110747c6",
"body": null,
"is_bot": false,
"headline": "Make logic more legible",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T03:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcf1bd6c5e5203acafd07a0fa7da017a6f7b48a",
"body": null,
"is_bot": false,
"headline": "Simplify test style, make shim also work for differnt parameter names",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T03:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d4f3f2c736eb80abd45af32529f1ab6119d422",
"body": null,
"is_bot": false,
"headline": "Test both forms of layout()",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T03:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef049e328188bd967019eeab37646036da9ef3c0",
"body": null,
"is_bot": false,
"headline": "Altered test Style class parameter name",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T02:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735e16856220681721d09868313f60bb3207477b",
"body": null,
"is_bot": false,
"headline": "Added changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T02:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a4bd6e119d694dd860957d7105cfe33a6881a1",
"body": null,
"is_bot": false,
"headline": "Changed to updated Pack.layout() signature (without node)",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-30T02:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524953839dc12685b63fd88c3b4b876b1889abee",
"body": "Bump pyupgrade from v3.19.0 to v3.19.1",
"is_bot": false,
"headline": "Merge pull request #242 from beeware/autoupdates/pre-commit/pyupgrade",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-12-22T23:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3559ee911aefbb90d111fccd3547c277115b928f",
"body": null,
"is_bot": false,
"headline": "Add changenote.",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-12-22T20:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ff9beb7b1b1635c168235a875836a2bdaf4dcd",
"body": null,
"is_bot": false,
"headline": "Bump pyupgrade from v3.19.0 to v3.19.1",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-12-22T20:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352e2a4c5a7159f94cce87ec95154be980c998ed",
"body": "Added START and END constants",
"is_bot": false,
"headline": "Merge pull request #241 from HalfWhitt/start_end_constants",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-12-13T04:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2814a70ace79c9d96e6065f383f7a2da39ae8cb3",
"body": null,
"is_bot": false,
"headline": "Added changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-13T04:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce743c0eecc6d5563cb882b6a32ce0c46f66df5",
"body": null,
"is_bot": false,
"headline": "Added START and END constants",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-13T04:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67a58f57f4229bd6232d14c92f49949fc10594c",
"body": "MicroPython compatibility",
"is_bot": false,
"headline": "Merge pull request #240 from mhsmith/micropython",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-12-05T22:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732bccddaac064be81855027b7ccd220cd8c60da",
"body": null,
"is_bot": false,
"headline": "Add change note",
"author_name": "Malcolm Smith",
"author_login": "mhsmith",
"committed_at": "2024-12-05T20:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00625bbdb32f43a4a263036635ab9f1587e07bd7",
"body": null,
"is_bot": false,
"headline": "MicroPython compatibility",
"author_name": "Malcolm Smith",
"author_login": "mhsmith",
"committed_at": "2024-12-05T20:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca28d566b0baf5a467a27909d6ef6063163555f6",
"body": "Reordered attribute priming in Node.__init__",
"is_bot": false,
"headline": "Merge pull request #239 from HalfWhitt/parent-order",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-12-02T04:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceca42ec3c4b94e31022abdd8149f9f1176d4ffd",
"body": null,
"is_bot": false,
"headline": "Added changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-02T03:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2c5c6a76e0a3a7ae6d5fe603dab92cd32d20003",
"body": null,
"is_bot": false,
"headline": "Reordered attribute priming in Node.__init__",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-12-02T03:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b172027eccc5f9c9b042a3da097d8e8b456305",
"body": "Bump pytest from 8.3.3 to 8.3.4",
"is_bot": false,
"headline": "Merge pull request #238 from beeware/dependabot/pip/pytest-8.3.4",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-12-01T23:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9f398d502156d1a6cb7489478f991382b7fc50e",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-01T20:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582c550c6c5a936791278c7a2901ed10c14a86a9",
"body": "Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump pytest from 8.3.3 to 8.3.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-01T20:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c8fbf09a5584b231bf106c75195c44c2817450",
"body": "Bump setuptools from 75.5.0 to 75.6.0",
"is_bot": false,
"headline": "Merge pull request #237 from beeware/dependabot/pip/setuptools-75.6.0",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-24T21:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884a859591e5656bf4318b34b4073352e795dc42",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-24T20:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad64ce3168fdce689e300f3de77d508191369bb2",
"body": "Bumps [setuptools](https://github.com/pypa/setuptools) from 75.5.0 to 75.6.0.\n- [Release notes](https://github.com/pypa/setuptools/releases)\n- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)\n- [Commits](https://github.com/pypa/setuptools/compare/v75.5.0...v75.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: setuptools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump setuptools from 75.5.0 to 75.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-24T20:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64483defa0b9f7dc672990b8252b4665b9c86f1c",
"body": "Bump dependencies in pyproject.toml and tox.ini",
"is_bot": false,
"headline": "Merge pull request #235 from beeware/autoupdates/config-files",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-17T22:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e2424aef919c11d303d78f3c97dacb64c0c5aac",
"body": "Bump setuptools from 75.3.0 to 75.5.0",
"is_bot": false,
"headline": "Merge pull request #236 from beeware/dependabot/pip/setuptools-75.5.0",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-17T22:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457f67f654dd16bc3d17d5f44ef5d600d8013e1e",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-17T20:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073ff916f5be9c185a9c458324cac9f3cbd38721",
"body": "Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 75.5.0.\n- [Release notes](https://github.com/pypa/setuptools/releases)\n- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)\n- [Commits](https://github.com/pypa/setuptools/compare/v75.3.0...v75.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: setuptools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump setuptools from 75.3.0 to 75.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-17T20:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54bbde770781c78531f18a31ab8b4faadee39e8",
"body": null,
"is_bot": false,
"headline": "Add changenote.",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-11-17T20:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2068de4cb5f5ce5850e448b8195924d3b1f4d1f9",
"body": null,
"is_bot": false,
"headline": "Bump dependencies in pyproject.toml and tox.ini",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-11-17T20:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be60daee4d8240106d77d2bcea048a859f2d98e",
"body": "Fixed value check in property assignment",
"is_bot": false,
"headline": "Merge pull request #234 from HalfWhitt/fix-apply-check",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-13T06:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236961fd47fbd42d370697604276a82f7696b7e4",
"body": null,
"is_bot": false,
"headline": "Added changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-13T05:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2659d81e558825cb1579b08dc92bd8c04b2d74",
"body": null,
"is_bot": false,
"headline": "Fixed value check in property assignment",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-13T05:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd70630a741c139e42caaa53ae00faf2c63d616",
"body": "Fixed equality check between Font and non-Font",
"is_bot": false,
"headline": "Merge pull request #233 from HalfWhitt/fix-font-eq",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-08T04:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05cf7afc6667204313d0e8a93cfab4df4cea564a",
"body": null,
"is_bot": false,
"headline": "Fixed changenote file name",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-08T00:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c909fd07bb4b9ec034b84d2439967c79331e0fc",
"body": null,
"is_bot": false,
"headline": "changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-08T00:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "916942a3528f6e21cf7c6e4ffab5c5fd22c5a412",
"body": null,
"is_bot": false,
"headline": "Fixed equality check between Font and non-font",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-08T00:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae5b495726442a6faab1396c40c90a1a2d517e4",
"body": "Assign node to applicator before reapply can happen",
"is_bot": false,
"headline": "Merge pull request #232 from HalfWhitt/applicator_node_order",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-06T01:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc9760437c7cc0a9ab649cfebb43216ae80bbb5",
"body": null,
"is_bot": false,
"headline": "Added doc strings to tests",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-06T00:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ddb5085c0ad6d7d83a9ec942b3874400903530",
"body": null,
"is_bot": false,
"headline": "Added clarifying comments; clear node reference on removed applicator",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-06T00:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddab78eb2062665feee9bbe898d9f3f53e3ff86d",
"body": null,
"is_bot": false,
"headline": "Python version compatibility in test",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-05T04:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6f27cbee4218465e723be30cf3451e187412ea",
"body": null,
"is_bot": false,
"headline": "changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-05T04:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c621373645906ab7054493481530d322556941",
"body": null,
"is_bot": false,
"headline": "Assign node to applicator before reapply can happen",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-05T04:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a1189a9ad3e763ea58f105eed8e092f1d663cc",
"body": "Deprecate style.copy(applicator); rework style/applicator setting mechanism",
"is_bot": false,
"headline": "Merge pull request #224 from HalfWhitt/fix-early-impl-access",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-04T22:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb33dc1164ac07f7f30f3cc8e87d4a410eb0d835",
"body": null,
"is_bot": false,
"headline": "Raise instance/subclass",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-04T03:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "603adbc834bf7dc5ddb8c14785ab98e3dd0d99f1",
"body": null,
"is_bot": false,
"headline": "Moved comment about assigning new style to a separate bugfix changenote",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-04T02:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3084327b0e64f306d86093952aa958480ad7160c",
"body": "Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>",
"is_bot": false,
"headline": "Apply suggested changenote tweak",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-04T02:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11b623a66ae66fa60b0dac9d9aac7a29fb8498b",
"body": "Bump dependencies in pyproject.toml and tox.ini",
"is_bot": false,
"headline": "Merge pull request #231 from beeware/autoupdates/config-files",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-11-04T01:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e2fc70cb86c610a32daa3deea981b3480a97b0",
"body": null,
"is_bot": false,
"headline": "Add changenote.",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-11-03T20:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a5bd1596405779ff4966cb2bd978a1b30b19688",
"body": null,
"is_bot": false,
"headline": "Bump dependencies in pyproject.toml and tox.ini",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-11-03T20:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5569859e1a8fc980b3fc7a38367b0b38b6cd59",
"body": null,
"is_bot": false,
"headline": "Update change note to match code changes",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-11-03T00:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5799f1cc52f6fa452c489b0fab5ab53380582186",
"body": null,
"is_bot": false,
"headline": "One more wording fix...",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-31T22:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415c531fb988f3f8cc68b16d51e590a5d8728760",
"body": null,
"is_bot": false,
"headline": "One more check for unready node",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-31T22:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132cf85f8a704b184ee8d13830b99f936091af63",
"body": null,
"is_bot": false,
"headline": "Tweaked doc string and mentioned self.node reference",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-31T22:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12e4f572a1b47c5a711e623c7233bf9a76cc908",
"body": "…style",
"is_bot": false,
"headline": "Reverted style default None arg, and removed logic checking for None …",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-31T22:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb132d76c6cb7cab8aff8e66ee95ab5a17329e0",
"body": null,
"is_bot": false,
"headline": "Proofreading",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-30T22:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd31a03be6c8a5341b53305103028e5205108d5",
"body": null,
"is_bot": false,
"headline": "Note: changed changenotes",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-30T22:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426a29d8cc98bb5d03fd5525447452fabfe880b6",
"body": null,
"is_bot": false,
"headline": "Fixed deprecated copy test",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-30T12:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7850926a56bc6bb3b4a4ab76388fd8071ee8ccf2",
"body": null,
"is_bot": false,
"headline": "moved comment to the right place",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-30T12:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8b6b6edf1963c997f4cd5ff82d58804327da8e7",
"body": "…applicator gets a ref to node, revamped tests",
"is_bot": false,
"headline": "de-icked warning, put reapply logic in BaseStyle._applicator setter, …",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-30T12:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68959a99a6dfae335ad1dfa2b524e4df8ccd4127",
"body": null,
"is_bot": false,
"headline": "restore decorator name -- from a bit of refactoring I undid",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-29T03:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9951cf779a8f09a23b7ae10bacf733ba67350b26",
"body": null,
"is_bot": false,
"headline": "Put intrinsic and layout assignments in style property",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-29T03:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a628751bbfbf75444c1e05dabe8439b9cbbd73af",
"body": null,
"is_bot": false,
"headline": "More comprehensive deprecation test",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-29T03:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6967d4396de9493136fb4ed23f95af6b22e8e7db",
"body": null,
"is_bot": false,
"headline": "Added tests for deprecations",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-29T03:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922667300545e0931c187a972236a5efbfd78d4f",
"body": null,
"is_bot": false,
"headline": "Deprecated copy(applicator), style and applicator are now properties",
"author_name": "Charles Whittington",
"author_login": "HalfWhitt",
"committed_at": "2024-10-29T02:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d42c8f7164facf402a2dfb9168498f00eef6198",
"body": "Bump pyupgrade from v3.18.0 to v3.19.0",
"is_bot": false,
"headline": "Merge pull request #230 from beeware/autoupdates/pre-commit/pyupgrade",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-27T23:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b214bc0a48aa64de2f8c9107d28bff72bef18b",
"body": "Bump tox from 4.23.0 to 4.23.2",
"is_bot": false,
"headline": "Merge pull request #229 from beeware/dependabot/pip/tox-4.23.2",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-27T23:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50fa11bf2d3b81c7fbb95e9beea183f26aea3ff4",
"body": "…s/setup-python-5.3.0\n\nBump actions/setup-python from 5.2.0 to 5.3.0",
"is_bot": false,
"headline": "Merge pull request #228 from beeware/dependabot/github_actions/action…",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-27T23:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8283a71fe24549276bed4bf66f50ef4f2830101e",
"body": "…s/checkout-4.2.2\n\nBump actions/checkout from 4.2.1 to 4.2.2",
"is_bot": false,
"headline": "Merge pull request #227 from beeware/dependabot/github_actions/action…",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-27T23:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1211a33b76913be9cd22d6ed2eda0dd6efcf5763",
"body": null,
"is_bot": false,
"headline": "Add changenote.",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-10-27T20:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7d30ac02e4292ba951bb9c5da9d13e6f39e48e",
"body": null,
"is_bot": false,
"headline": "Bump pyupgrade from v3.18.0 to v3.19.0",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-10-27T20:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0f4acc357830361eb01ef1b57c1324b3ff6dcd",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534ca8c65044817d6a8edae98e93682cf6786ce9",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31993d1996baf693ff97a268e66eb52a84f1e89",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482bc76be03dc19ed0602a5b8c8ecebc7cc96866",
"body": "Bumps [tox](https://github.com/tox-dev/tox) from 4.23.0 to 4.23.2.\n- [Release notes](https://github.com/tox-dev/tox/releases)\n- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/tox/compare/4.23.0...4.23.2)\n\n---\nupdated-dependencies:\n- dependency-name: tox\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tox from 4.23.0 to 4.23.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32e0cb189f5cc25dd020970dec556088278aba2",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-python from 5.2.0 to 5.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e036d925115f6db6cad5242b279e6c27e1b261be",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.2.1 to 4.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-27T20:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88bf660d60cb2bd215092583a03bfa3cd299ef6f",
"body": "Bump tox from 4.21.2 to 4.23.0",
"is_bot": false,
"headline": "Merge pull request #226 from beeware/dependabot/pip/tox-4.23.0",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-20T22:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d22dbca7035ecf9cce007bbab09179fb26898c",
"body": "Bump dependencies in pyproject.toml and tox.ini",
"is_bot": false,
"headline": "Merge pull request #225 from beeware/autoupdates/config-files",
"author_name": "Russell Keith-Magee",
"author_login": "freakboy3742",
"committed_at": "2024-10-20T22:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4a4042a4c44956c3aadf241f0e4fa0023b4d83",
"body": null,
"is_bot": true,
"headline": "Add changenote. [dependabot skip]",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-20T20:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f9217eba7e27d8df53a426b216b2c269a4384b",
"body": "Bumps [tox](https://github.com/tox-dev/tox) from 4.21.2 to 4.23.0.\n- [Release notes](https://github.com/tox-dev/tox/releases)\n- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/tox/compare/4.21.2...4.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: tox\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tox from 4.21.2 to 4.23.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-20T20:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c894f10a6d804b0a64389b39f634910b44e97e2",
"body": null,
"is_bot": false,
"headline": "Add changenote.",
"author_name": "Brutus (robot)",
"author_login": "brutusthebee",
"committed_at": "2024-10-20T20:14:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2023-08-15T22:27:26Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 546,
"active_weeks_last_year": 0,
"days_since_latest_release": 1074,
"mean_days_between_releases": 588.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 19,
"stars": 17,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-10-31",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
}
],
"complete": true,
"collected": 19,
"total_forks": 19
},
"star_history": 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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 221,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 18
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "freakboy3742",
"commits": 291,
"avatar_url": "https://avatars.githubusercontent.com/u/37345?v=4"
},
{
"type": "User",
"login": "brutusthebee",
"commits": 122,
"avatar_url": "https://avatars.githubusercontent.com/u/20432436?v=4"
},
{
"type": "User",
"login": "HalfWhitt",
"commits": 117,
"avatar_url": "https://avatars.githubusercontent.com/u/50283671?v=4"
},
{
"type": "User",
"login": "saroad2",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/19425795?v=4"
},
{
"type": "User",
"login": "mhsmith",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/166954?v=4"
},
{
"type": "User",
"login": "rmartin16",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/387848?v=4"
},
{
"type": "User",
"login": "jacebrowning",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/939501?v=4"
},
{
"type": "User",
"login": "rayrrr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7869818?v=4"
},
{
"type": "User",
"login": "danyeaw",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10014976?v=4"
},
{
"type": "User",
"login": "phildini",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/710999?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.505
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 7 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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 10,
"reason": "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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project is archived",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "4371d7586eaef929c519e80f4bdaacff40dd71d5",
"ran_at": "2026-07-25T12:35:00Z",
"aggregate_score": 5.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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2025-01-25T09:20:55Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/beeware/travertino",
"host": "github.com",
"name": "travertino",
"owner": "beeware"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "The weighted overall 40 is calibrated to 35 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 40% multiplier to weighted overall health and gives it a ceiling of 19.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 40,
"calibrated": 35,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 19,
"pct": 40
}
}
],
"value": 14,
"inputs": {
"security": 54,
"vitality": 13,
"community": 49,
"governance": 71,
"calibration": "2026-08-02",
"engineering": 21,
"ai_readiness": 11,
"abandonment_cap": 19,
"abandonment_state": "declared",
"weighted_overall_raw": 40,
"abandonment_multiplier": 40,
"weighted_overall_before_abandonment": 35,
"overall_after_abandonment_multiplier": 14
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.83,
"days_since_last_push": 546,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 546 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 546
}
}
],
"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": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 1074,
"mean_days_between_releases": 588.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1074 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1074
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~588.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 588.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "weak",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"cap": 19,
"state": "declared",
"guards": [],
"signals": [],
"red_flag": true,
"multiplier_pct": 40,
"declared_reason": "archived",
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "the repository is archived on GitHub",
"points": 40,
"status": "partial",
"details": [
{
"code": "abandonment_archived",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 19,
"stars": 17,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.505
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 50% of commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "exceptional",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"merged_prs": 221,
"open_issues": 0,
"closed_issues": 9,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 18,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "221/239 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 221,
"decided": 239
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 935,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "beeware",
"public_repos": 77,
"account_age_days": 3700
},
"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": "935 followers of beeware",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 935,
"login": "beeware"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "77 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 77
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
}
],
"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": 21,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 5.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 7 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "update tool detected",
"points": 7.5,
"status": "met",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project is archived",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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": 13
},
"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": "critical",
"name": "AI Readiness",
"value": 11,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.253,
"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": "21 of 83 human commits state their intent (structured subject or explanatory body)",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 83
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 9,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.17
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "17 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 17,
"sampled": 100
}
}
],
"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
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Language breakdown unavailable",
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T12:35:19.183650Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/beeware/travertino.svg",
"full_name": "beeware/travertino",
"license_state": "absent",
"license_spdx": null
}