Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"logger-middleware",
"logging",
"logging-library",
"python"
],
"is_fork": false,
"size_kb": 565,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 259,
"Python": 173184
},
"pushed_at": "2026-04-14T16:10:02Z",
"created_at": "2016-12-15T17:38:16Z",
"owner_type": "User",
"updated_at": "2026-07-29T06:23:43Z",
"description": "Robust concurrent logging handlers for Python's standard logging",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Preston Landers",
"type": "User",
"login": "Preston-Landers",
"company": null,
"location": "Texas",
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/5307223?v=4",
"created_at": "2013-08-25T17:57:42Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 4722
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.9.29",
"kind": "patch",
"published_at": "2026-02-23T22:47:27Z"
},
{
"tag": "0.9.28",
"kind": "patch",
"published_at": "2025-06-10T19:02:55Z"
},
{
"tag": "0.9.27",
"kind": "patch",
"published_at": "2025-06-06T14:43:03Z"
},
{
"tag": "0.9.26",
"kind": "patch",
"published_at": "2025-05-09T19:55:05Z"
},
{
"tag": "0.9.25",
"kind": "patch",
"published_at": "2023-12-10T18:26:31Z"
},
{
"tag": "0.9.24",
"kind": "patch",
"published_at": "2023-05-14T18:10:09Z"
},
{
"tag": "0.9.23",
"kind": "patch",
"published_at": "2023-04-30T18:47:59Z"
},
{
"tag": "0.9.23-alpha-1",
"kind": "prerelease",
"published_at": "2023-04-07T23:23:42Z"
},
{
"tag": "0.9.22",
"kind": "patch",
"published_at": "2023-04-07T20:33:23Z"
},
{
"tag": "0.9.21",
"kind": "patch",
"published_at": "2023-04-02T02:09:27Z"
},
{
"tag": "0.9.20",
"kind": "patch",
"published_at": "2022-02-22T13:56:56Z"
},
{
"tag": "0.9.19",
"kind": "patch",
"published_at": "2020-11-13T13:44:47Z"
},
{
"tag": "0.9.18",
"kind": "patch",
"published_at": "2020-11-10T15:12:42Z"
},
{
"tag": "0.9.17",
"kind": "patch",
"published_at": "2020-09-01T18:34:37Z"
},
{
"tag": "0.9.16",
"kind": "patch",
"published_at": "2019-05-07T22:40:40Z"
},
{
"tag": "0.9.15",
"kind": "patch",
"published_at": "2019-05-06T00:57:31Z"
},
{
"tag": "0.9.14",
"kind": "patch",
"published_at": "2019-04-29T22:09:38Z"
},
{
"tag": "0.9.13",
"kind": "patch",
"published_at": "2019-04-28T19:24:50Z"
},
{
"tag": "0.9.12",
"kind": "patch",
"published_at": "2018-08-11T15:29:40Z"
},
{
"tag": "0.9.11",
"kind": "patch",
"published_at": "2018-07-01T20:45:10Z"
},
{
"tag": "0.9.10",
"kind": "patch",
"published_at": "2018-07-01T15:10:55Z"
}
],
"recent_commits": [
{
"oid": "491b4c2442e455f5a57319023dcc4a86bf87999a",
"body": "…ns-race\n\nBugfix/issue 87 permissions race\n\nThanks to @jbfryar",
"is_bot": false,
"headline": "Merge pull request #88 from Preston-Landers/bugfix/ISSUE-87-permissio…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-14T16:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e2f4e67b64af188f0b9e5079576dd1df94aa97",
"body": "Three small workflow updates:\n\n- Add `workflow_dispatch:` to the workflow's `on:` triggers. Provides\n a \"Run workflow\" button in the Actions UI for re-running CI against\n a branch without needing to push an empty commit.\n\n- Bump action versions to the Node 24-compatible majors:\n actions/checkou\n[…]\nies,\n so the legacy path now just runs `pytest tests` and only verifies\n that the library itself works on EOL Pythons. Removed `coverage`\n and `pytest-cov` from the legacy install line accordingly.",
"is_bot": false,
"headline": "GitHub Actions hygiene: manual trigger, action bumps, fix legacy CI.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-13T23:13:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31e03b92231271e55d1d29cc61a290af7b8b474b",
"body": "Recent versions of hatch + virtualenv on the GitHub runner fail to\ncreate environments for older Pythons with:\n\nmodule 'virtualenv.discovery.builtin' has no attribute 'propose_interpreters'\n\nThis is upstream tooling drift, not a project issue, but it broke the\n3.7, 3.8, and 3.9 matrix entries.\n\nWe s\n[…]\nrs is a one-place edit per condition rather than a fan-out\nof `||` chains.\n\nLint/typing checks still run once on the Python 3.14 lint job, so\nnothing is lost from skipping them for the legacy entries.",
"is_bot": false,
"headline": "Fix Python 3.7-3.9 CI failures by bypassing hatch for legacy versions.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-13T22:18:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6a3a437f9fc438596902836297946c769174a81",
"body": "Mypy 1.20 dropped Python 3.8 as a static-check target and tightened\ndetection of unused \"type: ignore\" comments. With mypy unpinned in the\nlint env, fresh CI runs picked up 1.20.1 and started failing on\npre-existing issues.\n\n- Remove two now-unused \"type: ignore[assignment]\" comments on\n`self.stream\n[…]\nort\nfor Python 3.6+ is unchanged; this only affects static type-checking.\n- Pin mypy to \">=1.10.0,<2\" in the lint env so future major releases\nare an explicit decision rather than a surprise CI break.",
"is_bot": false,
"headline": "Fix mypy CI failures from mypy 1.20 upgrade.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-13T22:06:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6a3be5f58bdcba11d8abab519dc21d5cd908a20",
"body": "…README.",
"is_bot": false,
"headline": "Bump version to 0.9.30. Add notes for Issue #87 fix in CHANGELOG and …",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-13T22:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc3a0e29095c9490da569cdb005b83817bfa1e5",
"body": "ConcurrentRotatingFileHandler created files using the configured umask\nand called _do_chown_and_chmod() afterward to apply the target perms.\nBetween create and chmod, the file was visible in the filesystem with\numask-derived (potentially too-restrictive) permissions. A different-\nuser process that o\n[…]\ndisk mode\nat call time. Asserts that the publicly-visible target paths are never\nobserved with the wrong mode. Covers all three call sites.\n\nThanks to @jbfryar for a thorough bug report on this issue.",
"is_bot": false,
"headline": "Issue #87: Fix permission race window between file create and chmod",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-04-13T21:59:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28e33f2e68264cc1731696c70c1f3458ef2ebafb",
"body": null,
"is_bot": false,
"headline": "Add Python 3.14 to project classifiers. Reformat README.md.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-24T17:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5affb289e84b3170e7dad10425a1d0dec459bc8e",
"body": null,
"is_bot": false,
"headline": "Test under Python 3.14 on GH",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-22T18:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa58559b53850708e6e1730d609634a5853ce11",
"body": null,
"is_bot": false,
"headline": "Clean up README.md and CHANGELOG.md",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-22T18:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138a0e3c459a8f47aa40566afc9e084bbb9313c4",
"body": "flock(2) locks are per-open-file-description, not per-fd. This caused\ntwo distinct race conditions in _do_lock():\n\n1. Fork + flock: When a parent process creates a handler and then forks,\n all children inherit the same open file description for the lock file.\n flock() calls in any child return i\n[…]\nscenarios: concurrent threads sharing a\nhandler, and forked processes inheriting a pre-fork handler (with and\nwithout gzip compression).\n\nThis also fixes the specification of a pytest plugin (repeat).",
"is_bot": false,
"headline": "Fix flock race conditions with forked processes and concurrent threads",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-22T18:15:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cad94e2c4d8e2297089e50323b6fab0b3d2506f6",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.29. Require portalocker >= 2.6.0 (from 2022)",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-22T16:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3e41dd266b09d4c3a8e46fc7728867c321d767",
"body": null,
"is_bot": false,
"headline": "Update ruff version.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-22T16:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1fc928586c6fc337016712885da8f6535e39f69",
"body": null,
"is_bot": false,
"headline": "Update ruff and black versions",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-01T19:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e166a38b2247f43bc0d167c816d8ccae887aec1",
"body": "…ingFileHandler\n\nThis allows customizing attributes, including `self.suffix`, before they\nare used in the first rollover.",
"is_bot": false,
"headline": "Issue #84: Add finalize_handler_configuration to ConcurrentTimedRotat…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-01T18:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53616e1398fcec09669e9006fd3eaa27b92e62d",
"body": null,
"is_bot": false,
"headline": "CLAUDE.md updates w/ project guidance",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2026-02-01T18:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f24b8cbfeebc09efde73438cfd94e7eba832316",
"body": "…rantee",
"is_bot": false,
"headline": "Less aggressive on final __del__ test, because this is not a hard gua…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-14T23:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153c224b4e0c6a86ba9bd28c0ffdc7be0d2c997c",
"body": null,
"is_bot": false,
"headline": "Add plans for compression and batch features.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-14T19:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8f12496aa19f51a8263b2227945caec20e7761",
"body": null,
"is_bot": false,
"headline": "Planning for non-blocking and async features.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-14T02:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6895a872e503e1d77e1438c855e919123be9e91e",
"body": null,
"is_bot": false,
"headline": "README clarifications",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-14T01:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b98566be16f6d7c73863892dafc1ca27824b41e",
"body": null,
"is_bot": false,
"headline": "Version 0.9.28",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-10T19:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c3981470651ce6e3476658e41792a44039dabc",
"body": null,
"is_bot": false,
"headline": "Add Issue #81 to changelog and readme.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-10T19:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ffbd2c0ff3086f6671e2ec9c6285a1d0b01eecd",
"body": "Also adds a unit test for this scenario.\n\nWhen restarting after missing scheduled rollover times, the handler was updating to the next future rollover without actually rotating accumulated logs. Now performs catch-up rollovers on initialization.",
"is_bot": false,
"headline": "Issue #81 - catch up on missed rollovers.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-10T16:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05310909036adc7d7edce597fd8bd7b174ef88d9",
"body": null,
"is_bot": false,
"headline": "Appease unit testers on older Python",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-10T15:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b845fc6a91a420e18827b67a68f7413001dc35cb",
"body": "…ring interpreter shutdown.",
"is_bot": false,
"headline": "Issue #80 - Fixes errors when apps, esp. asyncio based, try to log du…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-10T15:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0f4f97b3d9cc91da431df965410bda549d26a7",
"body": null,
"is_bot": false,
"headline": "More documentation cleanup",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-07T17:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37a118d060ef460f5d1be478d6b866a8055d107f",
"body": null,
"is_bot": false,
"headline": "Documentation clarifications.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-07T00:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3120c08e8b9b8d5a34afc13842d766875cde1b2",
"body": null,
"is_bot": false,
"headline": "TOC for usage pattern documentation.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T20:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a88b270e4a63ddf2c5d5847ea43ce0791dfb7e2",
"body": "README clarifications.",
"is_bot": false,
"headline": "Usage pattern documentation.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T20:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8b1b48d464328cd0d9a99c9a5fc581cd60aa4a",
"body": null,
"is_bot": false,
"headline": "Logging patterns documentation",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T19:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b877c173374e2670f946182aa499022d38ae63f5",
"body": "Add note for people reading on pypi or other sites.\nDelete unused old tests that are fully covered by the newer test suite. Claude said:\n\nThe tests/other/ folder contains two old test files that are safe to delete:\n\n 1. No references found: There are no imports or references to these files anywhere\n[…]\ne testing of all handler features\n 3. Outdated code: The files in tests/other/ use:\n - Python 2 compatibility code (no longer needed)\n - optparse instead of argparse\n - Older coding patterns",
"is_bot": false,
"headline": "Initialize Claude file",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T18:42:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0d51a9aa6ad0fe7c901a19307d00bec18b15483",
"body": null,
"is_bot": false,
"headline": "Delete example async code.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T18:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71290c50494396381029cacec79f080dcf9fb8ec",
"body": "Differences in \"invalid\" date handling should be pretty minor in significance.",
"is_bot": false,
"headline": "Skip timed rotating error handling edge case tests on Python < 3.8",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T02:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4239d3e71416ee8d82f27538b7778982d0084633",
"body": null,
"is_bot": false,
"headline": "Forgot to add test dependency",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T01:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055098544dac591f2ed4c6b946ca42c2e93c0513",
"body": null,
"is_bot": false,
"headline": "Make type hint more friendly to older Python.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T00:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a5d757fe0ec6aadcb7274f7f056a197b48f9ac",
"body": "…PyCharm.\n\nClaude said:\n\nmypy: \"I know pwd/grp exist after your check, no ignore needed\"\n\nPylance/Pyright: \"I can't be sure pwd has getpwnam!\"\n\nBlack: \"That line is too long, break it up\"\n\nRuff: \"Why are you using PGH003?\"\n\nPyCharm: \"Looks fine to me 🤷\"",
"is_bot": false,
"headline": "Find the magic incantation to satisfy mypy, Pylance, Black, Ruff and …",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T00:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4a007233ac376ecdd72869cebc0d2f911e2df0",
"body": null,
"is_bot": false,
"headline": "Minor cleanup.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T00:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878a0c121182faaff8952c8d805c350d64416289",
"body": "Change version to 0.9.27.",
"is_bot": false,
"headline": "DeprecationWarning in setup_logging_queues()",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-06T00:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c5f795f21d02fc1579993dad6512079ee7f9d08",
"body": "The method getFilesToDelete no longer falls back to mtime for files with malformed date\nstrings, which could cause incorrect deletions. It now safely skips\nthese files, ensuring cleanup is predictable.\n\nAdds an associated unit test.",
"is_bot": false,
"headline": "Issue #73 - Make log cleanup robust against unparseable dates.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-05T22:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865dfd1e827f140f837222a22079704e7c7decef",
"body": null,
"is_bot": false,
"headline": "Additional unit tests around issue #79",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-05T22:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66604337bf77c6dd216be61baa9d208d1fdb7dda",
"body": "Previously, rollover calculations did not guard against invalid system\nclock values or corrupted lock file state, leading to potential failures.\nThe logic now validates all timestamps, attempts recovery from anomalous\nsystem times, and hardens state management to make rollovers more robust.",
"is_bot": false,
"headline": "Issue #79 - Improve resiliency of timed rollover logic.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-06-05T22:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6757b43728185de741008bb9c4d1e0d334f71e6e",
"body": null,
"is_bot": false,
"headline": "Update README deprecating queue.py / setup_logging_queues()",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-14T17:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d60675de0269dfc9b1f0336b2b8e4bbb11131be",
"body": null,
"is_bot": false,
"headline": "Badges update.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-13T00:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfbcbd8c0633789d40be6624d100abf5152939f3",
"body": null,
"is_bot": false,
"headline": "Correct the build instruction.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T19:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577f4700c90e800adbdeedf6614369a1f3690a68",
"body": null,
"is_bot": false,
"headline": "Readme formatting.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T19:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468007f448046f4889e00a979a7208d2674eb96d",
"body": null,
"is_bot": false,
"headline": "Version 0.9.26 and README updates.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T18:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0981bbb5413b5e006a20eada9fc088c4cc14a65",
"body": null,
"is_bot": false,
"headline": "Fix formatting and missing comment",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T13:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb581dbe5c9f4195c8af4ed185a47d897eaa906",
"body": "And utility scripts for timing unit tests, and a single-thread benchmark check on the new keep_file_open option.",
"is_bot": false,
"headline": "Experimental test updates.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T03:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d0729e1e3e671334f45281bba87bfc30cb9052",
"body": null,
"is_bot": false,
"headline": "Fix mainly for new unit tests to be added shortly.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T03:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f52bdc97467373271bfac775debfda4a82fa941",
"body": "Unfortunately, the main optimization cannot be applied on Windows (keeping the log file handle open all the time) due to Windows not allowing the rename (rollover) in that case.\nHowever, we can at least keep the lockfile open for a small gain.",
"is_bot": false,
"headline": "Windows compat for recent performance changes.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T01:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819519676593126bce37596668ce52b2628161fa",
"body": "Other cleanup after performance changes.",
"is_bot": false,
"headline": "Fix for stale file handles.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T00:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186db2d0a5df8979fbe9de969932a564324557d5",
"body": "This does NOT work correctly under Windows.\n\nThe general idea is to keep open file handles on both the main log file and also the lock file. This may not be a viable strategy under Windows.",
"is_bot": false,
"headline": "Performance work in progress.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T00:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "209d560df5971681f158060dc0054c5812b62e4f",
"body": "Add lint.sh shell script for black/ruff/mypy checks.",
"is_bot": false,
"headline": "Make the do_gzip method more robust.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-09T00:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103597d01aa0a36389b9436102f689dc6727a269",
"body": "Adjust GH Actions to run under Python 3.13.\n\nRe-fix type hint I had recently fixed.\n\nTry to fix GH Actions.",
"is_bot": false,
"headline": "Adjust coverage options.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-08T21:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba38c2e8b1ccf5029c19c13df4a598a58808afdb",
"body": "Apply black formatting to recent changes.",
"is_bot": false,
"headline": "Fix minor type warnings.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-08T21:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3146b86d8d0f024b591de11ffb0d719361c82b05",
"body": null,
"is_bot": false,
"headline": "Fix ruff config.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-08T21:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a6b15dd98d89d6993a8b821d07a813467253b7b",
"body": "Testing under Python 3.13 (there may be other affected versions) I noticed some of the unit tests failing which used time rotation with small intervals. Seemingly because of issues identifying files to delete.\n\nAfter some back and forth with Claude 3.7 Sonnet and Google Gemini 2.5 Pro, we arrived on\n[…]\n00, num_processes=4-test_opts11]\nFAILED tests/test_stresstest.py::test_run_stress_test[backupCount=5, use_timed=True, maxBytes=1KiB, interval=5, log_calls=1_000, use_gzip=True, debug=True-test_opts14]",
"is_bot": false,
"headline": "Fix unit test failures (rollover issues) for timed rotations.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-08T21:48:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b4e8a54b36a55e717e24c99143c69743432b8ef",
"body": null,
"is_bot": false,
"headline": "Install hatch and pytest when installing in dev mode.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2025-05-08T03:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f3eef498bfd03b3733e3fc2874791ba04c5dfc",
"body": null,
"is_bot": false,
"headline": "Minor comment correction.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-12-10T18:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81063a3f0f1f79290a4fd4dd9cbacb8baa046ff",
"body": "Initial support for typing",
"is_bot": false,
"headline": "Merge pull request #69 from stumpylog/master",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-12-10T18:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5229d6b6795540cd3c1b3555930caa813ca77022",
"body": null,
"is_bot": false,
"headline": "Adds initial typing for the library, using mypy as the checker",
"author_name": "Trenton H",
"author_login": "stumpylog",
"committed_at": "2023-11-30T22:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9d12a276d677f8452a4f1a8a4bc8dd3964c921",
"body": "Use the version of `TimedRotatingFileHandler.getFilesToDelete` from Python 3.11 when operating under Python 3.8 or earlier.\nThis handles the `.1` type extensions when the file rolls over multiple times during the normal time interval.\nOtherwise these types of files never get deleted when `backupCount` is set.",
"is_bot": false,
"headline": "Fix for #68 when using Python < 3.9",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-29T19:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe77772956b28d298e7bc82c890f0f2ee1288bb5",
"body": "rollover more than once per the timed interval. Thanks @moynihan\n\nThis also ensures the unit tests detect this condition.",
"is_bot": false,
"headline": "Fixes #68: fix filename in Timed mode when hitting size-based",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-29T18:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fdd7d9fc0bcec629fe421f4740debe540cd182c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for 0.9.25.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-28T21:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ea419740d902cbc7c783caa18e64537198e11de",
"body": null,
"is_bot": false,
"headline": "Add test case suggested by @moynihan in issue #66",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-28T21:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8951164a7153f95add5ed62d18946752e3de012b",
"body": "…ation\n\nFixes Issue #66: ConcurrentTimedRotatingFileHandler rotating gzip fil…",
"is_bot": false,
"headline": "Merge pull request #67 from Preston-Landers/bugfix/issue_66_timed_rot…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-28T19:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53755c4cfad2787f5f315af49bb57bafda818b6c",
"body": "…es fails\n\nThe gzip extension is already present in the return value of `getFilesToDelete` in Python's `TimedRotatingFileHandler` and doesn't needed to be added.\nThis was causing it to fail to rollover properly in Timed mode.",
"is_bot": false,
"headline": "Fixes Issue #66: ConcurrentTimedRotatingFileHandler rotating gzip fil…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-28T18:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb63e67cd91d992458185813f9e63d18a67e91b",
"body": "Updates to use pyproject.toml with a few other features",
"is_bot": false,
"headline": "Merge pull request #65 from stumpylog/master",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-11-28T16:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e29b636afb77fd8b8418abedf25f555881e2d4ce",
"body": null,
"is_bot": false,
"headline": "Updates to use pyproject.toml, fixing up actions, etc",
"author_name": "Trenton Holmes",
"author_login": "stumpylog",
"committed_at": "2023-11-19T21:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "874188b4a6a2b2995e99e463fb0533077334d8e8",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #61 from Krogsager/patch-1",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-07-12T13:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0ce643ec75b92716f6f182a0d75b72977c3f0e0",
"body": "url returns http 404 error. Replacing with link to working page.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Krogsager",
"author_login": "Krogsager",
"committed_at": "2023-07-12T11:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bddd06feff71955f3591ac5afc03573ea942a4fc",
"body": null,
"is_bot": false,
"headline": "Fixes #60 - Deprecation warning on timed handler defaults.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-06-18T17:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a589de62608ad8e56023fd86d8364a2ef5bc2bb",
"body": null,
"is_bot": false,
"headline": "Fixes #58 issue in setup.py script with `use_2to3`",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-05-14T18:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12d131e9fe106f545689d2cb358be3edb7ba2ba",
"body": "Timed rotation support 😁",
"is_bot": false,
"headline": "Merge pull request #55 from Preston-Landers/timed_rotating_v2",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T18:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5128ca6dee086b16fc51957370a6fd76a8cd1059",
"body": null,
"is_bot": false,
"headline": "Ruff ignores.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T18:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55746b7e84b7c9e2f239f6ba2c376a40bc1ff41",
"body": null,
"is_bot": false,
"headline": "GH Actions fix ruff to use our config.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T18:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7d8e91403de15f27dc5f798b76982beb933539",
"body": "Other general cleanup.",
"is_bot": false,
"headline": "Git rid of some, but not all, PyCharm inspection disables.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T18:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1515b21697f67ff168d147403a29a32cd8ddea89",
"body": "Setting `owner` would have no effect, but setting it caused breakage.",
"is_bot": false,
"headline": "Fix Windows breakage when setting `owner` (#56)",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T17:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff77c9082dc4119df9e615e4b363d3532fc29fd4",
"body": "VS Code config.\nSome general cleanup.",
"is_bot": false,
"headline": "Apply more ruff rules.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-30T17:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7de124552a9c67eff55f7c1acd0d594920d9c52",
"body": "… on `ubuntu-latest`.\n\nI can improve on this later.",
"is_bot": false,
"headline": "GitHub Actions doesn't currently support Python 3.6 or 3.12, at least…",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T23:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938f12b35dd2d9f87f09711f29ea25210cfc0d44",
"body": null,
"is_bot": false,
"headline": "Fix `errors` kwarg on TimedRotatingFileHandler requiring Python 3.9.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T23:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22f4642e17641c3adaaba1a0832c225d54c5d8e4",
"body": null,
"is_bot": false,
"headline": "Fix ruff style complaints.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T23:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59414ab1c5e67955678c5458f9858f50fefa6814",
"body": "Add support for size-based (`maxBytes`) rotation in the Timed class.\nAdd some new test cases around that.\nUpdate the docs.",
"is_bot": false,
"headline": "Finalize support for time-based rotation.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T22:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c5cfe4e258c39494758d5d4d42ddbe6f76bdc7",
"body": "This is not fully complete; need to ensure we can support both time and size rotation with it, and perhaps expand the unit tests.\n\n(This also introduces Python 3.6+ requirement, mainly due to f-strings.)",
"is_bot": false,
"headline": "Implement a time-based rotation class.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T21:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f30671bcba1fe00ded331889c92aab7d3086fdfe",
"body": "Update version to 0.9.23.\nRequire Python 3.6 or higher, mainly due to f-string support.",
"is_bot": false,
"headline": "Remove relics of Python 2 support.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T21:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e73f41e4661cfa6fdb484eb660c44ddf18eaa0d8",
"body": "However, this (0.9.22) will be the LAST version to support Python 2!",
"is_bot": false,
"headline": "Fix f-string usage breaking Python 2.7 support.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-07T20:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f31f1a6161b84f591f36188381124ac383e2f3",
"body": null,
"is_bot": false,
"headline": "Fix README notes about uploading new packages.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a660347a2bcb23e6c1f10e060d4d0e63cd1adf80",
"body": null,
"is_bot": false,
"headline": "Add ruff config file.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb46d86b38deba08abc6a1f0b189fb3eade00d1",
"body": null,
"is_bot": false,
"headline": "Suppress ruff errors on long lines.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9df7e64ce4a9edef8a506de461150d9eb6df33a",
"body": null,
"is_bot": false,
"headline": "Suppress ruff errors on Python 2 lines.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c77c49816fa5b5943650f682449b71866be1c10",
"body": null,
"is_bot": false,
"headline": "Suppress ruff errors on Python 2 lines.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc415d0a7f62fced4fa1aa87164039992941c60",
"body": null,
"is_bot": false,
"headline": "GH Workflows fixes.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a97d9698b5462339d7767138dd41bca60636797",
"body": null,
"is_bot": false,
"headline": "GH Workflows fixes.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T21:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b487e1cee4f3745ed8add85dc0b7957affaabd49",
"body": null,
"is_bot": false,
"headline": "GH Workflows fixes.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T20:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013031a29ed2ad747086c52cce983101999a59ce",
"body": null,
"is_bot": false,
"headline": "Readme fix and GH Workflows fix.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T20:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "948e1f53b66af0ad9bdd34705b65aed5e4023982",
"body": null,
"is_bot": false,
"headline": "Apply `black` formatting.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T20:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5857921cdf7a71d2e2eae1cb1e68a228eb1a9f4",
"body": "GPT-4 provided inspiration in several areas.",
"is_bot": false,
"headline": "Enhanced test suite.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-04-01T20:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db812ec59f032741a16b4b0949e732340f6e3d8e",
"body": null,
"is_bot": false,
"headline": "Add a little more info about concurrency to the README.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-03-31T17:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4230873dcc56bac9addd056f09761961b0e9be27",
"body": null,
"is_bot": false,
"headline": "Mention the `namer` attribute in the README.md.",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-03-31T14:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8511ad42638442080fc96f574de9f24db91d999c",
"body": "add support for custom namer function",
"is_bot": false,
"headline": "Merge pull request #54 from dashedman/namer_support",
"author_name": "Preston Landers",
"author_login": "Preston-Landers",
"committed_at": "2023-03-31T14:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f02877f87e8e70523effbb3be95afe91f66410f",
"body": null,
"is_bot": false,
"headline": "add namer support",
"author_name": "Petrukovich Evgeny",
"author_login": null,
"committed_at": "2023-03-31T10:33:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 15,
"latest_release_at": "2026-02-23T22:47:27Z",
"latest_release_tag": "0.9.29",
"releases_from_tags": false,
"days_since_last_push": 107,
"active_weeks_last_year": 3,
"days_since_latest_release": 156,
"mean_days_between_releases": 117.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "concurrent-log-handler",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"QueueHandler",
"QueueListener",
"linux",
"logging",
"portalocker",
"rotate",
"unix",
"windows",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"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",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Logging"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/concurrent-log-handler/",
"is_deprecated": false,
"latest_version": "0.9.29",
"repository_url": "https://github.com/Preston-Landers/concurrent-log-handler",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3518966,
"first_published_at": "2017-07-26T15:23:52.525553Z",
"latest_published_at": "2026-02-22T18:18:25.758752Z",
"latest_version_yanked": null,
"days_since_latest_publish": 158
}
]
},
"popularity": {
"forks": 61,
"stars": 380,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2017-01-26",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-13",
"count": 2
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-19",
"count": 2
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 61,
"total_forks": 61
},
"star_history": null,
"open_issues_and_prs": 10
},
"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": [
"src/concurrent_log_handler/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 68496,
"source_files_sampled": 14,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7987
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "pypi:concurrent-log-handler@0.9.29",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "portalocker",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "portalocker",
"direct": true,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 18,
"open_issues": 9,
"closed_ratio": 0.862,
"closed_issues": 56,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Preston-Landers",
"commits": 185,
"avatar_url": "https://avatars.githubusercontent.com/u/5307223?v=4"
},
{
"type": "User",
"login": "greenfrog82",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/22334078?v=4"
},
{
"type": "User",
"login": "buddly27",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/951960?v=4"
},
{
"type": "User",
"login": "stumpylog",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/797416?v=4"
},
{
"type": "User",
"login": "eriktews",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1436802?v=4"
},
{
"type": "User",
"login": "frogcoder",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/340802?v=4"
},
{
"type": "User",
"login": "Krogsager",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/27994384?v=4"
},
{
"type": "User",
"login": "mariusvniekerk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/73973?v=4"
},
{
"type": "User",
"login": "aDramaQueen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/52710085?v=4"
},
{
"type": "User",
"login": "terencehonles",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/438813?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.911
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"clh_tests.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "491b4c2442e455f5a57319023dcc4a86bf87999a",
"ran_at": "2026-07-30T22:08:15Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-14T16:50:05Z",
"oldest_open_prs": [
{
"number": 40,
"created_at": "2021-07-21T23:41:30Z",
"last_comment_at": "2021-08-04T05:02:01Z",
"last_comment_author": "ZhuYuJin"
}
],
"last_merged_pr_at": "2026-04-14T16:09:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2018-01-02T19:26:06Z",
"last_comment_at": "2018-05-31T14:31:43Z",
"last_comment_author": "wkoot"
},
{
"number": 6,
"created_at": "2018-02-26T23:35:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2023-10-27T06:39:13Z",
"last_comment_at": "2023-12-12T07:45:01Z",
"last_comment_author": "lgm1989"
},
{
"number": 70,
"created_at": "2023-12-19T16:29:16Z",
"last_comment_at": "2023-12-20T14:55:43Z",
"last_comment_author": "moynihan"
},
{
"number": 74,
"created_at": "2024-06-01T04:54:45Z",
"last_comment_at": "2025-05-14T17:07:52Z",
"last_comment_author": "Preston-Landers"
},
{
"number": 76,
"created_at": "2024-11-30T12:28:38Z",
"last_comment_at": "2025-05-13T21:18:25Z",
"last_comment_author": "Preston-Landers"
},
{
"number": 78,
"created_at": "2025-05-14T17:04:55Z",
"last_comment_at": "2025-06-30T15:42:00Z",
"last_comment_author": "Preston-Landers"
},
{
"number": 85,
"created_at": "2026-01-15T19:09:16Z",
"last_comment_at": "2026-02-22T18:23:18Z",
"last_comment_author": "Preston-Landers"
},
{
"number": 87,
"created_at": "2026-04-13T16:29:22Z",
"last_comment_at": "2026-04-13T21:03:30Z",
"last_comment_author": "Preston-Landers"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Preston-Landers/concurrent-log-handler",
"host": "github.com",
"name": "concurrent-log-handler",
"owner": "Preston-Landers"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 50,
"vitality": 43,
"community": 67,
"governance": 59,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 43,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 107,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 107 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 107
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"releases_count": 21,
"latest_release_tag": "0.9.29",
"releases_from_tags": false,
"days_since_latest_release": 156,
"mean_days_between_releases": 117.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 156 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 156
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~117.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 117.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 107,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 107 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 107
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 61,
"stars": 380,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "380 stars",
"points": 41.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 380
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "61 forks",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 61
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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
}
]
},
{
"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": [
"concurrent-log-handler"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 3518966
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,518,966 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3518966,
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.911
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 18,
"open_issues": 9,
"closed_issues": 56,
"issue_closed_ratio": 0.862,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/22 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/25 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": 52,
"inputs": {
"followers": 10,
"owner_type": "User",
"is_verified": null,
"owner_login": "Preston-Landers",
"public_repos": 43,
"account_age_days": 4722
},
"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": "10 followers of Preston-Landers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "Preston-Landers"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~12 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"concurrent-log-handler"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 158
},
"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 158 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 158
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"logger-middleware",
"logging",
"logging-library",
"python"
],
"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": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:concurrent-log-handler@0.9.29 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:concurrent-log-handler@0.9.29",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"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": 9
},
"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": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.37,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7987
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "37 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"src/concurrent_log_handler/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 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": "src/concurrent_log_handler/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/concurrent_log_handler/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 78,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 68496,
"source_files_sampled": 14,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/concurrent_log_handler/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/concurrent_log_handler/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/14 source files over 60KB",
"points": 51.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 1
}
}
],
"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-30T22:08:28.006398Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/Preston-Landers/concurrent-log-handler.svg",
"full_name": "Preston-Landers/concurrent-log-handler",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}