JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"python",
"formatter",
"docstring",
"autoformat"
],
"is_fork": false,
"size_kb": 1227,
"has_wiki": false,
"homepage": "https://pypi.python.org/pypi/docformatter",
"languages": {
"Python": 311384
},
"pushed_at": "2026-07-14T03:22:38Z",
"created_at": "2012-05-26T21:40:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T23:23:21Z",
"description": "Formats docstrings to follow PEP 257",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "http://meta.pycqa.org",
"name": "Python Code Quality Authority",
"type": "Organization",
"login": "PyCQA",
"company": null,
"location": "Everywhere",
"followers": 1021,
"avatar_url": "https://avatars.githubusercontent.com/u/8749848?v=4",
"created_at": "2014-09-12T12:56:02Z",
"is_verified": null,
"public_repos": 29,
"account_age_days": 4339
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.8",
"kind": "patch",
"published_at": "2026-04-21T01:28:13Z"
},
{
"tag": "v1.7.7",
"kind": "patch",
"published_at": "2025-05-11T04:44:19Z"
},
{
"tag": "v1.7.6",
"kind": "patch",
"published_at": "2025-05-07T20:26:10Z"
},
{
"tag": "v1.7.5",
"kind": "patch",
"published_at": "2023-07-12T01:39:53Z"
},
{
"tag": "v1.7.4",
"kind": "patch",
"published_at": "2023-07-10T13:43:06Z"
},
{
"tag": "v1.7.3",
"kind": "patch",
"published_at": "2023-06-23T01:50:19Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2023-06-07T03:02:21Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2023-05-19T22:22:15Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-05-17T01:09:14Z"
},
{
"tag": "v1.6.5",
"kind": "patch",
"published_at": "2023-05-03T17:54:16Z"
},
{
"tag": "v1.6.4",
"kind": "patch",
"published_at": "2023-04-26T13:15:21Z"
},
{
"tag": "v1.6.3",
"kind": "patch",
"published_at": "2023-04-25T01:14:32Z"
},
{
"tag": "v1.6.2",
"kind": "patch",
"published_at": "2023-04-22T16:49:37Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2023-04-22T04:26:55Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2023-04-04T01:38:19Z"
}
],
"recent_commits": [
{
"oid": "128c82e0be73beab1da9a5eaf81ef7b2e08c189d",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-14T03:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4849fcecd67297959c0e5d595fd0af8ea5bc8c1b",
"body": "…uations (#360)\n\nA blank line that contains trailing whitespace (e.g. \" \\n\") produces an\nNL token whose `.line` is not exactly \"\\n\" or \"\\r\\n\". The guard in\n`is_newline_continuation` only excluded the exact-blank forms, so such a\nline was misclassified as a continuation of the preceding line. Th\n[…]\nad of comparing the raw line against {\"\\n\", \"\\r\\n\"}. Genuine\ncontinuations (whose stripped line is non-empty) are unaffected.\n\nFixes #355.\n\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "fix: do not treat blank lines with trailing whitespace as line contin…",
"author_name": "Apoorv Darshan",
"author_login": "apoorvdarshan",
"committed_at": "2026-07-14T03:22:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0119de6d4615a231d87a8e4e6cc215270ee6c9c",
"body": "Bumps [black](https://github.com/psf/black) from 25.1.0 to 26.3.1.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/compare/25.1.0...26.3.1)\n\n---\nupdated-dependencies:\n- dependency-name:\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump black from 25.1.0 to 26.3.1 (#359)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T03:19:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbdebf6f67802d2cbbcba3c4e109c094860c83a3",
"body": "Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0)\n\n---\nupdated-dependencies:\n-\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump requests from 2.32.4 to 2.33.0 (#358)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T03:18:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b51a6628f9f10f890f14914331064482da9774f",
"body": "Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.3.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.3)\n\n---\nupdated-\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump pytest from 8.4.1 to 9.0.3 (#357)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T03:17:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b4c427c5e75607a3ea58d4c0a269a7c0e7fe963",
"body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.5 to 48.0.1.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/45.0.5...48.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n depende\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump cryptography from 45.0.5 to 48.0.1 (#356)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T03:15:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4fc53f445e7693a5786a1a6fd0531653dd325756",
"body": "Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15.\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)\n- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15)\n\n---\nupdated-dependencies:\n- dependency-name: idna\n dependency-version: '3.15'\n dependency-type: indirect\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": "chore(deps-dev): bump idna from 3.10 to 3.15 (#352)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T03:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead624836121cdf1798eb6f8e3a4493a5fde36c8",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0)\n\n---\nupdated-dependenc\n[…]\nib3\n dependency-version: 2.7.0\n dependency-type: indirect\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": "chore(deps-dev): bump urllib3 from 2.6.3 to 2.7.0 (#349)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T23:59:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35214a73af7f9f3dc1ae4cbc60f4349495cf7123",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-04-21T01:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0032269a0e65c068af9cd86c9a8859a0ddd568d6",
"body": "* style: reformat per black's 1-blank line after module docstring convention\n\n* chore: remove support for py39 add support for py314\n\n* chore: update version strings",
"is_bot": false,
"headline": "release/v1.7.8 (#342)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2026-04-21T01:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab715b8e12b601ba392e7502898e500dde10b4e8",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-04-20T06:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4754c770302ce270306ac30fe15e6403a186e912",
"body": "* Add failing tests for black formatting blank lines\n\n* Fix support for black\n\n* Revert a lot of test changes\n\n* Remove unnecessary _get_newlines_by_type black parameter\n\n* docs: address review feedback on module docstring helper\n\nRestore the docformatter_8.2 requirement reference and drop the stale\n[…]\ned-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Match spacing after module docstring between black and `--black` (#335)",
"author_name": "Adam Dangoor",
"author_login": "adamtheturtle",
"committed_at": "2026-04-20T06:47:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d08ebe3a0680e060fb627c9266ccb3c210de8044",
"body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0)\n\n---\nupdate\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump pygments from 2.19.2 to 2.20.0 (#341)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T06:03:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "901869dbc9c998f99df1897002662c65e40e3c8f",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3)\n\n---\nupdated-dependenc\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump urllib3 from 2.5.0 to 2.6.3 (#334)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T06:02:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4dfae40dab95030da8ad2e96053d4bc073ad7d73",
"body": "Co-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "fix: handle multiline string tokens in parameter formatting (#336)",
"author_name": "finswimmer",
"author_login": "finswimmer",
"committed_at": "2026-04-20T05:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76248528f753d953d5c79671d1d22754d24bae58",
"body": "Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.32.0 to 20.36.1.\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/20.32.0...20.36.1)\n\n---\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump virtualenv from 20.32.0 to 20.36.1 (#337)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T05:56:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72c0a04e3d971bdb7b1b8b7a88af8771ae39906b",
"body": null,
"is_bot": false,
"headline": "fix: add multi-line window creation for section header detection (#339)",
"author_name": "finswimmer",
"author_login": "finswimmer",
"committed_at": "2026-04-20T05:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ace1fdef5d2c164ee7284fa07a63f8ead48682",
"body": "* fix: add function to check if docstring is at end of file\n\n* fix: handle case where class contains only docstring\n\n* chore: fix mypy error\n\n* fix: treat ellipses as code line\n\n* fix: include workaround to detect f-string in Python < 3.12\n\n* fix: refine newline detection to exclude empty lines",
"is_bot": false,
"headline": "fix: resolve several empty line regressions (#330)",
"author_name": "finswimmer",
"author_login": "finswimmer",
"committed_at": "2026-01-11T20:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7798699c0a9ddcc41a16b4dd7b8e216443f78792",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-10-29T00:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e239dca9a26cd46c4d0a37d5f050a23fe90b4f4e",
"body": "…dard library. (#325)",
"is_bot": false,
"headline": "Remove external untokenize package. Use tokenize from the Python stan…",
"author_name": "Thomas Denewiler",
"author_login": "tdenewiler",
"committed_at": "2025-10-29T00:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3f03d334d9c1322ccaa02b655aedadc150d9d3",
"body": "* fix: adding additional blank line before inner function\n\n* fix: removing blank line between two preceding comment blocks\n\n* fix: mangling long description when splitting multi-sentence summary\n\n* fix: not detecting string constants\n\n* feat: add function to find inline reST markup\n\n* test: add test\n[…]\nadd section discussing text patterns to usage docs\n\n* doc: add assistance section to the README\n\n* fix: use sys module to get default file encoding\n\n* fix: explicitly ignore utf_16 and utf_32 encoding",
"is_bot": false,
"headline": "fix: issue 321 (#323)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-08-14T21:59:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cfc666f1272df7347fed517452875148cabc8796",
"body": "…#322)",
"is_bot": false,
"headline": "test: add tests to ensure no regression leading to bug in issue 259 (…",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-07-24T18:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b944680496b13acf8df81917dea98d7129d01b6d",
"body": "* chore: move tox configuration into tox.ini\n\n* Update style testenv to use pre-commit to run QA tests and autoformatters.\n* Add tool.ruff configuration to pyproject.toml.\n\n* chore: autofixed files from running new pre-commit tox env\n\n* chore: fix QA errors uncovered by new pre-commit tox env\n\n* chore: update do-lint workflow to call pre-commit env",
"is_bot": false,
"headline": "chore: issue 288 (#320)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-07-23T18:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e147f450f46c70f6b7f4d4be1d61d44bd7118a8",
"body": null,
"is_bot": false,
"headline": "chore: updating dependency and tool versions (#319)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-07-23T13:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d3ebc8e18930ec7d2502687c0443d2affbcf8dc",
"body": "Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)\n\n---\nupdated-dependencies:\n-\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump requests from 2.32.3 to 2.32.4 (#316)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-23T13:04:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5454206fd7b2765e9789786d869c6c698e92d217",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0)\n\n---\nupdated-dependenc\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump urllib3 from 2.4.0 to 2.5.0 (#317)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-23T13:02:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "926d9f0f88cfeb142c0f1fab399cf95359070285",
"body": "* refactor: split long functions/methods into smaller functions\n\n* Use TokenInfo objects directly instead of tuples with attributes from TokenInfo objects.\n* Move non-formatting functions to other modules.\n* Add functions to determine number of blank lines after docstring for modules, classes, funct\n[…]\nest: add tests for classify module\n\n* test: add tests for classify module\n\n* test: add tests for wrapper package\n\n* test: update end-to-end tests\n\n* test: update expected value for all Python versions",
"is_bot": false,
"headline": "refactor: split long functions into smaller functions (#318)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-07-23T12:59:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe1a85f4ddf5845d36bf346953f82d3ed69991ef",
"body": "The example in the README can't be produced because the 'Launch the rocket.' line gets picked up as a list is unformatted unlike in the example. For now the README will be updated until the list-like detection code is updated.",
"is_bot": false,
"headline": "fix: update README example (#314)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-05-12T17:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b576ae3e386755ebe3541c8d9c7caadf0cbbc93",
"body": "* fix: not splitting multi-sentence summary\n* test: for new split_summary function",
"is_bot": false,
"headline": "fix: multi sentence summary (#313)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-05-11T15:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8976f02d7b7857cc47bd3ee38ccb82de851673c",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-11T04:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e73b8ba0c1316be565983236c72e653ad44e6b66",
"body": null,
"is_bot": false,
"headline": "release: v1.7.7",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-05-11T04:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f75a06789d35fca1515d0a034cdf894be23c9f6",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-11T04:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d526a9433c8921252848d32963f42daa32aa0bb2",
"body": "* Add venv to ignore list\n\n* Add default encoding constant\n\n* Fallback to default encoding when detection fails\n\nNow, uses the default encoding (latin-1) when\nfrom_path(filename).best() returns None.\n\n* Update encode.py\n\n---------\n\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "Fix AttributeError when encoding detection returns None (#304)",
"author_name": "Björn Holtvogt",
"author_login": "holtvogt",
"committed_at": "2025-05-11T04:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f3f550ecc643e1cf8973c289afe3035226e56db",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-11T04:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76fb59f3efcc93547e4801a2c059b7974a795820",
"body": "Co-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "Don't install LICENSE (#301)",
"author_name": "Alexander Puck Neuwirth",
"author_login": "APN-Pucky",
"committed_at": "2025-05-11T04:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03d4a874cae8d0695148a93b199e42a158666d6",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2)\n\n---\nupdated-dependenc\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 (#306)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:24:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c2e80ee8c04051b211bdace6c78bfe1fbdf5da3",
"body": "Bumps [zipp](https://github.com/jaraco/zipp) from 3.15.0 to 3.19.1.\n- [Release notes](https://github.com/jaraco/zipp/releases)\n- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)\n- [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.19.1)\n\n---\nupdated-dependencies:\n- dependenc\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 (#307)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:23:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0cb2ad099807291fbcabdf5752994be36d2a8ed1",
"body": "Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.21.1 to 20.26.6.\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/20.21.1...20.26.6)\n\n---\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump virtualenv from 20.21.1 to 20.26.6 (#308)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:22:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "86fe11c93700f3ffe6a081a21a7d66547668fc27",
"body": "Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)\n\n---\nupdated-dependencies:\n-\n[…]\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#309)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:20:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fca12e8343d0fcd8dfab5577d0d78fdcafc09ff4",
"body": "Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.\n- [Release notes](https://github.com/pallets/jinja/releases)\n- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6)\n\n---\nupdated-dependencies:\n- de\n[…]\nja2\n dependency-version: 3.1.6\n dependency-type: indirect\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": "chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.6 (#310)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:19:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8dd91fe11ea0be45bc31633716c944fb1eadc8d0",
"body": "Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/compare/22.12.0...24.3.0)\n\n---\nupdated-dependencies:\n- dependency-nam\n[…]\ndency-version: 24.3.0\n dependency-type: direct:development\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": "chore(deps-dev): bump black from 22.12.0 to 24.3.0 (#311)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-11T04:16:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3900b55d1f0a831c1e465c91bc4c305e4d20d419",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-09T16:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d640a165a0d0a896376ed9e3990c053816ed487",
"body": "Closes #298\n\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "Make -h act like --help as per docs (#299)",
"author_name": "Peter Cock",
"author_login": "peterjc",
"committed_at": "2025-05-09T16:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78eed63f73a618581f99b769c07960d53fce102",
"body": "* feat: drop support for Python < 3.9\n\nAdded CI pipelines for Pyton 3.12, 3.13\n\n* chore: add poetry.lock for reproducible dev environment\n\n---------\n\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "feat: drop supporting Python < 3.9 (#296)",
"author_name": "finswimmer",
"author_login": "finswimmer",
"committed_at": "2025-05-09T16:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7625281c275d4d85118c090db7443a16b83a5b",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-09T16:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73a230ea4d8c313940995ee08dd1e558bc64749",
"body": "Co-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "fix: extend list of sphinx fields (#271) (#295)",
"author_name": "finswimmer",
"author_login": "finswimmer",
"committed_at": "2025-05-09T16:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543ba0ec15f32caceb823c7775dddfe8ebcfee1e",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2025-05-07T20:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf1ea547d79f6e15ce51eae0eb5f986053ab65c",
"body": "* release: prepare for release of v1.7.6\n\n* chore: update workflow files to remove Python<3.9 and add 3.12\n\n* chore: update version strings",
"is_bot": false,
"headline": "release: v1.7.6 (#305)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2025-05-07T20:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1df347edd128b30cd3368dddc3aa65edcfac38",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2024-10-09T18:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06907d0267368b49b9180eed423fae5697c1e909",
"body": "* 🩹 Remove broken 'python_venv' hook\r\n\r\n* 🧰 Add pre-commit-hook to validate hook manifest\r\n\r\n* 🧰⚙️🩹 Pin ruff version in tox config to the same version as in pre-commit\r\n\r\n* 🧹 Fix additional EOL at end of file",
"is_bot": false,
"headline": "🩹 Fix pre commit hook manifest (#287)",
"author_name": "Sebastian Weigand",
"author_login": "s-weigand",
"committed_at": "2024-10-09T18:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886a0329b3949dfb8be9f10f80bc96829923debe",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2024-07-31T14:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62abff43717d533ccc606859a23c4ec85d0deb7",
"body": "(Also add a missed comma in the test parametrization)\r\n\r\nCo-authored-by: Josef Kemetmüller <josef.kemetmueller@ims.co.at>\r\nCo-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "Handle abbreviation 'etc.' (et cetera) (#273)",
"author_name": "Josef Kemetmüller",
"author_login": "knedlsepp",
"committed_at": "2024-07-31T14:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f92ff6f53ca5732308e1fc1517d192e12869317",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2024-07-31T14:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "047df050d51985106f92692886a1bead8e9abe80",
"body": "Co-authored-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "prefer new unittest.mock from the standard library (#280)",
"author_name": "Alexandre Detiste",
"author_login": "a-detiste",
"committed_at": "2024-07-31T14:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6f86f610f7a39044dedcedd59946fa6a74bafd",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2024-07-31T14:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a850cf98e8016ae9a36ce5c4ad882e87e9e74b45",
"body": "* add failing test\r\n\r\n* assume that all urls after first field are in field list\r\n\r\n* fix modifying iterated collection causing skips\r\n\r\n* add test for epytext style too\r\n\r\n* add some unit tests for various URL scenarios",
"is_bot": false,
"headline": "Do not double-process urls (#284)",
"author_name": "Daniel Goldman",
"author_login": "lilatomic",
"committed_at": "2024-07-31T14:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "504107bdc4618f83a3378faac610e02cd62ef5f9",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-10-15T16:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c596b5d334be4d606a534be670bc4d75144ee4a",
"body": null,
"is_bot": false,
"headline": "Fix pre-commit syntax (#266)",
"author_name": "Jonas Haag",
"author_login": "jonashaag",
"committed_at": "2023-10-15T16:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c042362b5e757e0fff5c2bd66d6790f0cac4c17",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-08-10T12:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb1aaca2838c9d489cdb5beaf382d49773e5f93d",
"body": "… version (#262)",
"is_bot": false,
"headline": "Update version listed in documentation's Pre-Commit example to latest…",
"author_name": "Casey Korver",
"author_login": "korverdev",
"committed_at": "2023-08-10T12:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b20f58fddcc2ab7a98c5b5e51bac1103f58a8eb",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-08-09T17:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5948f6dca999e5b8dae39349e08f20f65935acf6",
"body": "* Add missing comma\r\n\r\nThis caused Sphinx to fail to render the entire table.\r\n\r\n* add docs tox testenv config",
"is_bot": false,
"headline": "Add missing comma in requirements table (#261)",
"author_name": "Elliot Ford",
"author_login": "EFord36",
"committed_at": "2023-08-09T17:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfefe062799848234b4cd60b04aa633c0608025e",
"body": "* chore: update version strings",
"is_bot": false,
"headline": "release: v1.7.5 (#258)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-12T01:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bede3413d7df186896dbbf99fe6ec1f4e4eee2e",
"body": "This reverts commit 430a90e33163ade4cf54f8367f561f267bf656d0.",
"is_bot": false,
"headline": "Revert \"chore: update version strings (#255)\" (#257)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-12T01:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77fc28adbe4aee0a6c2e94835b31a50655ddc7d0",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-07-12T01:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "430a90e33163ade4cf54f8367f561f267bf656d0",
"body": null,
"is_bot": false,
"headline": "chore: update version strings (#255)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-12T01:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92102511b2c8b0162ba1564d6fe1935d46e8e1b",
"body": null,
"is_bot": false,
"headline": "chore: update on-push-tag.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-11T03:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c14f0e76f770fde67a6b3ba39b8015b186cc92",
"body": "* fix: not recognizing as sphinx field name\r\n\r\n* test: for recognizing as sphinx field name",
"is_bot": false,
"headline": "fix: not recognizing `yield` as a sphinx field name (#254)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-11T02:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9744e98098dd9a092b591b196df7e133d51117",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-10T14:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3614befcda4e117190950e97676f9b2d43887b31",
"body": null,
"is_bot": false,
"headline": "chore: mode Changelog to do-release workflow (#251)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-10T14:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e7d804c3e240634f8e455bce8a3bd7e3b97c8f",
"body": "* chore: update version strings\r\n\r\n* fix: identifying reST directive as sphinx field item\r\n\r\n* test: for identifying reST directive as sphinx field item\r\n\r\n* chore: update version strings\r\n\r\n* chore: fix workflow file\r\n\r\n* chore: update version strings",
"is_bot": false,
"headline": "release/v1.7.4 (#249)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-10T13:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40677b3304cebe1cdd9d6ce927201d3bda6d344",
"body": null,
"is_bot": false,
"headline": "Update on-push-tag.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-06T07:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb62413f821d09b1fe3f5f5b9e6eb9506b4809c",
"body": "* fix: not formatting docstrings with backticks in summary\r\n\r\n* test: for summary with backticks\r\n\r\n* fix: not recognizing sphinx field names with periods\r\n\r\n* test: for recognizing sphinx field names with periods",
"is_bot": false,
"headline": "fix: summary with back ticks and sphinx field names with periods (#248)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-05T22:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f40d7ab6d8213cff7443cd81d57fd759a869f21d",
"body": "* test: split format tests into separate files\r\n\r\n* test: move test docstrings to data file\r\n\r\n* test: move format docstring classes to separate files\r\n\r\n* test: new test docstring files\r\n\r\n* test: split format_code test classes into separate files\r\n\r\n* test: move test docstrings to toml data files",
"is_bot": false,
"headline": "test: split format tests into multiple files (#246)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-07-05T21:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c71b62b4c38e3208f623c87b089d28b7743c24",
"body": null,
"is_bot": false,
"headline": "chore: update AUTHORS.rst file with new author(s)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-07-05T21:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c40eeaeeb4bf79f07b8971328f468957a12d08",
"body": null,
"is_bot": false,
"headline": "chore: update documentation link for metadata (#247)",
"author_name": "icp",
"author_login": "icp1994",
"committed_at": "2023-07-05T21:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54a22caae3300f9c37f8c48666a5808d7ff8440",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-06-23T02:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c598ead382fc932a97a7ee84f77e17c476b0d5",
"body": "* chore: update version strings\r\n\r\n* fix: treating in-line reST like field list\r\n\r\n* chore: update version strings\r\n\r\n* fix: adding newline between field lists\r\n\r\n* chore: update version strings\r\n\r\n* fix: wrapping alembic headers\r\n\r\n* chore: update version strings\r\n\r\n* refactor: apply pyupgrade to code base\r\n\r\n* chore: update GH workflows to cut pre-releases\r\n\r\n* chore: update version strings",
"is_bot": false,
"headline": "release/v1.7.3 (#238)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-06-23T01:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7502a156e0a7dceac2a55408867e059a7cc8f6de",
"body": "* fix: removing blank line between field lists\r\n\r\n* fix: removing newline between Sphinx directives",
"is_bot": false,
"headline": "fix: removing newline between Sphinx field lists (#237)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-06-09T02:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c7d4cf6342d4a145d92e135c873927207b552e",
"body": null,
"is_bot": false,
"headline": "chore: move changelog to tag workflow (#233)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-06-07T03:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f164ee349075d20a37bd6421594e086db3f094e",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-06-07T03:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f8b39a9066d0a39e6ee121f03ab04286d13d12b",
"body": "* fix: excessive whitespace in middle of line\r\n\r\n* test: fix failing tests\r\n\r\n* fix: space after field with no description\r\n\r\n* fix: wrapping reST section admonitions\r\n\r\n* doc: documentation for new argument\r\n\r\n* fix: not wrapping fields at proper wrap length\r\n\r\n* test: fix failing tests\r\n\r\n* fix: n\n[…]\n\n\r\n* docs: update documentation\r\n\r\n* fix: adding blank space when no field body\r\n\r\n* chore: update version string for release\r\n\r\n---------\r\n\r\nSigned-off-by: Doyle Rowland <doyle.rowland@reliaqual.com>",
"is_bot": false,
"headline": "release: v1.7.2 (#220)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-06-07T03:01:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd0b7024a69ba154d444a69f70ec118ef7b56351",
"body": "…eld lists (#219)\n\n* fix: rest regex to find single backtick directives\r\n\r\n* chore: update prioritize issues workflow\r\n\r\n* fix: issues 215, 217, and 218\r\n\r\n* test: for issue 215,217,218 fixes",
"is_bot": false,
"headline": "fix: wrapping issues with reST directives, quoted URLs, and Sphinx fi…",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-23T01:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e625cd544e748dfaa82840eaf25c1a5a68e195a",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-05-19T22:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d8ebfb1344a5eb18db1843202e9bf26c725ebe",
"body": "* chore: update version strings\r\n\r\n* chore: fix broken workflow",
"is_bot": false,
"headline": "chore: update version strings (#214)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-19T22:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd3d0f0380ed08a9e09612edb24291a733fb9e4",
"body": "* fix: improper wrapping of anonymous hyperlinks\r\n\r\n* test: add test for improper wrapping of anonymous hyperlinks",
"is_bot": false,
"headline": "fix: improper wrapping of short anonymous hyperlnks (#213)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-19T22:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cef4e9a130ed250954bdefd0b3bc813100064ce",
"body": "* feat: add wrapping support for Epytex\r\n\r\n* docs: update documentation for Epytext style\r\n\r\n* test: add tests for epytext style",
"is_bot": false,
"headline": "feat: support epytext style (#211)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-18T10:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45a8e3f9240cfed5a75f45409b60d808ddf2664",
"body": "* feat: use tomllib for Python 3.11+\r\n\r\n* doc: update documentation for installing with TOML support",
"is_bot": false,
"headline": "feat: use tomllib for Python 3.11+ (#208)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-17T01:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d05e873cea86a9849110a2276a5b3d06158e24eb",
"body": null,
"is_bot": false,
"headline": "chore: update pre-commit-config (#209)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-17T01:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7bf8d88b585e3a193f2a546d25c611961cde4f",
"body": "* feat: add new --style argument\r\n\r\n* test: for new --style argument\r\n\r\n* doc: for new --style argument\r\n\r\n* fix: long description before list not wrapping\r\n\r\n* Merge branch `master`\r\n\r\n* Merge branch release/v1.7.0\r\n\r\n* fix: not finding literal blocks\r\n\r\n* chore: add pre-commit-config.yaml\r\n\r\n* chore: add pre-commit-config.yaml\r\n\r\n* refactor: change FIELD_REGEX to SPHINX_REGEX",
"is_bot": false,
"headline": "feat: wrap Sphinx style long parameter descriptions (#201)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-15T17:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e06c6ab8c24d6a5ab4190da05a2c2c7fb99e557",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-05-15T00:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97883dbaef9938d44bd9bc740f66d8597ba3f951",
"body": "* chore: update version strings\r\n\r\n* ci: update GH action to pass --black to docformatter\r\n\r\n* ci: update GH action for pycodestyle options\r\n\r\n* ci: update GH action for pycodestyle options\r\n\r\n* fix: adding indentation to blank lines\r\n\r\n* chore: update version strings\r\n\r\n* fix: wrapping literal blocks\r\n\r\n* chore: update release and tag workflows\r\n\r\n* chore: update version strings",
"is_bot": false,
"headline": "release: v1.7.0 (#197)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-15T00:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6da2b1fd76ec7f42333403bbef622f43b6c359",
"body": null,
"is_bot": false,
"headline": "Update do-prioritize-issues.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-06T23:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c44eb8acbdcdfa71a349f52862c7a2e06fa526b",
"body": null,
"is_bot": false,
"headline": "Update do-prioritize-issues.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-06T23:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff872477d5652de388a53e3361b16849adb4261",
"body": null,
"is_bot": false,
"headline": "Update do-prioritize-issues.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-06T23:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6e521b36fadcd493eb1aea85380d27cce4ca32",
"body": null,
"is_bot": false,
"headline": "Update do-prioritize-issues.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-06T23:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "863d3439ba14cd89a27a7d7399c7e3e316a196b9",
"body": null,
"is_bot": false,
"headline": "Update do-prioritize-issues.yml",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-05T16:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c783757154937652f8636653061c0dd10313fb42",
"body": "* chore: fix push tag workflow to get version\r\n\r\n* chore: add asset path for wheel upload\r\n\r\n* chore: add workflow to prioritize issues\r\n\r\n* chore: update workflow to use endsWith",
"is_bot": false,
"headline": "chore: update workflows (#206)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-05T13:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89af5936d050042372c8bf8f41c905a4818fd86c",
"body": null,
"is_bot": false,
"headline": "chore: update CHANGELOG.md for new release",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2023-05-03T17:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a027ada45435655a12466a837ac20de1038145f9",
"body": null,
"is_bot": false,
"headline": "chore: update version strings (#205)",
"author_name": "Doyle Rowland",
"author_login": "weibullguy",
"committed_at": "2023-05-03T17:53:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 21,
"latest_release_at": "2026-04-21T01:28:13Z",
"latest_release_tag": "v1.7.8",
"releases_from_tags": false,
"days_since_last_push": 16,
"active_weeks_last_year": 6,
"days_since_latest_release": 100,
"mean_days_between_releases": 120.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "docformatter",
"exists": true,
"license": "Expat",
"keywords": [
"PEP 257",
"pep257",
"style",
"formatter",
"docstrings",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: Other/Proprietary License",
"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.14",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/docformatter/",
"is_deprecated": false,
"latest_version": "1.7.8",
"repository_url": "https://github.com/PyCQA/docformatter",
"versions_count": 65,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1411023,
"first_published_at": "2012-05-27T01:05:19.360337Z",
"latest_published_at": "2026-04-28T20:34:50.393692Z",
"latest_version_yanked": null,
"days_since_latest_publish": 93
}
]
},
"popularity": {
"forks": 88,
"stars": 595,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2014-04-06",
"count": 1
},
{
"date": "2014-06-29",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2016-07-16",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-08-30",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-24",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-08",
"count": 2
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 87,
"total_forks": 88
},
"star_history": null,
"open_issues_and_prs": 34
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 37353,
"source_files_sampled": 47,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "pypi:docformatter@1.7.8",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "charset_normalizer",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "^3.0.0"
},
{
"name": "tomli",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "^2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "charset-normalizer",
"direct": true,
"version": "3.4.2",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": true,
"version": "2.2.1",
"ecosystem": "pypi"
},
{
"name": "alabaster",
"direct": false,
"version": "0.7.16",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "astroid",
"direct": false,
"version": "3.3.11",
"ecosystem": "pypi"
},
{
"name": "autopep8",
"direct": false,
"version": "2.3.2",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.17.0",
"ecosystem": "pypi"
},
{
"name": "backports-tarfile",
"direct": false,
"version": "1.2.0",
"ecosystem": "pypi"
},
{
"name": "black",
"direct": false,
"version": "26.3.1",
"ecosystem": "pypi"
},
{
"name": "cachetools",
"direct": false,
"version": "6.1.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2025.7.14",
"ecosystem": "pypi"
},
{
"name": "cffi",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "chardet",
"direct": false,
"version": "5.2.0",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.2.1",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": "7.9.2",
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": false,
"version": "48.0.1",
"ecosystem": "pypi"
},
{
"name": "dill",
"direct": false,
"version": "0.4.0",
"ecosystem": "pypi"
},
{
"name": "distlib",
"direct": false,
"version": "0.4.0",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.19",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.20.3",
"ecosystem": "pypi"
},
{
"name": "id",
"direct": false,
"version": "1.5.0",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.15",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "1.4.1",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "8.7.0",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "isort",
"direct": false,
"version": "6.0.1",
"ecosystem": "pypi"
},
{
"name": "jaraco-classes",
"direct": false,
"version": "3.4.0",
"ecosystem": "pypi"
},
{
"name": "jaraco-context",
"direct": false,
"version": "6.0.1",
"ecosystem": "pypi"
},
{
"name": "jaraco-functools",
"direct": false,
"version": "4.2.1",
"ecosystem": "pypi"
},
{
"name": "jeepney",
"direct": false,
"version": "0.9.0",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "keyring",
"direct": false,
"version": "25.6.0",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "3.0.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.2",
"ecosystem": "pypi"
},
{
"name": "mccabe",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "mock",
"direct": false,
"version": "5.2.0",
"ecosystem": "pypi"
},
{
"name": "more-itertools",
"direct": false,
"version": "10.7.0",
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "mypy-extensions",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "nh3",
"direct": false,
"version": "0.3.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.3.8",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pycodestyle",
"direct": false,
"version": "2.14.0",
"ecosystem": "pypi"
},
{
"name": "pycparser",
"direct": false,
"version": "2.22",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.11.7",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.33.2",
"ecosystem": "pypi"
},
{
"name": "pydocstyle",
"direct": false,
"version": "6.3.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pylint",
"direct": false,
"version": "3.3.7",
"ecosystem": "pypi"
},
{
"name": "pyproject-api",
"direct": false,
"version": "1.9.1",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": "6.2.1",
"ecosystem": "pypi"
},
{
"name": "pytest-order",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "pytokens",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "pywin32-ctypes",
"direct": false,
"version": "0.2.3",
"ecosystem": "pypi"
},
{
"name": "readme-renderer",
"direct": false,
"version": "43.0",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.33.0",
"ecosystem": "pypi"
},
{
"name": "requests-toolbelt",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "rfc3986",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "14.0.0",
"ecosystem": "pypi"
},
{
"name": "rstcheck",
"direct": false,
"version": "6.2.5",
"ecosystem": "pypi"
},
{
"name": "rstcheck-core",
"direct": false,
"version": "1.2.2",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.12.4",
"ecosystem": "pypi"
},
{
"name": "secretstorage",
"direct": false,
"version": "3.3.3",
"ecosystem": "pypi"
},
{
"name": "shellingham",
"direct": false,
"version": "1.5.4",
"ecosystem": "pypi"
},
{
"name": "snowballstemmer",
"direct": false,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "6.2.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-applehelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-devhelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-htmlhelp",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jsmath",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-qthelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-serializinghtml",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "tomlkit",
"direct": false,
"version": "0.13.3",
"ecosystem": "pypi"
},
{
"name": "tox",
"direct": false,
"version": "4.28.1",
"ecosystem": "pypi"
},
{
"name": "twine",
"direct": false,
"version": "6.1.0",
"ecosystem": "pypi"
},
{
"name": "typer",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.14.1",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "20.36.1",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "3.23.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 87,
"direct_count": 2,
"indirect_count": 85
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 153,
"open_issues": 29,
"closed_ratio": 0.845,
"closed_issues": 158,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "myint",
"commits": 420,
"avatar_url": "https://avatars.githubusercontent.com/u/1235108?v=4"
},
{
"type": "User",
"login": "weibullguy",
"commits": 120,
"avatar_url": "https://avatars.githubusercontent.com/u/17008006?v=4"
},
{
"type": "User",
"login": "actions-user",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
},
{
"type": "User",
"login": "finswimmer",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2164565?v=4"
},
{
"type": "User",
"login": "kapsh",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/144717?v=4"
},
{
"type": "User",
"login": "angerrp",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/48882462?v=4"
},
{
"type": "User",
"login": "mcflugen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6618196?v=4"
},
{
"type": "User",
"login": "Pacu2",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21290461?v=4"
},
{
"type": "User",
"login": "jonashaag",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/175722?v=4"
},
{
"type": "User",
"login": "knedlsepp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3287933?v=4"
}
],
"contributors_sampled": 37,
"top_contributor_share": 0.684
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"do-lint.yml",
"do-prioritize-issues.yml",
"do-release.yml",
"do-update-authors.yml",
"on-issue-open.yml",
"on-push-tag.yml"
],
"has_docs_dir": true,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"poetry.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 9,
"reason": "23 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"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": 3,
"reason": "Found 6/19 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "128c82e0be73beab1da9a5eaf81ef7b2e08c189d",
"ran_at": "2026-07-30T22:31:04Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-14T03:22:40Z",
"oldest_open_prs": [
{
"number": 324,
"created_at": "2025-10-02T01:27:24Z",
"last_comment_at": "2025-10-29T00:20:13Z",
"last_comment_author": "weibullguy"
},
{
"number": 361,
"created_at": "2026-07-25T07:06:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 362,
"created_at": "2026-07-25T14:50:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 363,
"created_at": "2026-07-25T23:44:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 364,
"created_at": "2026-07-26T03:09:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-14T03:22:27Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 43,
"created_at": "2019-11-24T16:50:17Z",
"last_comment_at": "2023-06-01T04:10:35Z",
"last_comment_author": "electric-coder"
},
{
"number": 60,
"created_at": "2020-08-25T15:51:51Z",
"last_comment_at": "2025-09-24T12:22:57Z",
"last_comment_author": "etienneschalk"
},
{
"number": 123,
"created_at": "2022-10-19T10:49:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2022-10-26T16:54:48Z",
"last_comment_at": "2023-06-14T09:47:08Z",
"last_comment_author": "ThiefMaster"
},
{
"number": 144,
"created_at": "2023-01-04T01:16:05Z",
"last_comment_at": "2024-01-15T18:42:59Z",
"last_comment_author": "mcarans"
},
{
"number": 158,
"created_at": "2023-01-24T19:14:16Z",
"last_comment_at": "2023-01-24T20:26:27Z",
"last_comment_author": "weibullguy"
},
{
"number": 174,
"created_at": "2023-04-09T18:52:36Z",
"last_comment_at": "2025-09-04T11:07:16Z",
"last_comment_author": "btjanaka"
},
{
"number": 186,
"created_at": "2023-04-24T22:47:55Z",
"last_comment_at": "2023-05-18T13:59:51Z",
"last_comment_author": "webknjaz"
},
{
"number": 212,
"created_at": "2023-05-18T14:05:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 241,
"created_at": "2023-06-14T09:55:44Z",
"last_comment_at": "2023-07-22T11:58:42Z",
"last_comment_author": "electric-coder"
},
{
"number": 265,
"created_at": "2023-10-10T18:20:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 268,
"created_at": "2023-10-26T10:44:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 269,
"created_at": "2023-10-30T15:29:22Z",
"last_comment_at": "2023-10-30T15:36:34Z",
"last_comment_author": "EFord36"
},
{
"number": 272,
"created_at": "2023-12-18T17:53:47Z",
"last_comment_at": "2024-10-04T14:09:37Z",
"last_comment_author": "MrFizzyBubbs"
},
{
"number": 278,
"created_at": "2024-04-05T07:56:31Z",
"last_comment_at": "2025-05-12T12:01:31Z",
"last_comment_author": "weibullguy"
},
{
"number": 279,
"created_at": "2024-04-05T12:26:55Z",
"last_comment_at": "2024-05-21T11:03:02Z",
"last_comment_author": "xmo-odoo"
},
{
"number": 285,
"created_at": "2024-07-01T10:10:46Z",
"last_comment_at": "2025-10-30T02:23:11Z",
"last_comment_author": "jamesbraza"
},
{
"number": 291,
"created_at": "2024-10-08T21:35:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2025-05-20T13:52:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 343,
"created_at": "2026-04-29T04:32:07Z",
"last_comment_at": "2026-06-15T13:42:26Z",
"last_comment_author": "Borda"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PyCQA/docformatter",
"host": "github.com",
"name": "docformatter",
"owner": "PyCQA"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 59,
"vitality": 57,
"community": 68,
"governance": 70,
"engineering": 91
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 21,
"human_commit_share": 0.83,
"days_since_last_push": 16,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 16 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "21 commits in the last year",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 21
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v1.7.8",
"releases_from_tags": false,
"days_since_latest_release": 100,
"mean_days_between_releases": 120.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 100 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 100
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~120.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 120.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 16,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 16 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 16
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 88,
"stars": 595,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "595 stars",
"points": 45,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 595
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "88 forks",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 88
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": [
"docformatter"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 1411023
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,411,023 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1411023,
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 37,
"top_contributor_share": 0.684
},
"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 68% of commits",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 68
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "37 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 37
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 153,
"open_issues": 29,
"closed_issues": 158,
"issue_closed_ratio": 0.845,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "153/168 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 153,
"decided": 168
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/19 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 1021,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "PyCQA",
"public_repos": 29,
"account_age_days": 4339
},
"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": "1,021 followers of PyCQA",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1021,
"login": "PyCQA"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "29 public repos, account ~11 yr old",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 29
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"docformatter"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 93
},
"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 93 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 93
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "65 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 65
}
}
],
"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": 91,
"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": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "23 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"python",
"formatter",
"docstring",
"autoformat"
],
"has_wiki": false,
"homepage": "https://pypi.python.org/pypi/docformatter",
"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": "https://pypi.python.org/pypi/docformatter",
"points": 15,
"status": "met",
"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": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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": "23 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"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 6/19 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:docformatter@1.7.8 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:docformatter@1.7.8",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.904,
"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": "75 of 83 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 75,
"sampled": 83
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"poetry.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.17
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "17 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 17,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 37353,
"source_files_sampled": 47,
"oversized_source_files": 0
},
"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": "0/47 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 47,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T22:31:32.370977Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PyCQA/docformatter.svg",
"full_name": "PyCQA/docformatter",
"license_state": "standard",
"license_spdx": "MIT"
}