Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"go",
"kingpin",
"cli",
"command-line"
],
"is_fork": false,
"size_kb": 584,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 199686,
"Shell": 2116
},
"pushed_at": "2026-07-08T06:00:42Z",
"created_at": "2014-05-14T20:09:04Z",
"owner_type": "User",
"updated_at": "2026-07-21T05:43:33Z",
"description": "CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://swapoff.org",
"name": "Alec Thomas",
"type": "User",
"login": "alecthomas",
"company": null,
"location": "Sydney, Australia",
"followers": 1431,
"avatar_url": "https://avatars.githubusercontent.com/u/41767?v=4",
"created_at": "2008-12-20T09:07:01Z",
"is_verified": null,
"public_repos": 176,
"account_age_days": 6422
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2023-11-16T03:10:04Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2015-01-23T06:26:46Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2014-11-21T07:06:01Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2014-09-17T01:35:10Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2014-07-21T04:47:49Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2014-07-09T01:24:01Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2014-07-09T01:23:23Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2014-07-08T02:34:22Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2014-06-27T04:40:06Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2014-06-19T00:37:42Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2014-06-19T00:57:29Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2014-06-19T00:57:18Z"
}
],
"recent_commits": [
{
"oid": "6451cc5d2dc7a6fd495db66c025de9987721f4f4",
"body": "This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://redirect.github.com/actions/checkout) |\naction | major | `v4` → `v7` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>actions/checkout (actions/checkout)</summary>\n\n###\n[`v7.0.0`\n[…]\ncmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7 (#368)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T14:08:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ccae3868a6eb3823c5d5dfee1cd5b1148be0e19",
"body": "This PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |\nUpdate |\n|---|---|---|---|---|---|\n|\n[github.com/stretchr/testify](https://redirect.github.com/stretchr/testify)\n[…]\ncmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#351)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-30T07:56:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09e93225cda7eebc66d1402e63a0927e531a7e51",
"body": "…in (#365)\n\nThis was largely inspired by https://github.com/spf13/cobra/pull/1956.\n\nThe usage rendering relied on text/template which in turn relied on\nreflect.MethodByName. As a result, Go's deadcode elimination is\nprevented from running, and thus means any downstream consumers of\nkingpin also cann\n[…]\npreventing\ndeadcode elimination.\n\nThe basic app used in TestDeadCodeElimination was tested before and\nafter this change. The usage text remained the same, but the binary size\nshrunk from ~5MB to ~2MB.",
"is_bot": false,
"headline": "Allow linker to perform deadcode elimination for programs using kingp…",
"author_name": "rosstimothy",
"author_login": "rosstimothy",
"committed_at": "2026-04-16T10:07:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0601543b194c39a2a4a293294f3ac4b29bfefd7",
"body": null,
"is_bot": false,
"headline": "Fixup fish shell completions (#364)",
"author_name": "Nikolas Kilian",
"author_login": "kilyanni",
"committed_at": "2026-03-05T05:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4534026e6e4d4f080db3b4124c71effb56632a24",
"body": "As per title, adds shell completions for [fish\nshell](https://github.com/fish-shell/fish-shell)\n\nCloses #259",
"is_bot": false,
"headline": "Add completions for fish shell (#363)",
"author_name": "Nikolas Kilian",
"author_login": "kilyanni",
"committed_at": "2026-03-03T07:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e8f9d9916db065bf6e3067f7701382f445659b5",
"body": null,
"is_bot": false,
"headline": "Add autocomplete hints for Enums type flags (#360)",
"author_name": "Iman Ghavasieh",
"author_login": "Imanghvs",
"committed_at": "2025-05-06T23:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68c06706edae8d9a6f7806dc575a5a9f47409821",
"body": null,
"is_bot": true,
"headline": "chore(deps): update github.com/alecthomas/units digest to 0f3dac3 (#357)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-11-11T09:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e26ad9e43112d3b8a72b3ac2a6c730163d9113",
"body": "Adds options to run `go mod tidy` after an update and to update import\r\npaths in case there's a major update of a dependency.",
"is_bot": false,
"headline": "Update renovate config to run go mod tidy (#355)",
"author_name": "Luca Comellini",
"author_login": "lucacome",
"committed_at": "2024-09-10T01:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4cdc8b7a2a8b5418050ee807b6414f7e31c5e4",
"body": null,
"is_bot": false,
"headline": "Bump github.com/alecthomas/units (#353)",
"author_name": "Luca Comellini",
"author_login": "lucacome",
"committed_at": "2024-07-17T04:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ec4651f25eda952bad08b6a2c7d2a88b18f917",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Update | Change |\r\n|---|---|---|\r\n| [go](https://togithub.com/golang/go) | patch | `1.22.2` -> `1.22.3` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<s\n[…]\nVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency go to v1.22.3 (#350)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-05-14T11:45:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4727a107522df058e74cad26f621164c1c6c987",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence | Type |\r\nUpdate |\r\n|---|---|---|---|---|---|---|---|\r\n| [github.com/stretchr/testify](https://togithub\n[…]\nate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#349)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-04-04T06:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "141b40d9004d4ce791c385479e168c4143b0499c",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Update | Change |\r\n|---|---|---|\r\n| [go](https://togithub.com/golang/go) | minor | `1.21.6` -> `1.22.0` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<s\n[…]\nate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency go to v1.22.0 (#348)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-02-12T22:46:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81b6d825bea93660181d7aec552ec9a531fd41d4",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Update | Change |\r\n|---|---|---|\r\n| [go](https://togithub.com/golang/go) | patch | `1.21.5` -> `1.21.6` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<s\n[…]\nate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency go to v1.21.6 (#347)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-01-15T03:48:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5bf43bba07298cbc9ad81eba56ac10f4d2389bf",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\r\nmajor | `v3` -> `v4` |\r\n\r\n---\r\n\r\n\n[…]\nenovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v4 (#345)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2023-12-11T03:42:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28b6b314438056929f25809991f15a43bf2dce2b",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [github.com/alecthomas/units](https://togithub.com/alecthomas/units) |\r\nrequire | digest | `b94a6e3` ->\n[…]\nenovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github.com/alecthomas/units digest to 9a357b5 (#343)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2023-12-11T03:38:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb376b7b3f521da6839f83b556da4737a7f7e568",
"body": "[](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n|\r\n[github.com/alecthomas/kingpin/v2](https://togithub.com/alecthomas/kingpin)\r\n| require | minor | `v2.0\n[…]\nenovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#344)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2023-12-11T03:37:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f2bf38eb93d1e24d09cbc4998cd2dda44a37f2a",
"body": null,
"is_bot": false,
"headline": "Add renovate",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2023-12-01T20:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d23c54e3e2a385ce12757939bed9c632d1693c",
"body": "…ng required flags for better user guidance. (#340)\n\nIssue: https://github.com/alecthomas/kingpin/issues/215",
"is_bot": false,
"headline": "Improved error message for missing required flags: now list all missi…",
"author_name": "Arun Gajaraj",
"author_login": "arun-gajaraj",
"committed_at": "2023-09-30T22:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47025841275ac9c831e3d2707d77787367cbccab",
"body": "…late",
"is_bot": false,
"headline": "Do not pass command name to `--completion-bash` arguments in ZSH temp…",
"author_name": "Grzegorz Zdunek",
"author_login": "gzdunek",
"committed_at": "2023-05-13T00:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b1df31f0defc03e8e20b51973dbcb4a6c462b1",
"body": "when the version flag is passed, the application should do nothing but\nprint the version and exit. But currently, the pre-action for the\nversion flag got executed AFTER the default for all the other flags were\nset.\n\nSetting defaults involves validation like checking for file's\nexistence etc. These validation are not necessary when the --version\nflag is passed. This commit fixes that",
"is_bot": false,
"headline": "Handle --version just like --help",
"author_name": "Arjun mahishi",
"author_login": "arjunmahishi",
"committed_at": "2023-04-07T10:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649b5a2df7c0b694ee3822a3a4817d2417fec407",
"body": null,
"is_bot": false,
"headline": "Fixing typo in README",
"author_name": "Glenn McDonald",
"author_login": "glenn-m",
"committed_at": "2023-03-01T03:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bd40ec103b91546ac33ae904653554d126607e",
"body": "Bump github.com/xhit/go-str2duration from v1 to v2",
"is_bot": false,
"headline": "Bump dependencies",
"author_name": "Manuel Rüger",
"author_login": "mrueg",
"committed_at": "2023-02-27T19:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e61e1e95c3b456c2414aada0efb75737df3b9a5",
"body": null,
"is_bot": false,
"headline": "Bump go.mod to v2",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2023-02-08T12:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf3da0aef4fe6251540983fc0a387892870a736",
"body": null,
"is_bot": false,
"headline": "Add test GHA",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2023-02-07T19:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a627df38ffa776a25d83b6bcf50c41bc486f7a1",
"body": "I am interested in removing the github.com/alecthomas/template dependency\nbecause the upgrade from Unicode 13 to Unicode 15 triggers a test failure:\nhttps://go.googlesource.com/go/+/def0be5e34d6657c84407c8afe4ace05d10d1848\n\nInstead of relying on this old copy, switch to text/template.\nThe whitespace trimming was added in Go 1.6:\nhttps://go.dev/doc/go1.6#template",
"is_bot": false,
"headline": "Switch to text/template with trim whitespace directive",
"author_name": "Michael Stapelberg",
"author_login": "stapelberg",
"committed_at": "2023-02-07T19:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae6867f4166d27eb659b8aaa51bc0f36266d09f",
"body": "Use the open source package str2duration (which is a wrapper)\naround time.ParseDuration, to parse duration args from strings.\nThis package supports more time formats, including days and weeks.",
"is_bot": false,
"headline": "Extend ParseDuration() to support days, weeks",
"author_name": "Ali Dowair",
"author_login": "adowair",
"committed_at": "2022-06-15T10:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551b91efb55733c0a62f598ed07996735c446326",
"body": "OverrideDefaultFromEnvar is deprecated",
"is_bot": false,
"headline": "setting Envar instead OverrideDefaultFromEnvar",
"author_name": "José Abraham",
"author_login": "abrahamjoc",
"committed_at": "2021-10-26T19:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8173ee570eee0c2d38a2f7bda8a5ef5f3d25f08",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2021-08-24T07:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2a498bb92b11670de1901d64d4bce3b1eaff557",
"body": null,
"is_bot": false,
"headline": "Merge pull request #324 from yonpols/jpm/expose-bool-flag-options",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2021-06-21T22:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32660ac033599f364e8cc2dc8c97ebcb12e839f1",
"body": null,
"is_bot": false,
"headline": "document bool flag option",
"author_name": "Juan Pablo Marzetti",
"author_login": "yonpols",
"committed_at": "2021-06-21T22:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f40c25f4977ef446a79e34e46270665dffa263",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2021-03-01T06:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6657d9477a694e178dcba813954013bfd2f0346",
"body": "Honour -- delimiter in autocompletion",
"is_bot": false,
"headline": "Merge pull request #316 from secrethub/completion-args-only",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-03-23T08:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3f6260ccbc7a13bc37d7989c40449280c0846a",
"body": null,
"is_bot": false,
"headline": "Fix out-of-bounds slice access",
"author_name": "Joris Coenen",
"author_login": "jpcoenen",
"committed_at": "2020-03-19T10:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bade555511e98d101d24ce737867e73c0fe29a",
"body": null,
"is_bot": false,
"headline": "Fix testing expecting nil instead of empty slice",
"author_name": "Joris Coenen",
"author_login": "jpcoenen",
"committed_at": "2020-03-19T10:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6b81cf32640d71099a7a731406bcf230c05348",
"body": "If a -- argument is passed, from then on only arguments should be\nparsed. This is already handled correctly in most places, but\nautocompleting did not honour this yet.\n\nSetting `p.argsOnly = true` was moved to the next call of Next()\nbecause otherwise a completion for a flag was incorrectly treated\nas a an `--` argument, causing the completion code not to return\nany suggestions for flags.",
"is_bot": false,
"headline": "Honour -- delimiter in autocompletion",
"author_name": "Joris Coenen",
"author_login": "jpcoenen",
"committed_at": "2020-03-19T10:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ead473d061cdf962571b2c0662ffd7dba40e48b",
"body": "Fix autocompletion of args that consume remainder",
"is_bot": false,
"headline": "Merge pull request #314 from secrethub/remainder-autocomplete",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-03-19T10:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf44c60659e38b5559aa885c13ad76c9bd6e8d50",
"body": "The Go runtime would panic at line 35 because of an out-of-bounds\nslice access if autocompletion was requested for a clause that\nconsumed the remainder of a command. By specifically checking for\nthese kinds of clauses, the problem should be mitigated.",
"is_bot": false,
"headline": "Fix autocompletion of args that consume remainder",
"author_name": "Joris Coenen",
"author_login": "jpcoenen",
"committed_at": "2020-03-18T13:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3beb115a6b0304fb0790ca0498dbc4e07ae8383",
"body": "Add env var to --help output for flags and args",
"is_bot": false,
"headline": "Merge pull request #313 from autarch/autarch/env-var-in-help",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-03-18T07:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b53a4b1a401de9170c7c8c6368a07daa48e35ad",
"body": "Fixes #270",
"is_bot": false,
"headline": "Add env var to --help output for flags and args",
"author_name": "Dave Rolsky",
"author_login": "autarch",
"committed_at": "2020-02-18T22:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f024f0c4376385bf6318d43c2a6937ccf6253fea",
"body": null,
"is_bot": false,
"headline": "Update issue templates",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-01-21T00:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b9cd2eb43cbb4d9fc1bea63b26f3223aa5020f",
"body": null,
"is_bot": false,
"headline": "Switch to CONTRIBUTIONS ONLY",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-01-20T21:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b63589c076f22b08ef3aee66e730e382321278",
"body": "Support encoding.Text(Unm|M)arshaler",
"is_bot": false,
"headline": "Merge pull request #310 from kyoh86/marshaler",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2020-01-12T11:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9ea0fa77d95772a780409bf233dfd72350a953d",
"body": null,
"is_bot": false,
"headline": "remove unsuitable comment",
"author_name": "Kyoichiro Yamada",
"author_login": "kyoh86",
"committed_at": "2020-01-12T04:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1d112a19a9ddb71205db3835cc0a9f19a07bc89",
"body": null,
"is_bot": false,
"headline": "Support encoding.Text(Unm|M)arshaler",
"author_name": "Kyoichiro Yamada",
"author_login": "kyoh86",
"committed_at": "2020-01-11T14:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e159cfd7b6156c8648ff0d19c528b00fbfa123aa",
"body": null,
"is_bot": false,
"headline": "remove unnecessary interface inheritance",
"author_name": "Kyoichiro Yamada",
"author_login": "kyoh86",
"committed_at": "2020-01-11T13:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce3bba646bafa568002fe9823f3825129d365fd",
"body": "zsh's compinit only considers files where the absolute first line starts\nwith #compdef or #autoload [1]. Kingpin was generating completion files\nwith a leading newline, causing this logic to skip the file.\n\n[1]: https://github.com/zsh-users/zsh/blob/27a64a16fb5407c64ff190f2af5182797ac048a8/Completion/compinit#L503-L504",
"is_bot": false,
"headline": "Remove newline before #compdef",
"author_name": "Andy Lindeman",
"author_login": "alindeman",
"committed_at": "2019-12-02T21:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c96d1c22481c53a8de9cd2e878db13db0ffd347",
"body": "Courtesy of Pablo Lalloni",
"is_bot": false,
"headline": "Fix \"-\" flag value parsing",
"author_name": "Marco Herrn",
"author_login": "hupfdule",
"committed_at": "2019-11-05T20:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9899c62fbb8aece70fc2d0b2a69a41fa8963d4",
"body": null,
"is_bot": false,
"headline": "Add setter for help message",
"author_name": "Hauke Stieler",
"author_login": "hauke96",
"committed_at": "2019-10-15T23:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e366cbf24ad6479a1afad07c99c1181d0fd05cb",
"body": "Just like you can set a placeholder for flags, you can now set\na placeholder for arguments, to be used in the help of the command\ninstead of the arg name.\n\nThis can for example be used for compound arguments; To set the\nplaceholder to list all parts, e.g.: <first>[:<second>]",
"is_bot": false,
"headline": "Add PlaceHolder functionality for arguments",
"author_name": "Simon Barendse",
"author_login": "SimonBarendse",
"committed_at": "2019-10-09T15:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a108b7f5563f8b34535f13cbb0b811dce75b87c",
"body": "This is for example useful when a command accepts an argument for\nbackwards compatability purposes only. As in this case the argument\nis no longer the recommended way to do things, it should not be\nincluded in the usage output.",
"is_bot": false,
"headline": "Add possibility to hide arguments from usage/help",
"author_name": "Simon Barendse",
"author_login": "SimonBarendse",
"committed_at": "2019-09-30T02:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce89ec0b9f10f46877278c349a9c246ff2f7003",
"body": "Don't assign a value to err if we don't end up checking it.",
"is_bot": false,
"headline": "Remove ineffectual assignments in tests",
"author_name": "Christian Muehlhaeuser",
"author_login": "muesli",
"committed_at": "2019-08-16T08:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9481fc9f55ff69ae6be5d9f37dae3b3efd0ffa2b",
"body": "Directly return the string slice returned by Split, no need to\nwrap this in another slice.",
"is_bot": false,
"headline": "Don't wrap string slice in another",
"author_name": "Christian Muehlhaeuser",
"author_login": "muesli",
"committed_at": "2019-08-16T06:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9b5512d4d3b82e4a16997a950eb1f3ff79869f",
"body": "Replace for-range loop with a simple append call.",
"is_bot": false,
"headline": "Simplify code",
"author_name": "Christian Muehlhaeuser",
"author_login": "muesli",
"committed_at": "2019-08-16T04:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778a15a21e552a5527eea96480a8ac165a5cdf72",
"body": "…#288)",
"is_bot": false,
"headline": "FlagModel.String() and ArgModel.String() should cater for Value=nil (…",
"author_name": "Danny Cheung",
"author_login": "danny-cheung",
"committed_at": "2019-07-19T03:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95eb9edaa3995de357ea07d64579dc4b68b105ea",
"body": "This can for example be used to display a longer help text in the\ncommand-specific help than in the apps root help.",
"is_bot": false,
"headline": "Add a long command help text to the usage template context",
"author_name": "Simon Barendse",
"author_login": "SimonBarendse",
"committed_at": "2019-07-05T08:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ca6d1ad8aa0edf9327c92fec7511908f77ecd4f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Benjamin Kane",
"author_login": "bbkane",
"committed_at": "2019-06-07T23:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661f687d0b56922978090ebf9ccd1539d6e91ce2",
"body": null,
"is_bot": false,
"headline": "app: fix premature validation",
"author_name": "Liam Staskawicz",
"author_login": null,
"committed_at": "2019-06-04T21:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceed0718984ae9c1d0d5c8091225182d966a5533",
"body": "This fixes the behaviour of formatCmdUsage\r\n\r\n- before: it outputs the apps flags and arguments\r\n- after: it outputs the commands flags and arguments",
"is_bot": false,
"headline": "usage: fix formatCmdUsage",
"author_name": "Benjamin Lupton",
"author_login": "balupton",
"committed_at": "2019-05-22T11:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c3046751597d2b30b8ebfc7bbec26326e0ce38",
"body": null,
"is_bot": false,
"headline": "Add possibility to use custom functions in the usage template (#278)",
"author_name": "Simon Barendse",
"author_login": "SimonBarendse",
"committed_at": "2019-05-11T12:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6e7c151c4fdbd3fe78aad001729fee08fa0932",
"body": "Details https://github.com/alecthomas/kingpin/pull/228#issuecomment-364057375",
"is_bot": false,
"headline": "add IsSetByUser",
"author_name": "Sergey Kacheev",
"author_login": "sakateka",
"committed_at": "2019-04-27T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de569dc1dfd5a502e94f260443dea8b940aa8d00",
"body": null,
"is_bot": false,
"headline": "OverrideDefaultFromEnvar is deprecated",
"author_name": "Wataru Ashihara",
"author_login": "wataash",
"committed_at": "2019-04-12T06:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0d2a1f4ed5e9147e5e55ada405ac12feab7191",
"body": null,
"is_bot": false,
"headline": "Write example of app and short help flags",
"author_name": "Benjamin Kane",
"author_login": "bbkane",
"committed_at": "2019-04-11T06:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4c4638fe2b914359e0bb92991066d381dd4dff",
"body": null,
"is_bot": false,
"headline": "Add tests and fix edge cases",
"author_name": "Emilien Kenler",
"author_login": null,
"committed_at": "2019-03-26T21:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d15048d91418a68cb7c837a77c99fc8d56b1ac",
"body": "Instead of stopping the completion when there is a value for an\nargument, try to verify if the value is matching one of the valid\noption. If it's not matching, try to suggest all options starting by the\nentered value.",
"is_bot": false,
"headline": "Complete the last argument if not matching a hint",
"author_name": "Emilien Kenler",
"author_login": null,
"committed_at": "2019-03-26T21:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b65126d1ff853935b501b1da6aa78c926e7bbd8c",
"body": "Signed-off-by: Xiang Dai <764524258@qq.com>",
"is_bot": false,
"headline": "delete duplicate blank in doc",
"author_name": "Xiang Dai",
"author_login": "daixiang0",
"committed_at": "2019-03-25T02:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7613e5d4efd99d923fd42292753bc3ab5a714ea7",
"body": null,
"is_bot": false,
"headline": "Fix module import.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2019-03-13T21:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f8ee3d9b4b47000af44d34904a9e4f598e577f",
"body": null,
"is_bot": false,
"headline": "Add file expanding example",
"author_name": "Omer Levi Hevroni",
"author_login": "omerlh",
"committed_at": "2019-01-14T06:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f0b44c938e9510b8dad14c7ca7297c8424a345",
"body": null,
"is_bot": false,
"headline": "Bump Go versions and use '.x' to always get latest patch versions",
"author_name": "Harald Nordgren",
"author_login": "HaraldNordgren",
"committed_at": "2018-11-19T22:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102f372a17d46c8a97ded5c1259d0566c318cb20",
"body": "Using the latest current versions of the template and units packages.\nTest dependencies are included too.\n\nFixes #253.",
"is_bot": false,
"headline": "all: convert to a Go module",
"author_name": "Daniel Martí",
"author_login": "mvdan",
"committed_at": "2018-11-07T22:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ca6a1e4f86ad2933418cf906e632ea87330896",
"body": "* Complete file names when there are no matches.\n* Convert to a native Zsh completion script .\n* Don't call compinit. That is up to the user. Calling it resets the\ncompletion system.\n* Quote array expansion with '@' to avoid dropping empty entries.\n* The Zsh completion script can both be eval-ed and installed into\nfpath.",
"is_bot": false,
"headline": "Improve the shell completion templates",
"author_name": "Segev Finer",
"author_login": "segevfiner",
"committed_at": "2018-10-31T02:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39589180ebd6bbf43076e514b55f20a95d43086",
"body": null,
"is_bot": false,
"headline": "Add ability to disable file expansion globally",
"author_name": "Aaron Boodman",
"author_login": "aboodman",
"committed_at": "2018-03-12T06:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a5eb223fafee7c394892041bc175938a9592594",
"body": null,
"is_bot": false,
"headline": "define map globally",
"author_name": "danielb42",
"author_login": null,
"committed_at": "2018-02-05T01:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304264a8c521c3be0d5c7e2b58a7b4c2c233fafb",
"body": null,
"is_bot": false,
"headline": "Do not generally hide help and completion flags",
"author_name": "danielb42",
"author_login": null,
"committed_at": "2018-02-05T01:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e53444aaade9181abc343a45613c001810e4fa",
"body": "…uired",
"is_bot": false,
"headline": "Do not display additional-flags token in usage when all flags are req…",
"author_name": "danielb42",
"author_login": null,
"committed_at": "2018-02-05T01:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e348deb32f133e23c260117a1fac6b8a144209",
"body": "Fixes #210.",
"is_bot": false,
"headline": "Skip empty lines with @",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-12-24T00:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947dcec5ba9c011838740e680966fd7087a71d0d",
"body": "Really fixes #185.",
"is_bot": false,
"headline": "Fix error propagation from @ failures.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-12-17T18:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e2d1284f714168af95785926b6c7da2aa0abd21",
"body": "When `--help` is passed, there is no need to set and validate default\nflags/arguments, since we are just going to print the usage text and\nexit.\n\nThis fixes #218.",
"is_bot": false,
"headline": "Fix setDefaults to exit early on `--help`",
"author_name": "Andrew Mason",
"author_login": null,
"committed_at": "2017-12-03T02:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fde80b58ec35ea587c031c202880b1655a51ee53",
"body": null,
"is_bot": false,
"headline": "README: Correct case of Flag() function",
"author_name": "Saj Goonatilleke",
"author_login": "saj",
"committed_at": "2017-10-16T06:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "297a08eca3cfe76b1bc87a752ec3272fbac539ef",
"body": "This was the only example not importing from gopkg. When trying multiple examples this one would not work because it was not available locally. It took me a while to understand what was happening.",
"is_bot": false,
"headline": "Import from gopkg like the other examples",
"author_name": "PotHix",
"author_login": "PotHix",
"committed_at": "2017-08-31T01:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d359b5b4c04eb6fcbcf2fb86e49b16a5e4221bb",
"body": null,
"is_bot": false,
"headline": "Fix README simple example count.",
"author_name": "Carlos Oliveira",
"author_login": null,
"committed_at": "2017-08-31T01:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d8c6233d4eb2cd727aec70b32949eeb814a12d7",
"body": null,
"is_bot": false,
"headline": "Switch to testify/assert.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-08-31T01:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1087e65c9441605df944fb12c33f0fe7072d18ca",
"body": "Fixes #201.",
"is_bot": false,
"headline": "Generated .String() functions now return the correct value.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-07-27T04:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc56a013c4bd48edd5715c86e860977e3c847a4e",
"body": null,
"is_bot": false,
"headline": "Fix README HintAction function signature",
"author_name": "Pieter Slabbert",
"author_login": "zan-xhipe",
"committed_at": "2017-07-07T19:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a61528fdeadca0e82d63212021704e38c05330a",
"body": null,
"is_bot": false,
"headline": "trivial: gofmt ./...",
"author_name": "David Cheney",
"author_login": "dcheney-atlassian",
"committed_at": "2017-06-19T09:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620a22ecbe08d13d2439c1e6911c7ad69b5134a4",
"body": null,
"is_bot": false,
"headline": "Fix bug when mixing @file with other args or flags",
"author_name": "Eric Klaus",
"author_login": "ericklaus-wf",
"committed_at": "2017-06-12T23:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f0871f2e17818990e4eed73f9b5c2f429501228",
"body": null,
"is_bot": false,
"headline": "Added newline to example in README",
"author_name": "Nathan Bullock",
"author_login": "nthnca",
"committed_at": "2017-03-28T23:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2051e72a191bd8bd809f36797ffa838b6a3a4cf4",
"body": "Add link to parsers.go in README.md",
"is_bot": false,
"headline": "Merge pull request #178 from saveman71/master",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-03-06T21:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02862422dbf2ba06e79120acc7e53fbd6cbdd686",
"body": "This makes clear that the parsers aforementioned are not the only ones included with kingpin, and are only examples.",
"is_bot": false,
"headline": "Add link to parsers.go in README.md",
"author_name": "Antoine Bolvy",
"author_login": "saveman71",
"committed_at": "2017-03-06T21:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf17db2c43f59ff3d97a39d1feacef18d75eaf95",
"body": "Make URLList a cumulative type",
"is_bot": false,
"headline": "Merge pull request #177 from lmb/fix-urllist-cumulative",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-02-17T22:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc9d7934344d6d79cf0647d8015a2687e76d4356",
"body": null,
"is_bot": false,
"headline": "Make URLList a cumulative type",
"author_name": "Lorenz Bauer",
"author_login": "lmb",
"committed_at": "2017-02-17T14:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4632cad00ac4bf4c455622ebfae46580c3890b8f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-02-05T03:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce24859aa97f1e038ca6a16d0fd8c94ec10df263",
"body": null,
"is_bot": false,
"headline": "Link to gitter",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-02-05T03:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7c3e10c746bb718299261d2093286e5e38e04c",
"body": "fixing file param as last argument #148",
"is_bot": false,
"headline": "Merge pull request #173 from SlinSo/master",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2017-01-03T22:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8071e65dcf1e65fcb02bc826e08a6914eaf08bd8",
"body": null,
"is_bot": false,
"headline": "fixing file param as last argument #148",
"author_name": "Sven",
"author_login": "slinso",
"committed_at": "2017-01-03T07:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9cc9f3441144ae4dcb56d0dc15acbddbe0ed853",
"body": null,
"is_bot": false,
"headline": "Add test for map reset when created.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2016-12-08T08:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64c31bcea9c96687d383aff82c3b844264f84ee",
"body": null,
"is_bot": false,
"headline": "Fixed HTTPHeader example.",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2016-11-09T02:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae7ab79bcdb0998f74cb26d3399afddc768c7dcd",
"body": "Simplify error checking logic",
"is_bot": false,
"headline": "Merge pull request #162 from bengadbois/simplify_logic",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2016-11-05T03:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43db29b3ecfd279637d11ebfed907cd8e4770158",
"body": "Fix misspelling",
"is_bot": false,
"headline": "Merge pull request #163 from bengadbois/fix_misspelling",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2016-11-05T02:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "833576960a9bd636758055d897b6dc812c3aee42",
"body": "Changing from snake case to camel case",
"is_bot": false,
"headline": "Merge pull request #161 from bengadbois/snake_case_to_camel",
"author_name": "Alec Thomas",
"author_login": "alecthomas",
"committed_at": "2016-11-05T02:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22a5799758159a588b4c4a566a413b6deb7f62d8",
"body": null,
"is_bot": false,
"headline": "Changing from snake case to camel case",
"author_name": "Ben Gadbois",
"author_login": "bengadbois",
"committed_at": "2016-11-05T02:42:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 5,
"latest_release_at": "2023-11-16T03:10:04Z",
"latest_release_tag": "v2.4.0",
"releases_from_tags": false,
"days_since_last_push": 13,
"active_weeks_last_year": 5,
"days_since_latest_release": 979,
"mean_days_between_releases": 381.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/alecthomas/kingpin/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/alecthomas/kingpin/v2",
"is_deprecated": false,
"latest_version": "v2.4.0",
"repository_url": "https://github.com/alecthomas/kingpin",
"versions_count": 40,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2023-09-30T22:59:49Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1025
}
]
},
"popularity": {
"forks": 280,
"stars": 3566,
"watchers": 42,
"fork_history": {
"days": [
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-10-02",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-11",
"count": 1
},
{
"date": "2014-11-09",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2015-01-25",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-06-21",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-08-24",
"count": 1
},
{
"date": "2015-10-03",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2015-10-22",
"count": 1
},
{
"date": "2015-10-23",
"count": 1
},
{
"date": "2015-11-24",
"count": 2
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2015-12-24",
"count": 1
},
{
"date": "2015-12-30",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-01-15",
"count": 1
},
{
"date": "2016-01-28",
"count": 2
},
{
"date": "2016-02-05",
"count": 2
},
{
"date": "2016-02-14",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-15",
"count": 1
},
{
"date": "2016-04-17",
"count": 1
},
{
"date": "2016-05-19",
"count": 2
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-08-13",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-09-23",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-11-28",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-06-02",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-20",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-06-27",
"count": 2
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-17",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-10-01",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-08-27",
"count": 2
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2019-01-12",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-02-10",
"count": 2
},
{
"date": "2019-03-05",
"count": 2
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-23",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-13",
"count": 2
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-08-19",
"count": 2
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-31",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-02",
"count": 2
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-26",
"count": 2
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-07-11",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-08-13",
"count": 1
},
{
"date": "2021-08-15",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-23",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2024-01-06",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
}
],
"complete": true,
"collected": 266,
"total_forks": 280
},
"star_history": {
"days": [
{
"date": "2019-11-23",
"count": 2
},
{
"date": "2019-11-24",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-26",
"count": 3
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-12-01",
"count": 2
},
{
"date": "2019-12-02",
"count": 4
},
{
"date": "2019-12-03",
"count": 2
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-06",
"count": 3
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-15",
"count": 2
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 3
},
{
"date": "2019-12-18",
"count": 2
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-22",
"count": 1
},
{
"date": "2019-12-23",
"count": 2
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2019-12-25",
"count": 2
},
{
"date": "2019-12-26",
"count": 2
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2019-12-29",
"count": 3
},
{
"date": "2019-12-30",
"count": 2
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-07",
"count": 2
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-10",
"count": 2
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-16",
"count": 2
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-20",
"count": 3
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-01-27",
"count": 2
},
{
"date": "2020-02-04",
"count": 5
},
{
"date": "2020-02-06",
"count": 2
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-10",
"count": 2
},
{
"date": "2020-02-12",
"count": 3
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-17",
"count": 2
},
{
"date": "2020-02-18",
"count": 2
},
{
"date": "2020-02-22",
"count": 2
},
{
"date": "2020-02-25",
"count": 2
},
{
"date": "2020-02-26",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-12",
"count": 2
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-17",
"count": 2
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-03-25",
"count": 2
},
{
"date": "2020-03-28",
"count": 2
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-06",
"count": 2
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-09",
"count": 2
},
{
"date": "2020-04-10",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-13",
"count": 3
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-18",
"count": 2
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-11",
"count": 3
},
{
"date": "2020-05-20",
"count": 2
},
{
"date": "2020-05-22",
"count": 2
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-04",
"count": 2
},
{
"date": "2020-06-08",
"count": 3
},
{
"date": "2020-06-09",
"count": 3
},
{
"date": "2020-06-12",
"count": 2
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-06-29",
"count": 3
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-09",
"count": 2
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-07-29",
"count": 3
},
{
"date": "2020-08-01",
"count": 2
},
{
"date": "2020-08-02",
"count": 2
},
{
"date": "2020-08-04",
"count": 3
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-11",
"count": 2
},
{
"date": "2020-08-14",
"count": 4
},
{
"date": "2020-08-19",
"count": 3
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-09",
"count": 2
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-09-29",
"count": 2
},
{
"date": "2020-10-01",
"count": 2
},
{
"date": "2020-10-07",
"count": 2
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-22",
"count": 2
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-26",
"count": 2
},
{
"date": "2020-11-02",
"count": 2
},
{
"date": "2020-11-05",
"count": 2
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-07",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-09",
"count": 3
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-12",
"count": 2
},
{
"date": "2020-11-13",
"count": 2
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-11-19",
"count": 2
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-21",
"count": 2
},
{
"date": "2020-11-23",
"count": 2
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-11",
"count": 2
},
{
"date": "2020-12-13",
"count": 2
},
{
"date": "2020-12-17",
"count": 2
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-23",
"count": 3
},
{
"date": "2020-12-24",
"count": 2
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-04",
"count": 2
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-22",
"count": 2
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-02-10",
"count": 2
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-14",
"count": 1
},
{
"date": "2021-02-15",
"count": 2
},
{
"date": "2021-02-17",
"count": 2
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-21",
"count": 2
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-09",
"count": 2
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-14",
"count": 1
},
{
"date": "2021-03-15",
"count": 2
},
{
"date": "2021-03-18",
"count": 2
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-26",
"count": 2
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-31",
"count": 2
},
{
"date": "2021-04-01",
"count": 2
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-04",
"count": 2
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-07",
"count": 3
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-21",
"count": 2
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-04-30",
"count": 2
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-06",
"count": 2
},
{
"date": "2021-05-11",
"count": 2
},
{
"date": "2021-05-13",
"count": 2
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-05-18",
"count": 2
},
{
"date": "2021-05-19",
"count": 2
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-05-30",
"count": 1
},
{
"date": "2021-05-31",
"count": 2
},
{
"date": "2021-06-03",
"count": 2
},
{
"date": "2021-06-06",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-23",
"count": 2
},
{
"date": "2021-06-24",
"count": 2
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-09",
"count": 2
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-15",
"count": 4
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-26",
"count": 2
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-07-30",
"count": 3
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-13",
"count": 9
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-15",
"count": 2
},
{
"date": "2021-08-16",
"count": 3
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-08-23",
"count": 2
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-28",
"count": 2
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-08",
"count": 2
},
{
"date": "2021-09-10",
"count": 2
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-14",
"count": 3
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-28",
"count": 2
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-05",
"count": 2
},
{
"date": "2021-10-07",
"count": 3
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-24",
"count": 3
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-03",
"count": 3
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-06",
"count": 2
},
{
"date": "2021-11-08",
"count": 2
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-18",
"count": 2
},
{
"date": "2021-11-24",
"count": 2
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-03",
"count": 2
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-07",
"count": 2
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-27",
"count": 2
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-11",
"count": 4
},
{
"date": "2022-01-14",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-12",
"count": 2
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-05",
"count": 2
},
{
"date": "2022-04-07",
"count": 2
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 2
},
{
"date": "2022-05-07",
"count": 2
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-05-25",
"count": 2
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-22",
"count": 2
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-18",
"count": 2
},
{
"date": "2022-07-25",
"count": 2
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-06",
"count": 2
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-08-18",
"count": 2
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-08-31",
"count": 2
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-09",
"count": 2
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-09-23",
"count": 2
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-04",
"count": 2
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-10-28",
"count": 2
},
{
"date": "2022-10-31",
"count": 2
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-22",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-27",
"count": 2
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-13",
"count": 3
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-04",
"count": 2
},
{
"date": "2023-03-09",
"count": 3
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-23",
"count": 2
},
{
"date": "2023-03-24",
"count": 2
},
{
"date": "2023-03-25",
"count": 2
},
{
"date": "2023-03-27",
"count": 5
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-07",
"count": 2
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-24",
"count": 3
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-01",
"count": 2
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-15",
"count": 2
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-17",
"count": 2
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-06-30",
"count": 2
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-21",
"count": 1
},
{
"date": "2023-09-02",
"count": 2
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-12",
"count": 2
},
{
"date": "2023-09-13",
"count": 2
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-07",
"count": 2
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-20",
"count": 2
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-11-06",
"count": 2
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-13",
"count": 2
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-22",
"count": 2
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-06",
"count": 2
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-12",
"count": 2
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-06",
"count": 2
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-12",
"count": 2
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-29",
"count": 2
},
{
"date": "2024-03-04",
"count": 2
},
{
"date": "2024-03-12",
"count": 2
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-03",
"count": 2
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-07",
"count": 3
},
{
"date": "2024-04-08",
"count": 2
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-20",
"count": 2
},
{
"date": "2024-04-25",
"count": 2
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-29",
"count": 2
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-02",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-07-19",
"count": 2
},
{
"date": "2024-07-22",
"count": 2
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-07-29",
"count": 1
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-20",
"count": 2
},
{
"date": "2024-08-21",
"count": 2
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-25",
"count": 2
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-30",
"count": 2
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-11-26",
"count": 2
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-09",
"count": 2
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-31",
"count": 2
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-08",
"count": 2
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-13",
"count": 2
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 3566
},
"open_issues_and_prs": 28
},
"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": [
"_examples/go.mod",
"go.mod"
],
"largest_source_bytes": 21541,
"source_files_sampled": 38,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"_examples/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/alecthomas/kingpin/v2",
"manifest": "_examples/go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "github.com/alecthomas/units",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240927000941-0f3dac36c52b"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/xhit/go-str2duration/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/alecthomas/kingpin/v2",
"direct": true,
"version": "2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/units",
"direct": true,
"version": "0.0.0-20211218093645-b94a6e3cc137",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/units",
"direct": true,
"version": "v0.0.0-20240927000941-0f3dac36c52b",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/xhit/go-str2duration/v2",
"direct": true,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/xhit/go-str2duration",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 5,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 106,
"open_issues": 24,
"closed_ratio": 0.887,
"closed_issues": 189,
"closed_unmerged_prs": 44
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "alecthomas",
"commits": 240,
"avatar_url": "https://avatars.githubusercontent.com/u/41767?v=4"
},
{
"type": "User",
"login": "github-brice-jaglin",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/87750318?v=4"
},
{
"type": "User",
"login": "heewa",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/232685?v=4"
},
{
"type": "User",
"login": "jpcoenen",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1965218?v=4"
},
{
"type": "User",
"login": "SimonBarendse",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/9931648?v=4"
},
{
"type": "User",
"login": "bengadbois",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1879785?v=4"
},
{
"type": "User",
"login": "muesli",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/146378?v=4"
},
{
"type": "User",
"login": "kyoh86",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5582459?v=4"
},
{
"type": "User",
"login": "lalloni",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/84328?v=4"
},
{
"type": "User",
"login": "mlitvin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6558332?v=4"
}
],
"contributors_sampled": 63,
"top_contributor_share": 0.714
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 2,
"reason": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"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": 7,
"reason": "Found 15/19 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": "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": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6451cc5d2dc7a6fd495db66c025de9987721f4f4",
"ran_at": "2026-07-22T05:56:22Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-22T14:09:03Z",
"oldest_open_prs": [
{
"number": 354,
"created_at": "2024-07-19T02:17:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 359,
"created_at": "2025-02-11T02:15:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 367,
"created_at": "2026-06-08T02:00:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 369,
"created_at": "2026-07-08T09:32:13Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-22T14:08:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 81,
"created_at": "2015-11-05T02:00:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2015-12-10T01:20:26Z",
"last_comment_at": "2022-03-01T10:51:44Z",
"last_comment_author": "davidkhala"
},
{
"number": 134,
"created_at": "2016-07-16T17:04:31Z",
"last_comment_at": "2022-09-13T02:15:06Z",
"last_comment_author": "ilius"
},
{
"number": 156,
"created_at": "2016-10-13T07:53:37Z",
"last_comment_at": "2016-10-16T13:36:28Z",
"last_comment_author": "alecthomas"
},
{
"number": 159,
"created_at": "2016-10-27T02:45:48Z",
"last_comment_at": "2017-03-20T01:38:56Z",
"last_comment_author": "alankm"
},
{
"number": 175,
"created_at": "2017-02-01T21:18:44Z",
"last_comment_at": "2017-03-20T00:10:00Z",
"last_comment_author": "alecthomas"
},
{
"number": 189,
"created_at": "2017-06-09T16:55:00Z",
"last_comment_at": "2017-07-27T06:12:32Z",
"last_comment_author": "alecthomas"
},
{
"number": 203,
"created_at": "2017-08-09T08:27:40Z",
"last_comment_at": "2017-08-09T09:04:29Z",
"last_comment_author": "lkarbownik"
},
{
"number": 204,
"created_at": "2017-08-14T21:35:45Z",
"last_comment_at": "2017-08-16T22:31:12Z",
"last_comment_author": "alecthomas"
},
{
"number": 215,
"created_at": "2017-10-24T15:35:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 224,
"created_at": "2018-01-14T16:28:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 235,
"created_at": "2018-03-24T21:33:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 243,
"created_at": "2018-07-26T00:44:24Z",
"last_comment_at": "2020-02-16T20:48:08Z",
"last_comment_author": "autarch"
},
{
"number": 249,
"created_at": "2018-10-08T07:40:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 257,
"created_at": "2018-12-12T12:53:53Z",
"last_comment_at": "2018-12-15T09:59:04Z",
"last_comment_author": "alecthomas"
},
{
"number": 261,
"created_at": "2019-01-13T19:22:26Z",
"last_comment_at": "2020-02-16T20:45:53Z",
"last_comment_author": "autarch"
},
{
"number": 294,
"created_at": "2019-08-28T20:05:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 297,
"created_at": "2019-09-18T19:44:17Z",
"last_comment_at": "2022-02-04T07:21:32Z",
"last_comment_author": "IvanLutokhin"
},
{
"number": 308,
"created_at": "2019-12-02T14:45:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 311,
"created_at": "2020-01-17T21:00:28Z",
"last_comment_at": "2020-01-20T15:41:00Z",
"last_comment_author": "autarch"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/alecthomas/kingpin",
"host": "github.com",
"name": "kingpin",
"owner": "alecthomas"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 57,
"vitality": 38,
"community": 70,
"governance": 62,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 38,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 0.9,
"days_since_last_push": 13,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 13 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"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": 36,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v2.4.0",
"releases_from_tags": false,
"days_since_latest_release": 979,
"mean_days_between_releases": 381.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 979 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 979
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~381.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 381.9
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 96,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 96 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 96
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 70,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"forks": 280,
"stars": 3566,
"watchers": 42,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,566 stars",
"points": 57.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3566
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "280 forks",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 280
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "42 watchers",
"points": 9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 42
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 63,
"top_contributor_share": 0.714
},
"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 71% of commits",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "63 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 63
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 106,
"open_issues": 24,
"closed_issues": 189,
"issue_closed_ratio": 0.887,
"closed_unmerged_prs": 44
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "89% of issues closed",
"points": 41.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 89
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "106/150 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 106,
"decided": 150
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/19 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 72,
"inputs": {
"followers": 1431,
"owner_type": "User",
"is_verified": null,
"owner_login": "alecthomas",
"public_repos": 176,
"account_age_days": 6422
},
"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": "1,431 followers of alecthomas",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1431,
"login": "alecthomas"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "176 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 176
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/alecthomas/kingpin/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1025
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1025 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1025
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "40 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 40
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"go",
"kingpin",
"cli",
"command-line"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 15/19 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "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 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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 9 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 9,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 9,
"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": 19
},
"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": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.433,
"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": "39 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"_examples/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.1
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "_examples/go.mod, go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "_examples/go.mod, go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "10 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 21541,
"source_files_sampled": 38,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/38 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 38,
"oversized": 0
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T05:56:46.968917Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/alecthomas/kingpin.svg",
"full_name": "alecthomas/kingpin",
"license_state": "standard",
"license_spdx": "MIT"
}