JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"python",
"multiprocessing",
"python3",
"celery"
],
"is_fork": false,
"size_kb": 1534,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 60892,
"Python": 384800,
"Makefile": 3172
},
"pushed_at": "2026-07-20T16:50:58Z",
"created_at": "2009-11-16T15:39:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T12:05:12Z",
"description": "Multiprocessing Pool Extensions",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python",
"C"
]
},
"owner": {
"blog": "https://docs.celeryq.dev/en/stable/",
"name": "Celery",
"type": "Organization",
"login": "celery",
"company": null,
"location": null,
"followers": 398,
"avatar_url": "https://avatars.githubusercontent.com/u/319983?v=4",
"created_at": "2010-07-01T11:55:34Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 5864
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.3.0rc1",
"kind": "other",
"published_at": "2026-02-26T14:22:49Z"
},
{
"tag": "v4.2.4",
"kind": "patch",
"published_at": "2025-11-30T13:28:53Z"
},
{
"tag": "v4.2.3",
"kind": "patch",
"published_at": "2025-11-16T17:48:01Z"
},
{
"tag": "v4.2.2",
"kind": "patch",
"published_at": "2025-09-20T14:45:16Z"
},
{
"tag": "v4.2.1",
"kind": "patch",
"published_at": "2024-09-21T13:40:32Z"
},
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2023-11-06T05:25:24Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2022-12-14T08:38:21Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2022-08-03T06:30:08Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2022-08-01T11:18:31Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2022-04-24T08:33:30Z"
},
{
"tag": "v3.6.4.0",
"kind": "other",
"published_at": "2021-04-01T09:25:16Z"
},
{
"tag": "3.6.3.0",
"kind": "other",
"published_at": "2020-02-27T13:28:19Z"
},
{
"tag": "3.6.1",
"kind": "patch",
"published_at": "2020-02-27T08:00:51Z"
}
],
"recent_commits": [
{
"oid": "21a2e1c2b94115d054762bb0bcee6b883d4ce324",
"body": "updates:\n- [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2)",
"is_bot": true,
"headline": "[pre-commit.ci] pre-commit autoupdate",
"author_name": "pre-commit-ci[bot]",
"author_login": "pre-commit-ci[bot]",
"committed_at": "2026-04-16T10:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a06474f06f8b385ff1d7c345a6a6d71dcfb60cd",
"body": "* Adopt Celery-style version infrastructure with bumpversion support\n\n- Change __version__ to a plain string (source of truth)\n- Derive VERSION tuple from __version__ via regex parsing\n- Remove VERSION tuple parsing from setup.py\n- Add .bumpversion.cfg with pre-release support\n\n* Bump version: 4.2.4 → 4.3.0rc1\n\n* Added Changelog for v4.3.0rc1",
"is_bot": false,
"headline": "Prepare for (pre) release: v4.3.0rc1 (#445)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2026-02-26T14:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2656faeda27e3c91d5a5692f4f606b045070800c",
"body": "* Fix macOS fork-safety crash: default to spawn on darwin\n\nOn macOS, fork() in a multi-threaded process is unsafe — forked children\ninherit the parent's memory but not its threads, leaving shared resources\n(locks, CoreFoundation state, ObjC runtime) in an inconsistent state.\nmacOS Tahoe (26.0) enfor\n[…]\n of type'.\n\nUsing subprocess to test import-time conditionals is fully isolated:\neach test spawns a fresh Python process that patches sys.platform\nbefore importing billiard.context for the first time.",
"is_bot": false,
"headline": "Fix macOS fork-safety crash: default to spawn on darwin (#443)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2026-02-24T06:05:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad6cc8aa804b0cfbe990f2d88dc222c8c68b3c98",
"body": "Removed Python versions 3.8 and 3.9 from envlist and gh-actions.",
"is_bot": false,
"headline": "Update tox.ini to remove older Python versions (#442)",
"author_name": "Asif Saif Uddin {\"Auvi\":\"অভি\"}",
"author_login": "auvipy",
"committed_at": "2026-02-05T07:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801489d0f501176761a5cbfc0b95d6d6906a745d",
"body": "Removed Python 3.8 and 3.9 from the CI matrix.",
"is_bot": false,
"headline": "Update CI workflow to use Python 3.10 and above (#441)",
"author_name": "Asif Saif Uddin {\"Auvi\":\"অভি\"}",
"author_login": "auvipy",
"committed_at": "2026-02-05T06:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7825a7d59d333141835f757c50264b9e98d081b9",
"body": "* Make einfo compatible with inspect (fixes #176)\n\n* Update t/unit/test_einfo.py\n\n* Update t/unit/test_einfo.py\n\n---------\n\nCo-authored-by: Asif Saif Uddin {\"Auvi\":\"অভি\"} <auvipy@gmail.com>",
"is_bot": false,
"headline": "Make einfo compatible with inspect (fixes #176) (#392)",
"author_name": "Marcel Jackwerth",
"author_login": "mrcljx",
"committed_at": "2026-02-02T12:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b113d932808efa667e4feb706fab29980afabc1e",
"body": null,
"is_bot": false,
"headline": "Fix pytest deprecation warning",
"author_name": "Marcel Jackwerth",
"author_login": "mrcljx",
"committed_at": "2026-01-29T12:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c2f296c2b36622a90c548f26c940712cb9a1df",
"body": "* Bump version: 4.2.3 → 4.2.4\n\n* Prepare for release: v4.2.4",
"is_bot": false,
"headline": "Prepare for release: v4.2.4 (#439)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2025-11-30T13:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973c773fee4ccd1ab1151d0801905176b284075d",
"body": "* Eliminate usage of 'return' in 'finally' blocks\n\nThis change helps make the code compatible with Python 3.14, where\n'return' in finally blocks is no longer allowed.\n\n* Update billiard/pool.py\n\n* Update billiard/connection.py\n\n---------\n\nCo-authored-by: Asif Saif Uddin {\"Auvi\":\"অভি\"} <auvipy@gmail.com>",
"is_bot": false,
"headline": "Eliminate usage of 'return' in 'finally' blocks (#438)",
"author_name": "Tor Arvid Lund",
"author_login": "torarvid",
"committed_at": "2025-11-30T12:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51153949934c247ac23de990eee4073adcf08083",
"body": "Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 5 to 6\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https:\n[…]\nsion-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6 in the github-actions group (#437)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T16:53:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8f51d1995cf251787001683dbf443098d8b0ed7",
"body": "* Bump version: 4.2.2 → 4.2.3\n\n* Added Changelog for v4.2.3",
"is_bot": false,
"headline": "Prepare for release: v4.2.3 (#436)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2025-11-16T17:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8603172ab818f5069dd191dfaa3eb0a7653c6dda",
"body": "* Do not terminate ResultHandler thread so that task results can be reported properly\n\n* Test case to ensure that results are delivered during pool shutdown\n\n* Added newline at EOF\n\n---------\n\nCo-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>",
"is_bot": false,
"headline": "Ensure that task results are delivered during pool shutdown (#435)",
"author_name": "weetster",
"author_login": "weetster",
"committed_at": "2025-11-16T08:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849a3e8414cae0ba953d7c164129c1320e2a241d",
"body": "Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `github/codeql-action` from 3 to 4\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md\n[…]\non\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github/codeql-action from 3 to 4 in the github-actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-13T04:25:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0642d2e8ab6c4541a2fd6f0e08ddca50871b50c5",
"body": "* Bump version: 4.2.1 → 4.2.2\n\n* Added Changelog for v4.2.2",
"is_bot": false,
"headline": "Prepare for release: v4.2.2 (#432)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2025-09-20T14:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a954b74c01561c53446cfb8eed75f2ad6e9721ee",
"body": "Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `actions/checkout` from 2 to 5\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://g\n[…]\nsion-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#431)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-18T22:15:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57123cb8f46014fabd0d86cba032059c90d03a77",
"body": "* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot)\r\n* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)\r\n* [Con\n[…]\ns for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)",
"is_bot": false,
"headline": "Keep GitHub Actions up to date with GitHub's Dependabot (#430)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2025-09-18T11:48:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75d195c2bd8557552a50508f74dc7678ed8ce5b5",
"body": null,
"is_bot": false,
"headline": "GitHub Actions: Test on Python 3.14 release candidate 2",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2025-09-18T11:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe16b46b34e87960691f5e027907bc9d05bbae9e",
"body": "Added configuration for pre-commit hooks including codespell.\r\n* https://results.pre-commit.ci/repo/github/374820\r\n\r\nA subset of #428\r\n* #428",
"is_bot": false,
"headline": "Fix the failing pre-commit.ci job (#429)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2025-09-18T10:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b0783b0c4a5c6391e57ddba4a71eada3cca1819",
"body": null,
"is_bot": false,
"headline": "Added DeepWiki to README (#424)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2025-05-13T18:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b2df5b23573d6f20a6f9b2b85ef45cc0eb4ddf",
"body": "As of the changes to `linecache` in\nhttps://github.com/python/cpython/issues/117174, logging tracebacks\nrequires code objects to have a `co_qualname` attribute, which is true\nfor native Python code objects as of 3.11. Adjust billiard's emulation\nof them to match.\n\nSpotted by pagure's tests in https://bugs.debian.org/1101621; analysis\nand patch by Rebecca N. Palmer <rebecca_palmer@zoho.com>.",
"is_bot": false,
"headline": "Copy `code.co_qualname` on Python >= 3.11 (#423)",
"author_name": "Colin Watson",
"author_login": "cjwatson",
"committed_at": "2025-04-07T23:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88a0b7b8aae1c761d988da67af70aed07ecb8c1",
"body": "* initial python 3.13 support\n\n* declare python 3.13 support",
"is_bot": false,
"headline": "initial python 3.13 support (#421)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2025-03-06T15:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7810403890c7024913595e1a6a15437281ed4a5",
"body": "…t fix few typos (#416)\n\n* Add github action to codespell main on push and PRs\r\n\r\n* Add rudimentary codespell config\r\n\r\n* [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically\r\n\r\n=== Do not change lines below ===\r\n{\r\n \"chain\": [],\r\n \"cmd\": \"codespell -w\",\r\n \"exit\": 0,\r\n \"extra_inputs\": [],\r\n \"inputs\": [],\r\n \"outputs\": [],\r\n \"pwd\": \".\"\r\n}\r\n^^^ Do not change lines above ^^^",
"is_bot": false,
"headline": "Add codespell support (config, workflow to detect/not fix) and make i…",
"author_name": "Yaroslav Halchenko",
"author_login": "yarikoptic",
"committed_at": "2024-11-28T16:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366ac5f9a708a64fc48f94da465189f9309288ab",
"body": "* Added .vscode and .python-version to gitignore\r\n\r\n* Added Changelog for v4.2.1\r\n\r\n* Bump version: 4.2.0 → 4.2.1",
"is_bot": false,
"headline": "Prepare for release: v4.2.1 (#411)",
"author_name": "Tomer Nosrati",
"author_login": "Nusnus",
"committed_at": "2024-09-21T13:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1884c737ac93c08984be4f715660c91b8fa43376",
"body": "Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Migrate workflows to Blacksmith (#410)",
"author_name": "blacksmith-sh[bot]",
"author_login": "blacksmith-sh[bot]",
"committed_at": "2024-09-13T08:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81cc94204ed70765a1f202b580e1063229af729c",
"body": "Fixes #403.",
"is_bot": false,
"headline": "Adapt for logging lock internal changes in Python3.13",
"author_name": "Benjamin A. Beasley",
"author_login": "musicinmybrain",
"committed_at": "2024-06-15T15:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bffa2c2067f43da746c8f4e890c5a007bab0a12",
"body": null,
"is_bot": false,
"headline": "add on_ready_counter to reduction",
"author_name": "weiwei",
"author_login": null,
"committed_at": "2024-01-30T09:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8619ad0df94b02ffea30ab1c562b1fdaa71dd7e4",
"body": null,
"is_bot": false,
"headline": "Remove `SIGUSR2` from `TERMSIGS_DEAULT`",
"author_name": "Helio Machado",
"author_login": "0x2b3bfa0",
"committed_at": "2024-01-29T13:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13922230092a4191583e592e9c6d49f912a3fd03",
"body": null,
"is_bot": false,
"headline": "Bump version: 4.1.0 → 4.2.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-06T05:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db9461b236729a3dde325824629ac07c111c2fb",
"body": null,
"is_bot": false,
"headline": "added python 3.12 in classifier",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-06T05:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcf7a14e4f7b9603ffa1df1dc8260acf3a39288",
"body": null,
"is_bot": false,
"headline": "added changelog for v4.2.0 release",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-06T05:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c581f5dbedc600e4d314167cf6b5e15239d06d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/celery/billiard",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-06T05:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cda164c7ae4c3359830ddf48dd132a63ef63c29",
"body": null,
"is_bot": false,
"headline": "delete obsolete appveyor folder",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-06T05:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3774c5920ea4177b075b9f142f4538df339da3",
"body": null,
"is_bot": false,
"headline": "Delete appveyor.yml",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-05T10:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adaa178bfc6b4821667298108199abd1b4389933",
"body": null,
"is_bot": false,
"headline": "changed nose test to pytest (#397)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-05T10:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f6863a856f158bf080ecac2051a0f1e48fce19",
"body": null,
"is_bot": false,
"headline": "change nose dependency (#383)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-05T09:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bfadea232bf8eb029acdcc964f4dfc4d3f17a0",
"body": null,
"is_bot": false,
"headline": "added python 3.12 to CI (#396)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-11-05T09:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddb28584ada62d82c32e4f3daa51512d98a05b15",
"body": null,
"is_bot": false,
"headline": "FIX: Replaced mktemp usage for PY2",
"author_name": "fazledyn-or",
"author_login": "nydelzaf",
"committed_at": "2023-11-05T09:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17037e55c3bec0309d9ff008b76a8296b2da43e3",
"body": "* fix(co_positions): resolve issue caused by absence `co_positions` attribute on billiard _Object class in the `billiard/einfo.py`;\r\n\r\nPython 3.11 introduced a new attribute `co_positions` for `code` objects, inspired by PEP-0657. This has led to compatibility issues with the `billiard` library, spe\n[…]\n mechanisms, resulting in AttributeError exceptions.\r\n\r\n* feat(einfo): Add additional unit test on `einfo` internal classes;\r\n\r\n---------\r\n\r\nCo-authored-by: Max Nikitenko <max.nikitenko@namecheap.com>",
"is_bot": false,
"headline": "fix(co_positions): resolve issue caused by absence `co_positions` (#395)",
"author_name": "Max Nikitenko",
"author_login": "moaddib666",
"committed_at": "2023-10-29T13:04:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32e51b50aa3e6eaec597f5587c41951376554066",
"body": null,
"is_bot": false,
"headline": "remove python 3.7",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2023-08-04T06:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe5a3f3e22014cc2dd0cd5df1c1fc35859584a0",
"body": "change the replacement field %s to {name} in __repr__ in ApplyResult, since this line uses format().",
"is_bot": false,
"headline": "adjust the __repr__ in ApplyResult",
"author_name": "Hector",
"author_login": "xuxuman",
"committed_at": "2023-07-24T07:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5030d32c3230956e0cfb08cdb410807ec26fe88a",
"body": "If a timeout is set, the wait will return before process exit. `close` deletes the sentinel and breaks future `join` calls.",
"is_bot": false,
"headline": "Update process.py to close during join only if process has completed",
"author_name": "Ben Mosher",
"author_login": "benmosher",
"committed_at": "2023-07-24T07:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57200e7b5cfa710e6d3a695ecb12506afba465f0",
"body": "…t change yet to main.\n\nI also noticed our build status still refers to Travis which is now not in use anymore so we now use the correct badge from Github Actions.",
"is_bot": false,
"headline": "This PR changes the remains of the references to master that we didn'…",
"author_name": "Omer Katz",
"author_login": null,
"committed_at": "2022-12-29T11:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9497a6be65516969f4b785c55b20f1a545862bf0",
"body": null,
"is_bot": false,
"headline": "Bump version: 4.0.2 → 4.1.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-12-14T08:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef31793576d78d6be9b2f7aa8c2839a061344e1",
"body": null,
"is_bot": false,
"headline": "added changelog for v4.1.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-12-14T08:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38ef83d98428c6f366c00f8868473a14eff8740",
"body": null,
"is_bot": false,
"headline": "declare python 3.11 support",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-12-14T08:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e229c73a143c9aabfd97b9bd8ccd409f2de107",
"body": null,
"is_bot": false,
"headline": "delete tidelift",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-12-08T03:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cd0cbb91537bd3dcb9671905d26db2c31fd9b4",
"body": null,
"is_bot": false,
"headline": "remove tidelift cron",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-12-08T03:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261334ee8a1fa3379e3b813935e961d4bd46ed9c",
"body": null,
"is_bot": false,
"headline": "Enable CI for Python 3.11",
"author_name": "Elton Leong",
"author_login": null,
"committed_at": "2022-11-02T09:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1259e43cc374fd0242ff5424c5028eb59b893d4",
"body": null,
"is_bot": false,
"headline": "Add missing attribute co_positions to einfo._Code",
"author_name": "Elton Leong",
"author_login": null,
"committed_at": "2022-11-02T09:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf0085f710ba35c26603cae12bb9c05cfd6aa9c",
"body": "* fix a python 2 to 3 compat issue which was missed earlier\r\n\r\n* fix a python 2 to 3 compat issue which was missed earlier",
"is_bot": false,
"headline": "fix a python 2 to 3 compat issue which was missed earlier (#374)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-08-16T07:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd19a090929356ff59fc1827aeaaa2eb5d65063d",
"body": null,
"is_bot": false,
"headline": "Bump version: 4.0.1 → 4.0.2",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-08-03T06:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2526500424c002ce9bd1b7d5f5b1de412744a3e4",
"body": null,
"is_bot": false,
"headline": "changelog for v4.0.2",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-08-03T06:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a27c7c160397db104e4e4b8b14ca9803a8813fe",
"body": null,
"is_bot": false,
"headline": "ExceptionInfo.exception should be an exception",
"author_name": "woutdenolf",
"author_login": "woutdenolf",
"committed_at": "2022-08-02T16:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c576df48d062457baccc06a016d52356755133",
"body": null,
"is_bot": false,
"headline": "Bump version: 4.0.0 → 4.0.1",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-08-01T08:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ba3fb4b9e7e3477712563e19b0c5bc9b672b75",
"body": null,
"is_bot": false,
"headline": "changelog entry for v4.0.1",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-08-01T07:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda13d46dc589fa1c2d29b9cee45737a8eccc3f7",
"body": "* Preserve exception traceback when re-raising in ApplyResult.\r\n\r\n* Use BilliardException.\r\n\r\n* Use multiprocessing approach to get remote tracebacks.",
"is_bot": false,
"headline": "Keep exception traceback somehow (#368)",
"author_name": "Ján Jančár",
"author_login": "J08nY",
"committed_at": "2022-08-01T07:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8efc5d689ef048f5203593390f1ff6a052a5d5",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.11 _posixsubprocess.fork_exec() arguments",
"author_name": "Miro Hrončok",
"author_login": "hroncok",
"committed_at": "2022-06-21T08:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86b6f620ebdf268df12e6f10cc84924c1a3015a9",
"body": null,
"is_bot": false,
"headline": "v4.0.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-24T08:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444050f74e5db29e9834c4c36013ff138755873a",
"body": null,
"is_bot": false,
"headline": "added python 3.10 to classifier",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-24T08:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b87483e1ff292d9dd22e9db1b93625d6fc7fb6",
"body": null,
"is_bot": false,
"headline": "changelog entry for v4.0.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-24T08:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88ff851b9f97fdba497e6ad7062f76265795f1af",
"body": null,
"is_bot": false,
"headline": "remove python 2 object & super calls",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-24T08:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8ce36e2c484aab7e1cb06310d755840e6f272d",
"body": null,
"is_bot": false,
"headline": "remove python 2 compat imports",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-24T08:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8040521e9580eeb26978295fc4d28d716e966cf",
"body": null,
"is_bot": false,
"headline": "integration tests clean up",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T09:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcdffd48f764b26284eed6e130c4731921cbf0e",
"body": null,
"is_bot": false,
"headline": "unit tests clean up",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T09:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4e383666aaf9e665ddfebde88b33bf4d009172",
"body": "* try python 3.10 & tox-gh-actions for CI\r\n\r\n* try python 3.10 & tox-gh-actions for CI",
"is_bot": false,
"headline": "try python 3.10 & tox-gh-actions for CI (#362)",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T08:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d5d1fbb53a8eeb633373e24c154a3be58b36cf",
"body": null,
"is_bot": false,
"headline": "remove jython checks",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T08:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a1ce065dd471b31255b5f07ceb1a7b1f5148bd",
"body": null,
"is_bot": false,
"headline": "remove print_function",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T08:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4bafa45b9994e2dfb2a18ea3a0ce4d530fea46",
"body": null,
"is_bot": false,
"headline": "Versions of Python before 3.7 are not supported",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T07:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bc913d66ddfbaf66debe65df749b2173d24c85",
"body": null,
"is_bot": false,
"headline": "checkout@v3",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-04-23T07:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48cd6c3d9f939ca96dd87da13c7b6cd141277b11",
"body": "See https://github.com/colesbury/nogil/issues/44#issuecomment-1090569003 for details.",
"is_bot": false,
"headline": "Prevent segmentation fault in get_pdeathsig while using ctypes (#361)",
"author_name": "Omer Katz",
"author_login": "thedrow",
"committed_at": "2022-04-09T09:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445d75466f6609074f4c40ab6a1d7821d6ad3f86",
"body": "Prevent deprecation warnings on Python 3.10\n\nEvent.is_set has been available since Python 2.6 and is effectively the\nsame as Event.isSet",
"is_bot": false,
"headline": "Replace deprecated threading Event.isSet with Event.is_set",
"author_name": "Michael P. Nitowski",
"author_login": "mnito",
"committed_at": "2022-03-15T06:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6212a12ac776703071616292f9e1d8126a4b0c",
"body": null,
"is_bot": false,
"headline": "Add python_requires to enforce Python version",
"author_name": "gopackgo90",
"author_login": "gopackgo90",
"committed_at": "2022-03-13T03:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "269ef67354a3a205cea780aa8ea451e0d17cd37c",
"body": null,
"is_bot": false,
"headline": "update tidelift scan CI configs",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2022-01-01T02:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c19b8c0106311e12e98f70e208199f746fdbd4d",
"body": null,
"is_bot": false,
"headline": "test psutil 5.9.0",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-12-30T15:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd2da2ab53e432011da1460646ee7cbb3620368",
"body": null,
"is_bot": false,
"headline": "tidelift action",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-27T07:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1f8e27db34e3a58e89054c5bd84bd783bda4d5",
"body": null,
"is_bot": false,
"headline": "keep python only for now",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T12:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5b9feeb53d88422024890e70c772af6437da4f",
"body": null,
"is_bot": false,
"headline": "update language to c from cpp",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T12:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb649e72cf1506ef2455898505c046ad731065d",
"body": null,
"is_bot": false,
"headline": "added codeql checks",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T08:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d4164a5118eea384beb49f1ca231d198eda7cd",
"body": null,
"is_bot": false,
"headline": "create security policy",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T08:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12fe7fa124b3a8113ec5b1d8635e6b07b3c7d86a",
"body": null,
"is_bot": false,
"headline": "not used anymore",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T08:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb6d8300b1ae85a7ab7b71ab9ff19c1c61004d5",
"body": null,
"is_bot": false,
"headline": "update test dependencies",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T08:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39495c80a100bf7b739ce79db1340c6ac094301d",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-11-19T08:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c35ea4ba58f4e7b738dde803c68777addf4a9d",
"body": null,
"is_bot": false,
"headline": "Fix forgotten five import",
"author_name": "Matus Valo",
"author_login": "matusvalo",
"committed_at": "2021-11-12T13:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cd14c2218aa7bb8479f2ebf7a659d488fd7f64",
"body": null,
"is_bot": false,
"headline": "Drop support of Python < 3.7",
"author_name": "Matus Valo",
"author_login": "matusvalo",
"committed_at": "2021-11-12T12:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7d1a9f39488c04f5ef8145cf1ec7b7ed048492",
"body": null,
"is_bot": false,
"headline": "Remove dependency to case",
"author_name": "Matus Valo",
"author_login": "matusvalo",
"committed_at": "2021-11-12T12:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0713348618a72dfd1eec376adc867f228f6c5567",
"body": null,
"is_bot": false,
"headline": "Added Github CI (#345)",
"author_name": "Matus Valo",
"author_login": "matusvalo",
"committed_at": "2021-11-12T10:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb23a4fca339bbe53a94dfff78edce2c6238e265",
"body": null,
"is_bot": false,
"headline": "Fix typos (#341)",
"author_name": "Kian Meng Ang",
"author_login": "kianmeng",
"committed_at": "2021-10-17T15:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e89952f53cf8bd23fc115069b6fa1414fb94f44",
"body": null,
"is_bot": false,
"headline": "README is RST (#334)",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2021-06-14T08:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c57dc361e5bfcb1ee443897480519c22bdad09",
"body": "The newer Sphinx version stumbles over the `ur` annotation. since it isn't containing any non-ascii characters, we can omit it.",
"is_bot": false,
"headline": "Support Sphinx 4.x",
"author_name": "Dirk Mueller",
"author_login": "dirkmueller",
"committed_at": "2021-06-14T07:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce45e03f751976e825cb32a7ef1ca06f4b33cac0",
"body": null,
"is_bot": false,
"headline": "v3.6.4.0",
"author_name": "Asif Saif Uddin (Auvi)",
"author_login": "auvipy",
"committed_at": "2021-04-01T09:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741efffecadef8f64ffebdfc36b8dddc07ac0c91",
"body": null,
"is_bot": false,
"headline": "added python 3.9 classifier",
"author_name": "Asif Saif Uddin (Auvi)",
"author_login": "auvipy",
"committed_at": "2021-04-01T09:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13141872cd54d51ddda958c081d8a2f9509e471b",
"body": null,
"is_bot": false,
"headline": "changelog for v3.6.4.0",
"author_name": "Asif Saif Uddin (Auvi)",
"author_login": "auvipy",
"committed_at": "2021-04-01T09:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd35bf31572ab75660a2ecf7cac428b56caea0b3",
"body": null,
"is_bot": false,
"headline": "check if new deps pass tests",
"author_name": "Asif Saif Uddin",
"author_login": "auvipy",
"committed_at": "2021-04-01T08:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e02afd14b5a4a49508bf5da13d4aea61102564",
"body": "Convert the Tidelift link from Markdown to reStructuredText, standardize\nbilliard, and split over multiple lines.",
"is_bot": false,
"headline": "Fix Tidelift marketing text",
"author_name": "John Whitlock",
"author_login": "jwhitlock",
"committed_at": "2021-01-08T07:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1dc2ab18a77ed738b1aa4a1f916b092bd7fabe",
"body": "* Update .travis.yml\r\n\r\n* Update .travis.yml\r\n\r\n* Update .travis.yml\r\n\r\n* Update .travis.yml",
"is_bot": false,
"headline": "creating PR (#320)",
"author_name": "santosh653",
"author_login": "santosh653",
"committed_at": "2020-09-30T15:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9a8b0600de061077bbfe3e19a922163049942a",
"body": "Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6.\n- [Release notes](https://github.com/giampaolo/psutil/releases)\n- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)\n- [Commits](https://github.com/giampaolo/psutil/compare/release-5.6.3...release-5.6.6)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump psutil from 5.6.3 to 5.6.6 in /requirements",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-08-19T06:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1ab4fc1795149d7b87e2725f3eba56c8e57469",
"body": "* #296 Add job id to error\r\n\r\n* #296 Pin psutil to the last version that supports pypy2\r\n\r\n* Fix typo in requirements.txt. Need == not =",
"is_bot": false,
"headline": "#296 Add job id to WorkerLostError message (#317)",
"author_name": "Thomas Wunderlich",
"author_login": "ThomasWunderlich",
"committed_at": "2020-07-26T04:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a212ab50d5e7f5cef3d315d9a61d033c1b84064",
"body": null,
"is_bot": false,
"headline": "fix https://github.com/celery/billiard/issues/314",
"author_name": "y.shumilov",
"author_login": "xiva-wgt",
"committed_at": "2020-06-13T20:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3220ba4596ac7bb03f64b80e91878353fc5be1",
"body": "Python 3.9 added (umask, user, group, extra_groups) parameters to\n_posixsubprocess.fork_exec().",
"is_bot": false,
"headline": "Issue #309: Add Python 3.9 support to spawnv_passfds()",
"author_name": "Victor Stinner",
"author_login": "vstinner",
"committed_at": "2020-05-22T15:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45bbd9fe08d9fa19329386028689c585da35dd08",
"body": null,
"is_bot": false,
"headline": "v3.6.3.0",
"author_name": "Asif Saif Uddin (Auvi)",
"author_login": "auvipy",
"committed_at": "2020-02-27T09:40:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 18,
"latest_release_at": "2026-02-26T14:22:49Z",
"latest_release_tag": "v4.3.0rc1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 11,
"days_since_latest_release": 145,
"mean_days_between_releases": 156
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "billiard",
"exists": true,
"license": "BSD",
"keywords": [
"multiprocessing",
"pool",
"process",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: C",
"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.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/billiard/",
"is_deprecated": false,
"latest_version": "4.2.4",
"repository_url": "https://github.com/celery/billiard",
"versions_count": 87,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 49742028,
"first_published_at": "2009-11-16T16:59:07.608478Z",
"latest_published_at": "2025-11-30T13:28:48.520846Z",
"latest_version_yanked": null,
"days_since_latest_publish": 233
}
]
},
"popularity": {
"forks": 261,
"stars": 433,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2012-05-10",
"count": 1
},
{
"date": "2012-06-06",
"count": 1
},
{
"date": "2012-06-26",
"count": 1
},
{
"date": "2012-07-19",
"count": 1
},
{
"date": "2012-09-25",
"count": 1
},
{
"date": "2012-09-28",
"count": 1
},
{
"date": "2012-10-12",
"count": 1
},
{
"date": "2012-12-03",
"count": 1
},
{
"date": "2012-12-27",
"count": 1
},
{
"date": "2013-01-25",
"count": 1
},
{
"date": "2013-02-03",
"count": 1
},
{
"date": "2013-02-27",
"count": 2
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-04-04",
"count": 1
},
{
"date": "2013-04-06",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-31",
"count": 1
},
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-07-03",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-09",
"count": 1
},
{
"date": "2013-07-15",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-09-02",
"count": 1
},
{
"date": "2013-10-09",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-05",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-05-28",
"count": 1
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-10-15",
"count": 1
},
{
"date": "2014-11-02",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-03-01",
"count": 1
},
{
"date": "2015-04-11",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-10-09",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-21",
"count": 2
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-30",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-28",
"count": 3
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-23",
"count": 2
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-16",
"count": 2
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-23",
"count": 2
},
{
"date": "2020-12-14",
"count": 2
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-05-30",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-17",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-04-13",
"count": 2
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-03-29",
"count": 62
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-07-20",
"count": 3
}
],
"complete": true,
"collected": 257,
"total_forks": 261
},
"star_history": {
"days": [
{
"date": "2009-11-16",
"count": 21
},
{
"date": "2009-12-13",
"count": 1
},
{
"date": "2009-12-15",
"count": 1
},
{
"date": "2010-02-20",
"count": 1
},
{
"date": "2010-02-27",
"count": 1
},
{
"date": "2010-03-17",
"count": 1
},
{
"date": "2010-04-26",
"count": 1
},
{
"date": "2010-06-14",
"count": 1
},
{
"date": "2010-08-17",
"count": 1
},
{
"date": "2010-11-08",
"count": 1
},
{
"date": "2011-01-13",
"count": 1
},
{
"date": "2011-02-14",
"count": 1
},
{
"date": "2011-03-17",
"count": 1
},
{
"date": "2011-03-25",
"count": 1
},
{
"date": "2011-11-18",
"count": 1
},
{
"date": "2011-12-11",
"count": 1
},
{
"date": "2011-12-22",
"count": 1
},
{
"date": "2012-05-04",
"count": 1
},
{
"date": "2012-08-02",
"count": 1
},
{
"date": "2013-02-27",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-11",
"count": 1
},
{
"date": "2013-03-29",
"count": 1
},
{
"date": "2013-03-30",
"count": 2
},
{
"date": "2013-04-19",
"count": 1
},
{
"date": "2013-05-07",
"count": 1
},
{
"date": "2013-05-10",
"count": 2
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-07-31",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-09-02",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-14",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-11-12",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2013-12-24",
"count": 1
},
{
"date": "2013-12-29",
"count": 1
},
{
"date": "2014-01-26",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-05-08",
"count": 1
},
{
"date": "2014-05-09",
"count": 2
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-06-21",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-10-08",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-03-21",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-05-10",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-07-13",
"count": 2
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-07-29",
"count": 2
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-10-22",
"count": 2
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2015-11-21",
"count": 1
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-11",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-30",
"count": 1
},
{
"date": "2016-07-18",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-06",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-09-28",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-30",
"count": 1
},
{
"date": "2017-02-02",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-12",
"count": 2
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-05-29",
"count": 2
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-17",
"count": 1
},
{
"date": "2017-06-28",
"count": 2
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-09-21",
"count": 2
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-30",
"count": 1
},
{
"date": "2018-01-07",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-07-01",
"count": 2
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-07",
"count": 2
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-04",
"count": 2
},
{
"date": "2018-09-05",
"count": 2
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-24",
"count": 2
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-26",
"count": 2
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-06",
"count": 2
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-10",
"count": 2
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-09",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-25",
"count": 1
},
{
"date": "2019-07-28",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-16",
"count": 2
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-12-23",
"count": 2
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2020-01-01",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-03-16",
"count": 2
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-10",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-22",
"count": 2
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-12",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-24",
"count": 2
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-07-13",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-08-07",
"count": 2
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-09-22",
"count": 2
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-11-02",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-04-24",
"count": 2
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 433,
"total_stars": 433
},
"open_issues_and_prs": 88
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 69034,
"source_files_sampled": 57,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"setup.cfg",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "flake8",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "tox",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "wheel",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 133,
"open_issues": 80,
"closed_ratio": 0.673,
"closed_issues": 165,
"closed_unmerged_prs": 52
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "ask",
"commits": 482,
"avatar_url": "https://avatars.githubusercontent.com/u/1558?v=4"
},
{
"type": "User",
"login": "auvipy",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/6212603?v=4"
},
{
"type": "User",
"login": "thedrow",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/48936?v=4"
},
{
"type": "User",
"login": "jdufresne",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/347634?v=4"
},
{
"type": "User",
"login": "Nusnus",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/4662342?v=4"
},
{
"type": "User",
"login": "daevaorn",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/37366?v=4"
},
{
"type": "User",
"login": "flaviogrossi",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/879129?v=4"
},
{
"type": "User",
"login": "extesy",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/65872?v=4"
},
{
"type": "User",
"login": "matusvalo",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/827060?v=4"
},
{
"type": "User",
"login": "dmtaub",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/213170?v=4"
}
],
"contributors_sampled": 90,
"top_contributor_share": 0.701
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"codeql-analysis.yml",
"codespell.yml"
],
"has_docs_dir": true,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "18 out of 27 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": 6,
"reason": "Found 15/25 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 26 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 8,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "21a2e1c2b94115d054762bb0bcee6b883d4ce324",
"ran_at": "2026-07-22T00:45:29Z",
"aggregate_score": 6.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T00:34:23Z",
"oldest_open_prs": [
{
"number": 292,
"created_at": "2019-11-15T13:14:39Z",
"last_comment_at": "2024-12-25T11:00:39Z",
"last_comment_author": "auvipy"
},
{
"number": 312,
"created_at": "2020-04-06T03:26:08Z",
"last_comment_at": "2023-11-05T12:49:40Z",
"last_comment_author": "thedrow"
},
{
"number": 406,
"created_at": "2024-06-26T12:34:44Z",
"last_comment_at": "2025-06-19T06:32:10Z",
"last_comment_author": "auvipy"
},
{
"number": 417,
"created_at": "2024-11-20T21:12:29Z",
"last_comment_at": "2025-04-03T19:50:10Z",
"last_comment_author": "yarikoptic"
},
{
"number": 425,
"created_at": "2025-05-14T22:19:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 448,
"created_at": "2026-06-14T16:16:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 449,
"created_at": "2026-06-22T00:33:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 450,
"created_at": "2026-07-20T16:50:59Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-16T10:59:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2012-08-29T17:22:02Z",
"last_comment_at": "2021-10-06T02:59:44Z",
"last_comment_author": "auvipy"
},
{
"number": 26,
"created_at": "2012-09-28T04:49:28Z",
"last_comment_at": "2013-03-18T13:54:17Z",
"last_comment_author": "ask"
},
{
"number": 28,
"created_at": "2012-10-15T18:20:07Z",
"last_comment_at": "2015-04-17T16:38:14Z",
"last_comment_author": "alexsilva"
},
{
"number": 30,
"created_at": "2012-11-19T17:13:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2013-04-24T18:52:02Z",
"last_comment_at": "2013-05-29T18:14:27Z",
"last_comment_author": "ionelmc"
},
{
"number": 81,
"created_at": "2013-11-15T19:44:08Z",
"last_comment_at": "2016-07-09T03:41:28Z",
"last_comment_author": "ask"
},
{
"number": 109,
"created_at": "2014-05-14T15:35:27Z",
"last_comment_at": "2014-07-07T13:25:38Z",
"last_comment_author": "tonybarbieri"
},
{
"number": 120,
"created_at": "2014-09-15T10:21:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2014-11-13T01:22:39Z",
"last_comment_at": "2014-11-13T16:38:58Z",
"last_comment_author": "ask"
},
{
"number": 129,
"created_at": "2014-11-21T10:25:29Z",
"last_comment_at": "2015-04-17T12:54:58Z",
"last_comment_author": "ask"
},
{
"number": 136,
"created_at": "2015-01-10T14:30:24Z",
"last_comment_at": "2015-04-07T08:34:28Z",
"last_comment_author": "dschreij"
},
{
"number": 138,
"created_at": "2015-03-13T10:12:59Z",
"last_comment_at": "2018-04-30T07:33:14Z",
"last_comment_author": "auvipy"
},
{
"number": 141,
"created_at": "2015-04-13T10:04:13Z",
"last_comment_at": "2015-04-17T21:14:53Z",
"last_comment_author": "hrashk"
},
{
"number": 153,
"created_at": "2015-04-15T22:59:31Z",
"last_comment_at": "2017-07-16T21:12:31Z",
"last_comment_author": "thedrow"
},
{
"number": 155,
"created_at": "2015-04-28T22:01:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 159,
"created_at": "2015-05-21T02:51:15Z",
"last_comment_at": "2017-06-26T12:11:46Z",
"last_comment_author": "buckensl"
},
{
"number": 182,
"created_at": "2016-04-07T11:52:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 186,
"created_at": "2016-06-30T18:02:45Z",
"last_comment_at": "2019-01-08T19:20:13Z",
"last_comment_author": "faheel"
},
{
"number": 193,
"created_at": "2016-09-30T07:41:12Z",
"last_comment_at": "2017-07-17T15:15:23Z",
"last_comment_author": "auvipy"
},
{
"number": 198,
"created_at": "2016-11-15T16:42:08Z",
"last_comment_at": "2018-02-13T09:16:32Z",
"last_comment_author": "linar-jether"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/celery/billiard",
"host": "github.com",
"name": "billiard",
"owner": "celery"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 61,
"vitality": 63,
"community": 68,
"governance": 65,
"engineering": 85
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 0.94,
"days_since_last_push": 1,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"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": "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": 74,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v4.3.0rc1",
"releases_from_tags": false,
"days_since_latest_release": 145,
"mean_days_between_releases": 156
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 145 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 145
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~156 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 156
}
}
],
"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": 145,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 145 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 145
}
}
],
"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": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 261,
"stars": 433,
"watchers": 23,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "433 stars",
"points": 42.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 433
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "261 forks",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 261
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": [
"billiard"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 49742028
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "49,742,028 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 49742028,
"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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 90,
"top_contributor_share": 0.701
},
"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 70% of commits",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "90 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 90
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 133,
"open_issues": 80,
"closed_issues": 165,
"issue_closed_ratio": 0.673,
"closed_unmerged_prs": 52
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "133/185 decided PRs merged",
"points": 27.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 133,
"decided": 185
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/25 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 398,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "celery",
"public_repos": 27,
"account_age_days": 5864
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "398 followers of celery",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 398,
"login": "celery"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~16 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"billiard"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 233
},
"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 233 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 233
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "87 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 87
}
}
],
"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": 85,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "18 out of 27 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"python",
"multiprocessing",
"python3",
"celery"
],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "18 out of 27 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 15/25 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "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": 12
},
"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": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.394,
"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": "37 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 21,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 69034,
"source_files_sampled": 57,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/57 source files over 60KB",
"points": 53.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 57,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:45:56.132730Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/celery/billiard.svg",
"full_name": "celery/billiard",
"license_state": "custom",
"license_spdx": null
}