原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"python",
"data-pipeline",
"fluent",
"collections"
],
"is_fork": false,
"size_kb": 635,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 60751
},
"pushed_at": "2026-07-26T16:07:20Z",
"created_at": "2018-01-06T16:46:04Z",
"owner_type": "User",
"updated_at": "2026-07-26T16:07:53Z",
"description": "Fluent data pipelines for python and your shell",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Oliver Rice",
"type": "User",
"login": "olirice",
"company": null,
"location": "USA",
"followers": 200,
"avatar_url": "https://avatars.githubusercontent.com/u/12958657?v=4",
"created_at": "2015-06-18T21:58:47Z",
"is_verified": null,
"public_repos": 65,
"account_age_days": 4056
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2026-07-18T01:53:33Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2020-04-15T11:29:24Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2020-04-08T13:30:23Z"
}
],
"recent_commits": [
{
"oid": "61fe2eded524582bcb691ea5247585816fcdf84b",
"body": null,
"is_bot": false,
"headline": "Merge pull request #51 from olirice/claude/filter-typeguard-issue-29",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-26T16:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3488e21de9a7c5e1efe8cfadab85eb97f37b4561",
"body": "filter()'s only overload took Callable[Concatenate[T, P], object] and\nalways returned Fluent[T], so a TypeGuard predicate couldn't narrow the\nelement type - a chained .filter(is_person).map(get_age) failed to\ntype-check because T never narrowed to the guarded type.\n\nAdds a Callable[[T], TypeGuard[_T\n[…]\n] -> Fluent[_T1] overload ahead of\nthe existing one, the same two-overload pattern typeshed already uses\nfor the builtin filter(). The existing overload, and the runtime\nimplementation, are unchanged.",
"is_bot": false,
"headline": "Add TypeGuard overload to filter() (fixes #29)",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-26T16:03:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0cc8f02790eafb3329663eae08a0eeaa9fe604c5",
"body": null,
"is_bot": false,
"headline": "Merge pull request #50 from olirice/claude/type-assertion-testing-m3btzn",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-26T15:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c240a59384ad76d45c1efa691b13cee4881a38a1",
"body": "…ormalize self-type\n\nmypy --strict only checks that src/flupy's own code is internally\nconsistent; it never verifies that consumers actually get the types\nthe overloads/generics promise, so a broken handoff in a chained call\n(e.g. flu(...).map(...).filter(...)) can regress silently.\n\nsrc/tests/test_\n[…]\nor assert_type on\nPython 3.10 where typing.assert_type isn't available.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01UPguSQWhTvjQLM1dnhiWYo",
"is_bot": false,
"headline": "Add mypy-backed type-check tests, tighten window/zip_longest, fix den…",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-26T15:46:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "88e61228efef610539b1092b666e63ae17fb90fb",
"body": "migrate from poetry to uv, replace black/isort/autoflake with ruff, v…",
"is_bot": false,
"headline": "Merge pull request #49 from olirice/uv-migration",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93972c6be0364bd5e0b9fad739711236006679a3",
"body": null,
"is_bot": false,
"headline": "use flupy@oliverrice.com for package author contact",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707171dcc61d23bb49d367bdeb9628917aba70d5",
"body": "…1.2.4\n\n- pyproject: PEP 621 [project] metadata with hatchling build backend,\n PEP 735 [dependency-groups] for dev deps, SPDX license expression\n- commit uv.lock; CI installs with 'uv sync --locked'\n- ruff replaces black, isort, and autoflake (single tool, same 120 char\n line length); pre-commit h\n[…]\nhas always raised ImportError\n- no user-facing packaging changes: requires-python >=3.10 unchanged,\n zero runtime dependencies, py.typed and license shipped in the wheel\n- bump version 1.2.3 -> 1.2.4",
"is_bot": false,
"headline": "migrate from poetry to uv, replace black/isort/autoflake with ruff, v…",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:48:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ffdc7645f7da2804cf8f86964ef30eba9f92b14",
"body": "tighten type annotations, modernize mypy config",
"is_bot": false,
"headline": "Merge pull request #48 from olirice/tighten-types",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ebd2ac3f62deb2b106045ffdbd82d7df16252f",
"body": "- ParamSpec/Concatenate/Protocol now import from stdlib typing, making\n flupy dependency-free at runtime\n- remove 3.9 from CI matrix and classifiers; pre-commit CI job runs 3.10\n- replace the defunct humitos/mirrors-autoflake pre-commit mirror (repo\n no longer exists on github, breaking hook installation on fresh\n machines and CI) with the official PyCQA/autoflake hook\n- drop black language_version pin",
"is_bot": false,
"headline": "require python >=3.10, drop typing_extensions dependency",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40233a322d4a551846dc9853f691ff5488257068",
"body": "setup-python@v1 only resolves interpreters from the runner tool cache,\nwhich no longer includes 3.9 on ubuntu-latest. Current setup-python\ndownloads requested versions on demand, so the 3.9 jobs work again.",
"is_bot": false,
"headline": "update checkout and setup-python actions",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165d6c99e778fdebf84d1e5fdefc621b418f3e2f",
"body": "- collect/head/tail: overloads return precise container types (List[T] by\n default, container_type flows through) instead of Collection[T]\n- first/last: overloads propagate default value type into the return type\n- group_by: key result type flows into the group key instead of Union[T, _T1]\n- sort: \n[…]\n config into pyproject (strict = true, warn_unreachable,\n ignore-without-code), delete mypy.ini, drop follow_imports=skip and\n ignore_missing_imports; pre-commit mypy hook installs typing_extensions",
"is_bot": false,
"headline": "tighten type annotations, modernize mypy config",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2026-07-18T01:29:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1bc446fd3efc665088a85202280f9835dd190076",
"body": null,
"is_bot": false,
"headline": "0 breaking changes in 8 years. mark as Production/Stable",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb233a328ce6e5d7e21388fa73c34e0d212e1d48",
"body": null,
"is_bot": false,
"headline": "add missing methods to docs",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87566e2071adfaed34274facc898f7b578734388",
"body": null,
"is_bot": false,
"headline": "fix rtd config",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efeb4bb5a9e2801134b4201747aa978f369db86",
"body": null,
"is_bot": false,
"headline": "decalre dev depends on sphinx and rtd theme",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce45aa9887ee1d3d1a714da36ed05209635070a",
"body": null,
"is_bot": false,
"headline": "readthedocs install with poetry",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462112585f651f71ca372b743305ff354eccb226",
"body": null,
"is_bot": false,
"headline": "fix readthedocs",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-18T10:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12566eef7401094334345b4787e27fa46d687a20",
"body": "Fully outer join support",
"is_bot": false,
"headline": "Merge pull request #45 from olirice/or/full_join",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-15T14:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf8ab39aa6b53efe5cb5b910c3aeca52ba58e6a0",
"body": null,
"is_bot": false,
"headline": "feat: join_full support",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-07-15T14:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b264844d93225ec10f25bcb51e6085fdc82c5e81",
"body": null,
"is_bot": false,
"headline": "fix pre-commit",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-06-17T17:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cc92bd5b308e1b926d7385642291b6428a7bf2",
"body": "Fix Windows compatibility",
"is_bot": false,
"headline": "Merge pull request #34 from abraha2d/fix-windows-compat",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-06-17T17:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04accfed4aa30e0b45826a844af9b743c0dfde92",
"body": null,
"is_bot": false,
"headline": "handle platforms that lack SIGPIPE (e.g. Windows)",
"author_name": "Kevin Abraham",
"author_login": "abraha2d",
"committed_at": "2025-05-16T00:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0205b524c7a9da547bfe0922a02285eec0ca6925",
"body": "Modernize",
"is_bot": false,
"headline": "Merge pull request #41 from olirice/or/pyproject",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-05-15T18:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb8d7afab2c058302523674812921064bc2bdc3",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-05-15T06:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19601b1ef0dd633399c335b7ecf2a9366ad09fee",
"body": null,
"is_bot": false,
"headline": "align python versions",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-05-15T06:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c71393676d803d0e033ac754275e849848ec42",
"body": null,
"is_bot": false,
"headline": "fix ci",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-05-15T06:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dcb1a25a7c178f798e282355d661ab336312706",
"body": null,
"is_bot": false,
"headline": "modernize",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2025-05-15T05:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b787d605c0ded610cc0292c66a9f92cac3530a4d",
"body": "Or/misc",
"is_bot": false,
"headline": "Merge pull request #40 from olirice/or/misc",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-12T19:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a758dc05a7fff8ac61036fcb69cc45450c9f22d1",
"body": null,
"is_bot": false,
"headline": "docstring fixes",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-12T18:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a2279de441cb3bc11e56b90c07d0c477c42d61",
"body": null,
"is_bot": false,
"headline": "handle empty case in first consistently with last",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-12T18:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad354545c0de863cdfc88545e16bb2f9094ba6e3",
"body": null,
"is_bot": false,
"headline": "correct group_by docstring",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-12T18:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47b20beb697ab62b04b76f79d3fb68dbba24adc",
"body": "Bump version for release",
"is_bot": false,
"headline": "Merge pull request #39 from olirice/or/resolve-pre-commit",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-06T19:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40aa3cb8b68040de5e2d9a376d9dbdfe70ab30e7",
"body": null,
"is_bot": false,
"headline": "re-enable python 3.7 until something breaks",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-06T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0fb9fafc654d30b6fd34f4d5c355c4da50cadb1",
"body": null,
"is_bot": false,
"headline": "bump version for release",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-06T19:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606d418d714b1576edb4b8899f940d149a583e3a",
"body": null,
"is_bot": false,
"headline": "resolve pre-commit failures",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-06T19:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a873087c92378b66078902e96c355a4964996ab7",
"body": "Update fluent.py: Typing improvements for map, filter, etc",
"is_bot": false,
"headline": "Merge pull request #38 from james-pcdr/patch-1",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-09-06T18:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203867c742aaebc1377dd4be5dca9c32924cfb92",
"body": "…en, SupportsGetItem",
"is_bot": false,
"headline": "Update fluent.py: Typing improvements for map, filter, collect, flatt…",
"author_name": "james-pcdr",
"author_login": "james-pcdr",
"committed_at": "2024-08-20T17:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7569f1a7e1a37099f7e7eb60e9fc692ec3dc07",
"body": "remove broken mypyc badge",
"is_bot": false,
"headline": "Merge pull request #32 from olirice/mypyc-badge",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-02-27T14:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebeb231ddf8626b2f28a4c64c82d79220f2f353",
"body": null,
"is_bot": false,
"headline": "remove broken mypyc badge",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2024-02-27T14:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1d35b5aaa69b5cb1f380090d169fdcc426d5f3f",
"body": "Docstring updates: fix zip_longest -> enumerate",
"is_bot": false,
"headline": "Merge pull request #31 from olirice/or/docstrings-5",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2023-04-25T16:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4d2b972510f3d0823466761ba1caee2aab3800",
"body": null,
"is_bot": false,
"headline": "update python version CI matrix",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2023-04-25T16:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f29fdce01ac66dcaef5e0cc0a3664d305debecb",
"body": null,
"is_bot": false,
"headline": "remove precommit action badge",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2023-04-25T16:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462c00dbbcea8926fc8f3d60b2d43bfb3638247f",
"body": null,
"is_bot": false,
"headline": "docstring updates: fix zip_longest -> enumerate",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2023-04-25T16:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326e5635ed02012ac5a9f8909b0716154588aa40",
"body": null,
"is_bot": false,
"headline": "rtd update",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-10-24T14:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d705dc6f22265387f662c0fae3b991089f0b7ee3",
"body": null,
"is_bot": false,
"headline": "build docs on 3.8",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-10-23T14:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45cadc594a9599d7c9908b95ebb943267ecb23f8",
"body": "Update version to 1.2.0",
"is_bot": false,
"headline": "Merge pull request #27 from olirice/release_1_2_0",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-10-21T20:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e6a69367866bdd40c5169bb8f4f8ceb069c7c4",
"body": null,
"is_bot": false,
"headline": "pre-commit fixes",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-10-21T20:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a396ddcccb81f9f45c71f1c871c1975e07414e56",
"body": null,
"is_bot": false,
"headline": "update version to 1.2.0",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-10-21T16:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a572bc2cb73ed9de380fb6bc7f21fcf379ed6070",
"body": "fix coverage `...` exclusion",
"is_bot": false,
"headline": "Merge pull request #23 from olirice/fix_coverage_report",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-02-17T15:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da6c297ac4c1fc0169b5cdc275b8cdd379988fd",
"body": null,
"is_bot": false,
"headline": "fix coverage elipse exclusion",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2022-02-17T15:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c9bb0313def49ce2939cfb9a5a2f3033df261b",
"body": "Adds `Fluent.to_list()` method",
"is_bot": false,
"headline": "Merge pull request #20 from olirice/to_list",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-11-05T17:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef576649bc4996648a42f0f0da9c373f153c662",
"body": null,
"is_bot": false,
"headline": "release 1.1.9",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-15T12:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d22f3c0d4c59f09f78ca4d317958f7815b10259",
"body": null,
"is_bot": false,
"headline": "rm 3.10 from github actions",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-15T12:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd863be7a9f309dde916f83eb61b0433c7f32b8",
"body": "Fix to get pip install flupy working with Python 3.10",
"is_bot": false,
"headline": "Merge pull request #22 from magnus-lycka/Py3.10-fix",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-15T12:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e5399518ec167889cb88fe6699fd4d5c7ffb0d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into Py3.10-fix",
"author_name": "Magnus Lyckå",
"author_login": null,
"committed_at": "2021-10-15T12:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2186ed16a3ef991461e4f07960f622553153424f",
"body": null,
"is_bot": false,
"headline": "support python 3.10",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-15T12:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edee5fc7362e79d1d5b8b953a8bd4eba2388922",
"body": null,
"is_bot": false,
"headline": "Update setup.cfg",
"author_name": "Magnus Lyckå",
"author_login": null,
"committed_at": "2021-10-15T12:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd5762c4c5b798813c7bedded79d4a6b8b0e520",
"body": null,
"is_bot": false,
"headline": "Fix Python version compare to grok that 3.10>3.9",
"author_name": "Magnus Lyckå",
"author_login": null,
"committed_at": "2021-10-15T11:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2125dbdd723909efbce25ea39431b033a0b650c2",
"body": null,
"is_bot": false,
"headline": "remove redundant list(list(x)) -> list(x)",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-12T09:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd822b1a982e3e97aabdb37d1224388d28d85771",
"body": null,
"is_bot": false,
"headline": "to_list",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-12T09:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790ba5f6aca1255565f1e1d25d8a35fb3c706cf4",
"body": null,
"is_bot": false,
"headline": "fix deterministic doctests",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-07T09:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdae56972218edabe81eaffe8ec21457fe3e2fe",
"body": null,
"is_bot": false,
"headline": "release 1.1.8",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-06T20:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "883e552fd4de8bbb70fc433305d5856528b10399",
"body": null,
"is_bot": false,
"headline": "fix type hints for map, collect, head, tail",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-06T20:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29d0bfb31aaec8ee871d65353de3ccfb94e2dae",
"body": "Add py.typed file to support mypy typing when installed",
"is_bot": false,
"headline": "Merge pull request #17 from thejaminator/master",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-10-06T20:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ae5c13a30a6a4ccae84d155ad43426686f9676",
"body": null,
"is_bot": false,
"headline": "feat(setup): Add py.typed file to support mypy typing when installed",
"author_name": "James Chua",
"author_login": "thejaminator",
"committed_at": "2021-10-06T17:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20ba74847cf9631b4abcbaa7bb57d5d28448c77",
"body": null,
"is_bot": false,
"headline": "release 1.1.7",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-05-26T18:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc7afe71238e7a5a20d5b942ef592f94542b749",
"body": "Add a denormalize method",
"is_bot": false,
"headline": "Merge pull request #16 from olirice/denormalize",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-05-26T18:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2152277e3b0dd070b3504e26a3453c0de3a2e40c",
"body": null,
"is_bot": false,
"headline": "add denormalize method",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-05-26T18:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f5da5f8ce6c716a731ff58ad4e169c51585939",
"body": null,
"is_bot": false,
"headline": "pywright tweaks",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-03-09T13:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4b88fb5a03655da4bf772c4ba0c1c038e34453",
"body": null,
"is_bot": false,
"headline": "release 1.1.6",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-01-06T12:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc989c79eafd482cb61d855706e17617aa3b5c2",
"body": null,
"is_bot": false,
"headline": "test locals walk_dirs and walk_files",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-01-06T12:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b713fc61138fd819bc70e80b8a1b6e8786b9e06e",
"body": null,
"is_bot": false,
"headline": "explicit depends for 3.6 typing_extensions",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-01-06T12:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143e7993922739aeee98462481560a55dcbabd7c",
"body": null,
"is_bot": false,
"headline": "cleanup import system",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-01-06T12:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff795c4f9405aeba7883dcc64e521e60e4680569",
"body": null,
"is_bot": false,
"headline": "fix docs after move to src/ subdir",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2021-01-06T12:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82750f8b564e8b4ccfe7eb9915872c07a9ea45fa",
"body": "Sub src",
"is_bot": false,
"headline": "Merge pull request #15 from olirice/sub_src",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-14T13:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e804313b80b14ceaeb766167e6a45059265859",
"body": null,
"is_bot": false,
"headline": "formatting error fix",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-14T13:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80607b89e1ba45a05df21d4647989743362ca89f",
"body": null,
"is_bot": false,
"headline": "more exclusions in pytest for compiled",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-14T13:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3ae9ebbc00b00766b07a772bfcd9ace3e851f9",
"body": null,
"is_bot": false,
"headline": "back pyversion 3.8, cover src dir",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-14T13:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79604195de259d7329e2515968fe4add1aecedb0",
"body": null,
"is_bot": false,
"headline": "update pytest.ini",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-14T13:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712688fba94443ae19ab26c8265f57d630ba09f5",
"body": null,
"is_bot": false,
"headline": "ckpt",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-13T21:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd87528cc2c7e7287940bf924d0cbbd2c7188c1f",
"body": null,
"is_bot": false,
"headline": "restore autoflaked cycle import",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-06T13:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b010d223b80cdac8b5abff1b251d2d91cfffd5",
"body": null,
"is_bot": false,
"headline": "drop experimental compiled src",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-06T13:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d94ee5b69cd123f52a2566d40bd35913445b4c",
"body": null,
"is_bot": false,
"headline": "skip compiling cli",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-06T13:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951445f7e32167dc8393364be3f9dddbe9fda058",
"body": null,
"is_bot": false,
"headline": "mypyc badge",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T21:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea6b19b5c26703adb596fc1709161ce03139bbf0",
"body": "Benchmarks",
"is_bot": false,
"headline": "Merge pull request #14 from olirice/benchmarks",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T16:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618359be2664f8201701d530b6af2eb82ecb847b",
"body": null,
"is_bot": false,
"headline": "fix func name typo",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T18:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6815775792ccb33fcaa421729995fc30918f78cd",
"body": null,
"is_bot": false,
"headline": "organize benchmark results",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T18:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db6261a51e456df699aba6034ccb52ce86ce893",
"body": "Strict Typing w/ mypc build",
"is_bot": false,
"headline": "Merge pull request #13 from olirice/typing_work",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T14:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "379fb233dab2ea1c4e71f1ad9c32499f4960c06a",
"body": null,
"is_bot": false,
"headline": "install test dependencies in ci",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T14:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f18dc7789645c3c00e80d1219cff7cb83f0271",
"body": null,
"is_bot": false,
"headline": "benchmarking",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc9f7587d0004838edd3f6af855d0f93c8c79b4",
"body": null,
"is_bot": false,
"headline": "benchmarking",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "703d54e432c77550ed55133fbc653d63ef529c67",
"body": null,
"is_bot": false,
"headline": "clone recursive",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T11:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a17e16a9eb3bf3dfc6153972bbdad0eba89fcb",
"body": null,
"is_bot": false,
"headline": "dont use _typeshed",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T11:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ba853a3500acefae0334654d77b8250ba6c5e8",
"body": null,
"is_bot": false,
"headline": "split lines",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T13:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc7db1bafd9fd1f1f5a958ad758616ba78cc91d",
"body": null,
"is_bot": false,
"headline": "ignore and skip imports",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T13:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0df2557bd68b9b432fb7f820fd677db680d376",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68948b7f168e6c5c58c5f1d5d07764d57f3aacaf",
"body": null,
"is_bot": false,
"headline": "try building in ci",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82471dd3dcb0c1e862007c5640b24af4360a659",
"body": null,
"is_bot": false,
"headline": "matrix supported python versions",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b5499229b3ea38c310da53c40bd3127ca81079",
"body": null,
"is_bot": false,
"headline": "strict types everywhere",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T12:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4efd4d34bc3cdaff95ee69dc4fe4ddf63f59bbf4",
"body": null,
"is_bot": false,
"headline": "strict types on cli.cli and cli.utils",
"author_name": "Oliver Rice",
"author_login": "olirice",
"committed_at": "2020-12-04T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 11,
"latest_release_at": "2026-07-18T01:53:33Z",
"latest_release_tag": "v1.2.4",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 9,
"mean_days_between_releases": 1145.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "flupy",
"exists": true,
"license": "MIT",
"keywords": [
"Development Status :: 5 - Production/Stable",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/flupy/",
"is_deprecated": false,
"latest_version": "1.2.4",
"repository_url": "https://github.com/olirice/flupy",
"versions_count": 42,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1642197,
"first_published_at": "2018-09-02T18:54:33.806828Z",
"latest_published_at": "2026-07-18T01:55:00.562331Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 14,
"stars": 195,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2019-11-13",
"count": 2
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/flupy/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 29461,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 65,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "alabaster",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "ast-serialize",
"direct": false,
"version": "0.6.0",
"ecosystem": "pypi"
},
{
"name": "astroid",
"direct": false,
"version": "4.0.4",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.18.0",
"ecosystem": "pypi"
},
{
"name": "black",
"direct": false,
"version": "26.5.1",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.6.17",
"ecosystem": "pypi"
},
{
"name": "cfgv",
"direct": false,
"version": "3.5.0",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.9",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.4.2",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": "7.15.2",
"ecosystem": "pypi"
},
{
"name": "dill",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "distlib",
"direct": false,
"version": "0.4.3",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.21.2",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.22.4",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.30.3",
"ecosystem": "pypi"
},
{
"name": "flupy",
"direct": false,
"version": "1.2.4",
"ecosystem": "pypi"
},
{
"name": "identify",
"direct": false,
"version": "2.6.19",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "1.5.0",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "isort",
"direct": false,
"version": "8.0.1",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "librt",
"direct": false,
"version": "0.13.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "mccabe",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "mypy-extensions",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "nodeenv",
"direct": false,
"version": "1.10.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.10.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": "4.6.0",
"ecosystem": "pypi"
},
{
"name": "py-cpuinfo",
"direct": false,
"version": "9.0.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pylint",
"direct": false,
"version": "4.0.6",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.1.1",
"ecosystem": "pypi"
},
{
"name": "pytest-benchmark",
"direct": false,
"version": "5.2.3",
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": "7.1.0",
"ecosystem": "pypi"
},
{
"name": "python-discovery",
"direct": false,
"version": "1.4.4",
"ecosystem": "pypi"
},
{
"name": "pytokens",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.34.2",
"ecosystem": "pypi"
},
{
"name": "roman-numerals",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.15.22",
"ecosystem": "pypi"
},
{
"name": "snowballstemmer",
"direct": false,
"version": "3.1.1",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "8.1.3",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "9.0.4",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "9.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinx-rtd-theme",
"direct": false,
"version": "3.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-applehelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-devhelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-htmlhelp",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jquery",
"direct": false,
"version": "4.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jsmath",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-qthelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-serializinghtml",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "tomlkit",
"direct": false,
"version": "0.15.1",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.16.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "21.6.1",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 65,
"direct_count": 0,
"indirect_count": 65
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 24,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 20,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "olirice",
"commits": 234,
"avatar_url": "https://avatars.githubusercontent.com/u/12958657?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "thejaminator",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/30519287?v=4"
},
{
"type": "User",
"login": "jasiek",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/37550?v=4"
},
{
"type": "User",
"login": "abraha2d",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5976139?v=4"
},
{
"type": "User",
"login": "james-pcdr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/107222062?v=4"
},
{
"type": "User",
"login": "scottwedge",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3101154?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.971
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pre-commit_hooks.yaml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"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": 6,
"reason": "5 out of 8 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "11 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"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": "61fe2eded524582bcb691ea5247585816fcdf84b",
"ran_at": "2026-07-27T11:16:08Z",
"aggregate_score": 3.9,
"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-07-26T16:07:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T16:07:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/olirice/flupy",
"host": "github.com",
"name": "flupy",
"owner": "olirice"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 51,
"vitality": 60,
"community": 68,
"governance": 61,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.2.4",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 1145.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1145.8 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1145.8
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 14,
"stars": 195,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "195 stars",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 195
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"flupy"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 1642197
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,642,197 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1642197,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.971
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 24,
"open_issues": 0,
"closed_issues": 20,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/31 decided PRs merged",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 31
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 64,
"inputs": {
"followers": 200,
"owner_type": "User",
"is_verified": null,
"owner_login": "olirice",
"public_repos": 65,
"account_age_days": 4056
},
"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": "200 followers of olirice",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 200,
"login": "olirice"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "65 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 65
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"flupy"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "42 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 42
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 8 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"python",
"data-pipeline",
"fluent",
"collections"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "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": 51,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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 8 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.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 1/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 65 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": 65
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 65,
"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": 65,
"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": 4
},
"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": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.29,
"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": "29 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"src/flupy/py.typed"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/flupy/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/flupy/py.typed"
}
}
],
"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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 29461,
"source_files_sampled": 13,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/flupy/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/flupy/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T11:16:24.364403Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/olirice/flupy.svg",
"full_name": "olirice/flupy",
"license_state": "custom",
"license_spdx": null
}