Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4321,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 91711
},
"pushed_at": "2024-08-04T00:07:08Z",
"created_at": "2017-05-14T05:25:44Z",
"owner_type": "User",
"updated_at": "2026-07-21T11:16:48Z",
"description": "Python bindings for FFmpeg - with complex filtering support",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Karl Kroening",
"type": "User",
"login": "kkroening",
"company": null,
"location": "Earth",
"followers": 177,
"avatar_url": "https://avatars.githubusercontent.com/u/2035953?v=4",
"created_at": "2012-07-24T18:47:06Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 5110
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2019-07-06T00:17:30Z"
},
{
"tag": "0.1.18",
"kind": "patch",
"published_at": "2019-06-03T09:06:26Z"
},
{
"tag": "0.1.17",
"kind": "patch",
"published_at": "2018-11-26T03:51:48Z"
},
{
"tag": "0.1.16",
"kind": "patch",
"published_at": "2018-07-15T23:30:18Z"
},
{
"tag": "0.1.15",
"kind": "patch",
"published_at": "2018-06-30T09:34:51Z"
},
{
"tag": "0.1.14",
"kind": "patch",
"published_at": "2018-06-28T06:51:50Z"
},
{
"tag": "0.1.13",
"kind": "patch",
"published_at": "2018-06-28T05:50:58Z"
},
{
"tag": "0.1.12",
"kind": "patch",
"published_at": "2018-06-02T05:58:40Z"
},
{
"tag": "0.1.11",
"kind": "patch",
"published_at": "2018-05-09T08:31:04Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2017-11-20T08:35:04Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2017-11-20T08:34:17Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2017-11-19T20:46:46Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2017-06-16T05:13:03Z"
}
],
"recent_commits": [
{
"oid": "df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6",
"body": null,
"is_bot": false,
"headline": "Let's implicitly fix a typo (#681)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-07-11T21:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35886c970c7b3a757115f5a7b6fd1753e64832ce",
"body": null,
"is_bot": false,
"headline": " Upgrade GitHub Actions again (#679)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-07-11T21:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef00863269588f79031a56a17509198ded8b8da2",
"body": "(At least until Python 2.7 support is finally eliminated)",
"is_bot": false,
"headline": "Fix Black in GHA for Python 2.7 (#680)",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2022-07-11T20:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed70f2e619f67e7cd7351958ff162f1ba5b7964e",
"body": null,
"is_bot": false,
"headline": "Upgrade GitHub Actions (#643)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-07-11T20:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc41f4aa84084bfae6e2db6a5a1fe7949bb28bae",
"body": "Co-authored-by: Karl Kroening <karlk@kralnet.us>",
"is_bot": false,
"headline": "Fix `heigth` -> `height` typo (#596)",
"author_name": "lcjh",
"author_login": "ljhcage",
"committed_at": "2022-03-07T09:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6189cd6861a90f6f52e6a8ba2db0fada54134194",
"body": "* Import ABC from collections.abc instead of collections for Python 3.9 compatibility.\r\n\r\n* Fix deprecation warnings due to invalid escape sequences.\r\n\r\n* Support Python 3.10\r\n\r\nCo-authored-by: Karl Kroening <karlk@kralnet.us>",
"is_bot": false,
"headline": "Import ABC from collections.abc for Python 3.9+ compatibility (#330)",
"author_name": "Karthikeyan Singaravelan",
"author_login": "tirkarthi",
"committed_at": "2022-03-07T09:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9d400467014dd371ff5bb24d86be3fa6df8a2b",
"body": "Co-authored-by: digitalcircuits <59550818+digitalcircuits@users.noreply.github.com>\r\nCo-authored-by: digitalcircuits <digitalcircuits@github>",
"is_bot": false,
"headline": "Add FFmpeg installation instructions (#642)",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2022-03-07T09:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29b6f0929805b09a20184a1d4500bf31e4dbc138",
"body": "This sets up GitHub Actions (GHA) to run in place of the\r\ncurrently broken Travis CI. Initially, this only covers running\r\ntox/pytest and Black, but may eventually be extended to run pylint,\r\nmypy, flake8, etc. - see #605, for example.\r\n\r\nNotes:\r\n* Python 3.10 is not yet supported due to the `colle\n[…]\nectory (`ffmpeg/`) is checked with Black at\r\n the moment. The `examples/` directory should also be checked, but\r\n will be done as a separate PR.\r\n\r\nCo-authored by: Christian Clauss <cclauss@me.com>",
"is_bot": false,
"headline": "Use GitHub Actions for CI. (#641)",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2022-03-07T08:05:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd1da13f110ad4d20ab768bfafaeef36dce2862f",
"body": null,
"is_bot": false,
"headline": "Re-apply Black formatting, and wrap docstrings at ~88 columns. (#639)",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2022-03-06T21:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3079726fae7b7b71e4175f79c5eeaddc1d205fb",
"body": "Revert \"Revert \"Implemented cwd parameter\"\"",
"is_bot": false,
"headline": "Merge pull request #494 from kkroening/revert-493-revert-430-master",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2021-02-16T22:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807aaccb14ac495608b51425b03e7e46227180e3",
"body": null,
"is_bot": false,
"headline": "Revert \"Revert \"Implemented cwd parameter\"\"",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2021-02-16T22:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1f664fb479f4980edeb7913107c0e54317f27c",
"body": "Revert \"Implemented cwd parameter\"",
"is_bot": false,
"headline": "Merge pull request #493 from kkroening/revert-430-master",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2021-02-16T21:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c764166f442a4b726c05a4d340f3e53cb11a497a",
"body": null,
"is_bot": false,
"headline": "Revert \"Implemented cwd parameter\"",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2021-02-16T21:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4974364d177ebdeefd4cd1f3198ae2c03c8c0402",
"body": "Implemented cwd parameter",
"is_bot": false,
"headline": "Merge pull request #430 from Jacotsu/master",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2021-02-15T17:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e99cbb38484e0e72e462b24599c756551e9a05",
"body": "Fix typo in _run.py docstring",
"is_bot": false,
"headline": "Merge pull request #433 from 372046933/patch-1",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2020-12-13T04:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861b453b43675620c7a4ab30723a3c67ec6c8830",
"body": null,
"is_bot": false,
"headline": "Fix typo in _run.py docstring",
"author_name": "372046933",
"author_login": "372046933",
"committed_at": "2020-12-11T08:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0612a44f91316640cd67ec39359fa6b3c085357a",
"body": "Fix issue #195. Redirect stdout/err to /dev/null",
"is_bot": false,
"headline": "Merge pull request #417 from 0x3333/master",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2020-12-06T22:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e044890010bc18a07842c17dfe7f43d092660756",
"body": "adding http server example",
"is_bot": false,
"headline": "Merge pull request #440 from raulpy271/master",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2020-12-03T16:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b6b58308fc81e8671e433f340f8648b081a2b5b",
"body": "…/127.0.0.1:8080\"`.",
"is_bot": false,
"headline": "Replacing `server_url` content, `\"http://localhost:8080\"` to `\"http:/…",
"author_name": "raulpy271",
"author_login": "raulpy271",
"committed_at": "2020-12-02T17:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29315809084a04a32b3983ba4d4e3811fe5163bb",
"body": "Add command line arguments FAQ",
"is_bot": false,
"headline": "Merge pull request #442 from revolter/patch-1",
"author_name": "Davide Depau",
"author_login": "depau",
"committed_at": "2020-12-02T14:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e50ac02c3e2188135ddcb27f98749cb2772a09",
"body": null,
"is_bot": false,
"headline": "Add command line arguments FAQ",
"author_name": "Iulian Onofrei",
"author_login": "revolter",
"committed_at": "2020-11-08T10:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ffcc0c7275443e2c4f13e3e4a9ebd6dd5503dc",
"body": null,
"is_bot": false,
"headline": "adding http server example",
"author_name": "Raul",
"author_login": "raulpy271",
"committed_at": "2020-10-30T21:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec6e69d885f9f75a3220f94b79273f288005049",
"body": null,
"is_bot": false,
"headline": "Redirect stderr to stdout and stdout to DEVNULL when quiet is requested.",
"author_name": "Tercio Gaudencio Filho",
"author_login": "0x3333",
"committed_at": "2020-10-30T20:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17995f5ff3ab77f3b6736783c4b180283ec0fc15",
"body": null,
"is_bot": false,
"headline": "Updated test to check the new cwd parameter",
"author_name": "Jacotsu",
"author_login": "Jacotsu",
"committed_at": "2020-10-09T14:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64f40a8b56d8ccd822f18be2be6adaf1dcf4db8",
"body": null,
"is_bot": false,
"headline": "Fixed typo in cwd parameter usage",
"author_name": "Jacotsu",
"author_login": "Jacotsu",
"committed_at": "2020-10-07T16:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96fb3ff0506821f006ce9d110aa0d92356d41909",
"body": null,
"is_bot": false,
"headline": "Added parameter to set ffmpeg's working directory",
"author_name": "Jacotsu",
"author_login": "Jacotsu",
"committed_at": "2020-10-07T16:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12e8890ad9314dd29162c2bb51e876972d60e65",
"body": "…sted.",
"is_bot": false,
"headline": "Fix issue #195. Redirect stdout/stderr to DEVNULL when quiet is reque…",
"author_name": "Tercio Gaudencio Filho",
"author_login": "0x3333",
"committed_at": "2020-09-16T01:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cb7d26f55208b01b123f07b13108bf4143794e2",
"body": "Add optional timeout argument to probe",
"is_bot": false,
"headline": "Merge pull request #283 from magnusvmt/master",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-12-30T08:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8809a54cffed054e28ebfef328cbab9246f5801d",
"body": "Travis CI and tox.ini: Add Python 3.7 to the testing",
"is_bot": false,
"headline": "Merge pull request #245 from cclauss/patch-1",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-12-30T08:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14785b61bdebf6b8747f5be06a76da4f113ba55",
"body": "tensorflow streaming typo",
"is_bot": false,
"headline": "Merge pull request #247 from kylemcdonald/patch-1",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-12-30T08:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3a078f24309f8d189ea196b54011632e3afb20",
"body": "Fix for Python2 so that timeout is only used as keyword argument if it\nis provided\n\nAdded a test for the new timeout argument that will run for Python >\n3.3.",
"is_bot": false,
"headline": "Add test for probe timeout and fix for Python2",
"author_name": "magnusvmt",
"author_login": "magnusvmt",
"committed_at": "2019-11-02T15:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cef4310457a106ce301a1061d5299d15b041785",
"body": "Added mono to stereo example",
"is_bot": false,
"headline": "Merge pull request #248 from kylemcdonald/master",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-11-02T07:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f1b64aa9e8f660d0645a980c7745617318ced8",
"body": "Fix for Issue 239 - Fixed typographical error",
"is_bot": false,
"headline": "Merge pull request #287 from hp310780/issue239_typographicalerror",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-11-02T06:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24633404df949152c6d1e13a1663095c943db02f",
"body": "Duplicate parameters can be set in kwargs with an iterator",
"is_bot": false,
"headline": "Merge pull request #286 from cmehay/duplicate_parameters",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-11-02T06:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8e0954f411a8467d2108ca36cab56d1bc3e0a1e",
"body": null,
"is_bot": false,
"headline": "Fixed typographical error",
"author_name": "Harshna Patel",
"author_login": null,
"committed_at": "2019-10-31T20:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7a2d78c97125d5d55faf35a319ccdf080646a0",
"body": "For instance, add multiple `streamid` in the output can be done like this:\nffmpeg.input(url).output('video.mp4', streamid=['0:0x101', '1:0x102'])\n\nwill output this command line\nffmpeg -i video.mp4 -streamid 0:0x101 -streamid 1:0x102 video.mp4",
"is_bot": false,
"headline": "Duplicate parameters can be set in kwargs with an iterator",
"author_name": "Christophe Mehay",
"author_login": null,
"committed_at": "2019-10-31T11:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82a00e48492f2d787c980c434d58e249c210818e",
"body": "Popen.communicate() supports a timeout argument which is useful in case\nthere is a risk that the probe hangs.",
"is_bot": false,
"headline": "Add optional timeout argument to probe",
"author_name": "magnusvmt",
"author_login": "magnusvmt",
"committed_at": "2019-10-28T15:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99e97b6871105a886026027b18e8e3906aaaee4",
"body": null,
"is_bot": false,
"headline": "added mono to stereo example",
"author_name": "Kyle McDonald",
"author_login": "kylemcdonald",
"committed_at": "2019-08-04T22:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd56a35a3fc1c23e0e7c181c5a3d6f9f0db3397",
"body": null,
"is_bot": false,
"headline": "tensorflow streaming typo",
"author_name": "Kyle McDonald",
"author_login": "kylemcdonald",
"committed_at": "2019-08-04T22:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed9b7f8804fb07f5bf4e7f6d7373f0107d404c13",
"body": "Python 3.4 is end of life... Should we drop support for it?",
"is_bot": false,
"headline": "tox.ini: Add py37 to the testing",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2019-07-31T04:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c2dfdc2882bcf166ed35e8517aad25a6c2bfe8",
"body": "Python 3.4 is end of life... Should we drop support for it?",
"is_bot": false,
"headline": "Travis CI: Add Python 3.7 to the tests",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2019-07-31T04:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fb6cf2f11cb93c6071c978a92a640f5743a9fb",
"body": null,
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-07-06T00:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c9695d2a0b079e5d1e9d6fb3ecbeaf248b365a9",
"body": null,
"is_bot": false,
"headline": "Run Black code formatter",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-07-06T00:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14efc9a194b4525f092382ce90d96117d9f35d0",
"body": "Fix multiple output order",
"is_bot": false,
"headline": "Merge pull request #230 from komar007/fix_multiple_output_order",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-07-06T00:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732bf213974a7e433f97fac6aacf48e70c302452",
"body": null,
"is_bot": false,
"headline": "Label-based order of outputs from multiple-output filters",
"author_name": "Michal Trybus",
"author_login": "komar007",
"committed_at": "2019-07-02T08:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faca0ee87b01742d08b30469451ccef4bfaad065",
"body": null,
"is_bot": false,
"headline": "Test against wrong order of outputs from multiple-output filters",
"author_name": "Michal Trybus",
"author_login": "komar007",
"committed_at": "2019-07-02T08:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63973d0b29cd5b1db6be79f41b05763d60f24c33",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-29T03:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab42ab4dfc33f09d575d3f2a345686137880c8d0",
"body": "Use Black formatter",
"is_bot": false,
"headline": "Merge pull request #213 from kkroening/black",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-10T22:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff79e6b9358e6903db3c0f830d0c9a04a612dd0",
"body": "Conflicts:\n\tsetup.py",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into black",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-10T22:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2634291d9694ed5b8acb4f6567e43123a2f637",
"body": null,
"is_bot": false,
"headline": "Release 0.1.18",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T09:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46eeb417053f4caf2845b2e0838a9d00409e7fbf",
"body": null,
"is_bot": false,
"headline": "Use Black formatter",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T09:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea0f4ca4b3531f90d141b1eea9db73d98ff62b9",
"body": null,
"is_bot": false,
"headline": "Use Black formatter",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T09:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e1f30a9933212f29f0333a6a6e6ba107e99707",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T08:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2db3c4a3ce18151bb6c86db4f0b45ad30387dd60",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T08:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bde72f4124af50a82d8c6d1609d54beb722748ff",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T08:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411b0a14ffdd7999e1984bfa53de966e3a2ac81a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T07:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c877eec6169d7074791851912891f95a6046c7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T07:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995cf67d7d0ab2efdc7817c2c7351a3cd3c60800",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T06:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3bac57d0a9486b7dbcff8d14f99f3548f3778ab",
"body": "Add `.audio` + `.video` operators",
"is_bot": false,
"headline": "Merge pull request #212 from kkroening/av-ops",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T06:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4a5c720fe84a9770403beb2959cd35a4232d31",
"body": null,
"is_bot": false,
"headline": "Include `Stream` class in API docs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T06:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881ae4efff9e3c0d987217f9437a254730315b87",
"body": null,
"is_bot": false,
"headline": "Add `.audio` + `.video` operators",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-06-03T06:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41daf9a953082f8544d360e1364bc731ab20e436",
"body": "Fix typo \"fmpeg-python\" to read \"ffmpeg-python\"",
"is_bot": false,
"headline": "Merge pull request #209 from JDLH/typo_filters_doc",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-05-19T09:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35695d93d4d3b1bf3b189d417b6a8962035d4909",
"body": null,
"is_bot": false,
"headline": "Fix typo \"fmpeg-python\" to read \"ffmpeg-python\"",
"author_name": "Jim DeLaHunt",
"author_login": "JDLH",
"committed_at": "2019-05-18T07:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac111dc3a976ddbb872bc7d6d4fe24a267c1a956",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #189 from apatsekin/patch-1",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-04-18T07:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3ce1e2aad8a07785b3f3f67bacbcc2d090ae99",
"body": "Ability to accept extra arguments for ffmpeg.probe command (Issue #187)",
"is_bot": false,
"headline": "Merge pull request #188 from akolpakov/ffprobe_extra_args",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-04-18T07:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61653144bd28d29f1f08e65c3618e20337322ee",
"body": "Fix CI issue with ffmpeg download link",
"is_bot": false,
"headline": "Merge pull request #194 from kkroening/fix-ci",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-04-18T06:58:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f641413ed88dd0068201b224eac7a291cbefd0c5",
"body": null,
"is_bot": false,
"headline": "Fix CI issue with ffmpeg download link",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2019-04-18T06:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754d2b7227619d8cd512b025a16f72d0b56c05eb",
"body": "non-existing parameter",
"is_bot": false,
"headline": "Update README.md",
"author_name": "apatsekin",
"author_login": "apatsekin",
"committed_at": "2019-04-15T17:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ddc5f04bfc9f0f5e7da05e48546b5d91cac62c9",
"body": null,
"is_bot": false,
"headline": "Ability to accept extra arguments for ffmpeg.probe command (Issue #187)",
"author_name": "Andrey Kolpakov",
"author_login": "akolpakov",
"committed_at": "2019-04-11T08:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef4da1b270eae56f2367ef0af7356d684604a64",
"body": null,
"is_bot": false,
"headline": "Slight reordering in readme",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efae32583459ce7181fd5bce7d2f512d1d5e9d5b",
"body": null,
"is_bot": false,
"headline": "Add another example link in the main readme",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de06a2d7a104a37977f6dfb13a1b2d94fa0d37a",
"body": null,
"is_bot": false,
"headline": "Release 0.1.17",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53907acaf0003cfa3ad9bf091bc6e4eef85cba0",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "629202806ee6c54a5a26eb75222fc83eb6e45f2b",
"body": "Add `run_async` operator",
"is_bot": false,
"headline": "Merge pull request #144 from kkroening/run-async",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed9adf483fa1713301c7f7c0106fda6abbb4158",
"body": null,
"is_bot": false,
"headline": "Fix example readme typo",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413b71a4e8f52b59c873e86528a3e6fca258578c",
"body": null,
"is_bot": false,
"headline": "Fix RTSP/TCP socket example to use consistent indentation",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e293fca4711d15c6559ac2a4c70567d853d509",
"body": null,
"is_bot": false,
"headline": "Fix `mock` import for python3",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462e34bab3b519dd99005c155386faf783f43f26",
"body": null,
"is_bot": false,
"headline": "Add run_async operator",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4276899ceab0848c9a67d0b2142d525da037928e",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'nitaym/return-immediately'",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-26T03:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7ec9278061c1a7dfaa63e2b195b906980dd9af",
"body": "Add tensorflow-stream example",
"is_bot": false,
"headline": "Merge pull request #143 from kkroening/tensorflow-stream-example",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-25T10:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c533687d81d246758cd73349c85de33877119fc1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-25T10:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1d167ccb839eb9d1a216d220c73c252668f1c8e",
"body": null,
"is_bot": false,
"headline": "Add facetime example",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-25T10:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848f87da4ea7e1039468e50626e2d090f3517510",
"body": null,
"is_bot": false,
"headline": "Add numpy_stream example",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-11-25T09:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0eb332e181c799729bcd7f1755fbbf5b9dca261",
"body": "small fix for document",
"is_bot": false,
"headline": "Merge pull request #126 from RPing/master",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-09-17T10:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5a1f261294933bf7ad6b9c192f4743a3425a48",
"body": null,
"is_bot": false,
"headline": "small fix for document",
"author_name": "Stephen Chen",
"author_login": "RPing",
"committed_at": "2018-09-15T17:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47890aebd51add447b410f7e9e7dd6baac1e346",
"body": "Added ffmpeg.probe 'cmd' argument",
"is_bot": false,
"headline": "Merge pull request #123 from laurentalacoque/master",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-09-11T00:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5acc6da7abb428c486a838ac38ed1398c7d524ec",
"body": "ffmpeg.<stream>.run() method has a `cmd` argument for selecting `ffmpeg` executable.\r\nThis simple hack adds this feature to the probe command",
"is_bot": false,
"headline": "Added ffmpeg.probe 'cmd' argument",
"author_name": "laurentalacoque",
"author_login": "laurentalacoque",
"committed_at": "2018-09-07T08:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3346125951cb40028552442022e645ad65a270",
"body": "… the output of ffmpeg while it's processing",
"is_bot": false,
"headline": "Added an option to return immediately from run() so you could process…",
"author_name": "Nitay Megides",
"author_login": "Nitaym",
"committed_at": "2018-07-27T01:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f150c4c3d9754b9f83bbf50aeabc585c71d8e4",
"body": null,
"is_bot": false,
"headline": "Release 0.1.16",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-15T23:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0625e3802bc0f44a03b144223c494b2b0cd496d1",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-15T23:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6523c46fa4482c2007d3747353385c9c40f17afb",
"body": "Use `filter` as the canonical name for `filter_`",
"is_bot": false,
"headline": "Merge pull request #104 from kkroening/filter",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-15T23:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc654733ace8fd5dc57b96c5dcab2786221255f",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into filter",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-15T23:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fb7435fa9b73dd87dfee553c59528273279887",
"body": "Fix `-map` to not use brackets for passthroughs; fixes #102, #23",
"is_bot": false,
"headline": "Merge pull request #103 from kkroening/passthrough",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-15T23:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf993e9100a0a1f923c625f789dc8385a5ba886",
"body": null,
"is_bot": false,
"headline": "Add `filter` operator",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T02:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217bd2bde6fdfd9e29f9294aa2968980c7a1c29b",
"body": null,
"is_bot": false,
"headline": "Fix `-map` to not use brackets for passthroughs; fixes #102, #23",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T02:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5916891bbf68acf81e0ded306b1f1fc5a5d34cb9",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T02:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65c03b8691b7b94a5c87e69dc5923979b079f47",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T02:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca85cbbbd3a5b6b258279cfa16e9157c896d2773",
"body": null,
"is_bot": false,
"headline": "Add examples",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T01:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d4a6fa093491db5dd43e84afef4ecf7cc616f9",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T01:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1ac282960c06be7578b2df8bf0f16af4348534",
"body": null,
"is_bot": false,
"headline": "Add glob example graphs",
"author_name": "Karl Kroening",
"author_login": "kkroening",
"committed_at": "2018-07-13T01:50:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 0,
"latest_release_at": "2019-07-06T00:17:30Z",
"latest_release_tag": "0.2.0",
"releases_from_tags": true,
"days_since_last_push": 716,
"active_weeks_last_year": 0,
"days_since_latest_release": 2572,
"mean_days_between_releases": 65.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ffmpeg-python",
"exists": true,
"license": null,
"keywords": [
"-vf",
"a/v",
"audio",
"dsp",
"FFmpeg",
"ffmpeg",
"ffprobe",
"filtering",
"filter_complex",
"movie",
"render",
"signals",
"sound",
"streaming",
"streams",
"vf",
"video",
"wrapper",
"aac",
"ac3",
"avi",
"bmp",
"flac",
"gif",
"mov",
"mp3",
"mp4",
"png",
"raw",
"rawvideo",
"wav",
".aac",
".ac3",
".avi",
".bmp",
".flac",
".gif",
".mov",
".mp3",
".mp4",
".png",
".raw",
".rawvideo",
".wav",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/ffmpeg-python/",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/kkroening/ffmpeg-python",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 9687884,
"first_published_at": "2017-05-14T08:55:04.909207Z",
"latest_published_at": "2019-07-06T00:19:08.989435Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2572
}
]
},
"popularity": {
"forks": 943,
"stars": 11003,
"watchers": 111,
"fork_history": {
"days": [
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-29",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-13",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-09-20",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-06-02",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-22",
"count": 2
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-07-30",
"count": 3
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-12",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-09-29",
"count": 2
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-21",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-25",
"count": 2
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-08",
"count": 2
},
{
"date": "2019-02-13",
"count": 2
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-25",
"count": 2
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-03-13",
"count": 2
},
{
"date": "2019-03-18",
"count": 2
},
{
"date": "2019-03-19",
"count": 3
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-02",
"count": 2
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-08",
"count": 1
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-23",
"count": 2
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-04-30",
"count": 2
},
{
"date": "2019-05-07",
"count": 2
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-18",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-05-24",
"count": 2
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-24",
"count": 2
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-06-27",
"count": 2
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-01",
"count": 2
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-04",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-14",
"count": 2
},
{
"date": "2019-08-18",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-02",
"count": 2
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-28",
"count": 2
},
{
"date": "2019-10-29",
"count": 2
},
{
"date": "2019-10-31",
"count": 2
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-02",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-12",
"count": 2
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-22",
"count": 2
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2019-12-19",
"count": 2
},
{
"date": "2019-12-20",
"count": 2
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-26",
"count": 3
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2019-12-29",
"count": 2
},
{
"date": "2019-12-30",
"count": 7
},
{
"date": "2019-12-31",
"count": 7
},
{
"date": "2020-01-01",
"count": 3
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-08",
"count": 3
},
{
"date": "2020-01-09",
"count": 2
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-03",
"count": 2
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-17",
"count": 2
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-03-13",
"count": 2
},
{
"date": "2020-03-14",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-03-29",
"count": 2
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-03-31",
"count": 2
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-04-09",
"count": 2
},
{
"date": "2020-04-19",
"count": 2
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-10",
"count": 2
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-13",
"count": 2
},
{
"date": "2020-05-15",
"count": 2
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-21",
"count": 2
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-02",
"count": 2
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-11",
"count": 3
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-23",
"count": 2
},
{
"date": "2020-06-24",
"count": 2
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-17",
"count": 2
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-07-21",
"count": 2
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-07-27",
"count": 2
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-03",
"count": 3
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-12",
"count": 2
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-04",
"count": 3
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-01",
"count": 2
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-07",
"count": 3
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-03",
"count": 2
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-14",
"count": 3
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-23",
"count": 2
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-09",
"count": 2
},
{
"date": "2021-01-11",
"count": 2
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-07",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-11",
"count": 2
},
{
"date": "2021-02-17",
"count": 2
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-24",
"count": 2
},
{
"date": "2021-02-25",
"count": 2
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-02",
"count": 2
},
{
"date": "2021-03-03",
"count": 2
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2021-03-10",
"count": 2
},
{
"date": "2021-03-16",
"count": 2
},
{
"date": "2021-03-17",
"count": 2
},
{
"date": "2021-03-19",
"count": 2
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-03-22",
"count": 2
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-03-31",
"count": 2
},
{
"date": "2021-04-02",
"count": 3
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-07",
"count": 2
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-17",
"count": 1
},
{
"date": "2021-04-18",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-23",
"count": 2
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-23",
"count": 2
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-08",
"count": 3
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-06",
"count": 2
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-07-25",
"count": 1
},
{
"date": "2021-07-27",
"count": 2
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-05",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-08-24",
"count": 3
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-08-31",
"count": 2
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-13",
"count": 2
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-24",
"count": 2
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-13",
"count": 2
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-16",
"count": 2
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-01-20",
"count": 2
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-08",
"count": 2
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-09",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-04",
"count": 2
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-26",
"count": 3
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-03",
"count": 2
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-02",
"count": 2
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-20",
"count": 3
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-24",
"count": 2
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-16",
"count": 2
},
{
"date": "2022-10-20",
"count": 2
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-11-04",
"count": 2
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-09",
"count": 3
},
{
"date": "2022-11-17",
"count": 3
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-24",
"count": 2
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-19",
"count": 2
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-25",
"count": 2
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-01-21",
"count": 2
},
{
"date": "2023-01-24",
"count": 2
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-01",
"count": 2
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-21",
"count": 2
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-26",
"count": 2
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-04-30",
"count": 2
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-24",
"count": 2
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-17",
"count": 2
},
{
"date": "2023-07-21",
"count": 2
},
{
"date": "2023-07-31",
"count": 2
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-09-20",
"count": 2
},
{
"date": "2023-09-22",
"count": 2
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-04",
"count": 1
},
{
"date": "2023-10-10",
"count": 2
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-19",
"count": 2
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-01",
"count": 2
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-05",
"count": 3
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-12",
"count": 2
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-08",
"count": 2
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-13",
"count": 3
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-29",
"count": 2
},
{
"date": "2025-05-07",
"count": 2
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-26",
"count": 2
},
{
"date": "2025-09-27",
"count": 2
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-25",
"count": 2
},
{
"date": "2025-10-27",
"count": 2
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 934,
"total_forks": 943
},
"star_history": {
"days": [
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2024-12-26",
"count": 2
},
{
"date": "2024-12-27",
"count": 4
},
{
"date": "2024-12-28",
"count": 3
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-02",
"count": 8
},
{
"date": "2025-01-03",
"count": 4
},
{
"date": "2025-01-04",
"count": 2
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-07",
"count": 3
},
{
"date": "2025-01-08",
"count": 2
},
{
"date": "2025-01-09",
"count": 2
},
{
"date": "2025-01-10",
"count": 3
},
{
"date": "2025-01-11",
"count": 3
},
{
"date": "2025-01-12",
"count": 4
},
{
"date": "2025-01-13",
"count": 3
},
{
"date": "2025-01-14",
"count": 3
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-16",
"count": 3
},
{
"date": "2025-01-17",
"count": 4
},
{
"date": "2025-01-18",
"count": 6
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-20",
"count": 2
},
{
"date": "2025-01-21",
"count": 4
},
{
"date": "2025-01-22",
"count": 3
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 2
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-27",
"count": 7
},
{
"date": "2025-01-28",
"count": 2
},
{
"date": "2025-01-29",
"count": 2
},
{
"date": "2025-01-30",
"count": 3
},
{
"date": "2025-01-31",
"count": 3
},
{
"date": "2025-02-01",
"count": 2
},
{
"date": "2025-02-02",
"count": 2
},
{
"date": "2025-02-03",
"count": 2
},
{
"date": "2025-02-04",
"count": 2
},
{
"date": "2025-02-05",
"count": 3
},
{
"date": "2025-02-06",
"count": 4
},
{
"date": "2025-02-07",
"count": 2
},
{
"date": "2025-02-08",
"count": 6
},
{
"date": "2025-02-09",
"count": 5
},
{
"date": "2025-02-10",
"count": 4
},
{
"date": "2025-02-12",
"count": 2
},
{
"date": "2025-02-14",
"count": 7
},
{
"date": "2025-02-15",
"count": 2
},
{
"date": "2025-02-16",
"count": 3
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-18",
"count": 3
},
{
"date": "2025-02-19",
"count": 2
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-21",
"count": 2
},
{
"date": "2025-02-22",
"count": 3
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-24",
"count": 3
},
{
"date": "2025-02-25",
"count": 3
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-02-27",
"count": 3
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-01",
"count": 2
},
{
"date": "2025-03-02",
"count": 6
},
{
"date": "2025-03-03",
"count": 3
},
{
"date": "2025-03-04",
"count": 3
},
{
"date": "2025-03-05",
"count": 3
},
{
"date": "2025-03-06",
"count": 4
},
{
"date": "2025-03-07",
"count": 2
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-10",
"count": 2
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-12",
"count": 4
},
{
"date": "2025-03-13",
"count": 3
},
{
"date": "2025-03-14",
"count": 2
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-16",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-19",
"count": 4
},
{
"date": "2025-03-20",
"count": 5
},
{
"date": "2025-03-21",
"count": 3
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-23",
"count": 4
},
{
"date": "2025-03-24",
"count": 2
},
{
"date": "2025-03-25",
"count": 3
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 3
},
{
"date": "2025-03-29",
"count": 4
},
{
"date": "2025-03-30",
"count": 4
},
{
"date": "2025-03-31",
"count": 2
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-02",
"count": 2
},
{
"date": "2025-04-03",
"count": 5
},
{
"date": "2025-04-04",
"count": 5
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-07",
"count": 2
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-10",
"count": 4
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-12",
"count": 6
},
{
"date": "2025-04-13",
"count": 3
},
{
"date": "2025-04-15",
"count": 3
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-17",
"count": 2
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-19",
"count": 2
},
{
"date": "2025-04-20",
"count": 2
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-25",
"count": 3
},
{
"date": "2025-04-26",
"count": 3
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 5
},
{
"date": "2025-04-29",
"count": 5
},
{
"date": "2025-04-30",
"count": 3
},
{
"date": "2025-05-01",
"count": 2
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-04",
"count": 3
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-06",
"count": 6
},
{
"date": "2025-05-07",
"count": 3
},
{
"date": "2025-05-08",
"count": 4
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-12",
"count": 4
},
{
"date": "2025-05-13",
"count": 2
},
{
"date": "2025-05-14",
"count": 5
},
{
"date": "2025-05-15",
"count": 3
},
{
"date": "2025-05-17",
"count": 3
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-19",
"count": 6
},
{
"date": "2025-05-20",
"count": 2
},
{
"date": "2025-05-21",
"count": 4
},
{
"date": "2025-05-22",
"count": 3
},
{
"date": "2025-05-24",
"count": 3
},
{
"date": "2025-05-25",
"count": 2
},
{
"date": "2025-05-26",
"count": 4
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-05-28",
"count": 4
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-05-31",
"count": 2
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-03",
"count": 6
},
{
"date": "2025-06-04",
"count": 3
},
{
"date": "2025-06-05",
"count": 2
},
{
"date": "2025-06-06",
"count": 3
},
{
"date": "2025-06-07",
"count": 2
},
{
"date": "2025-06-08",
"count": 2
},
{
"date": "2025-06-09",
"count": 4
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-11",
"count": 2
},
{
"date": "2025-06-12",
"count": 3
},
{
"date": "2025-06-13",
"count": 5
},
{
"date": "2025-06-14",
"count": 3
},
{
"date": "2025-06-15",
"count": 2
},
{
"date": "2025-06-16",
"count": 2
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-19",
"count": 2
},
{
"date": "2025-06-20",
"count": 3
},
{
"date": "2025-06-21",
"count": 2
},
{
"date": "2025-06-22",
"count": 2
},
{
"date": "2025-06-23",
"count": 3
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 2
},
{
"date": "2025-06-26",
"count": 2
},
{
"date": "2025-06-27",
"count": 3
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 2
},
{
"date": "2025-07-04",
"count": 2
},
{
"date": "2025-07-05",
"count": 2
},
{
"date": "2025-07-07",
"count": 6
},
{
"date": "2025-07-08",
"count": 2
},
{
"date": "2025-07-09",
"count": 2
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-11",
"count": 2
},
{
"date": "2025-07-12",
"count": 3
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-14",
"count": 6
},
{
"date": "2025-07-15",
"count": 4
},
{
"date": "2025-07-16",
"count": 6
},
{
"date": "2025-07-19",
"count": 2
},
{
"date": "2025-07-20",
"count": 2
},
{
"date": "2025-07-21",
"count": 2
},
{
"date": "2025-07-22",
"count": 2
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-24",
"count": 5
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-27",
"count": 2
},
{
"date": "2025-07-28",
"count": 5
},
{
"date": "2025-07-29",
"count": 5
},
{
"date": "2025-07-30",
"count": 3
},
{
"date": "2025-08-01",
"count": 8
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-03",
"count": 2
},
{
"date": "2025-08-04",
"count": 7
},
{
"date": "2025-08-05",
"count": 3
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-07",
"count": 2
},
{
"date": "2025-08-08",
"count": 3
},
{
"date": "2025-08-11",
"count": 5
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-13",
"count": 4
},
{
"date": "2025-08-14",
"count": 2
},
{
"date": "2025-08-15",
"count": 2
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-08-17",
"count": 2
},
{
"date": "2025-08-18",
"count": 3
},
{
"date": "2025-08-19",
"count": 4
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-08-21",
"count": 3
},
{
"date": "2025-08-22",
"count": 5
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-24",
"count": 2
},
{
"date": "2025-08-25",
"count": 4
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 4
},
{
"date": "2025-08-29",
"count": 9
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-01",
"count": 4
},
{
"date": "2025-09-03",
"count": 2
},
{
"date": "2025-09-05",
"count": 2
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-09",
"count": 3
},
{
"date": "2025-09-11",
"count": 4
},
{
"date": "2025-09-12",
"count": 6
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-15",
"count": 2
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-17",
"count": 2
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-19",
"count": 3
},
{
"date": "2025-09-20",
"count": 2
},
{
"date": "2025-09-21",
"count": 3
},
{
"date": "2025-09-22",
"count": 3
},
{
"date": "2025-09-23",
"count": 2
},
{
"date": "2025-09-25",
"count": 2
},
{
"date": "2025-09-26",
"count": 2
},
{
"date": "2025-09-27",
"count": 3
},
{
"date": "2025-09-28",
"count": 2
},
{
"date": "2025-09-29",
"count": 2
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-04",
"count": 2
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-06",
"count": 3
},
{
"date": "2025-10-07",
"count": 2
},
{
"date": "2025-10-08",
"count": 4
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-10",
"count": 5
},
{
"date": "2025-10-11",
"count": 2
},
{
"date": "2025-10-12",
"count": 5
},
{
"date": "2025-10-13",
"count": 2
},
{
"date": "2025-10-14",
"count": 2
},
{
"date": "2025-10-15",
"count": 2
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-20",
"count": 2
},
{
"date": "2025-10-21",
"count": 3
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-02",
"count": 5
},
{
"date": "2025-11-03",
"count": 2
},
{
"date": "2025-11-04",
"count": 12
},
{
"date": "2025-11-05",
"count": 3
},
{
"date": "2025-11-06",
"count": 3
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-12",
"count": 5
},
{
"date": "2025-11-13",
"count": 4
},
{
"date": "2025-11-14",
"count": 2
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-11-17",
"count": 2
},
{
"date": "2025-11-19",
"count": 2
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 2
},
{
"date": "2025-11-23",
"count": 2
},
{
"date": "2025-11-26",
"count": 3
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-11-30",
"count": 3
},
{
"date": "2025-12-01",
"count": 2
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 6
},
{
"date": "2025-12-06",
"count": 2
},
{
"date": "2025-12-08",
"count": 2
},
{
"date": "2025-12-09",
"count": 2
},
{
"date": "2025-12-10",
"count": 4
},
{
"date": "2025-12-11",
"count": 3
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-14",
"count": 3
},
{
"date": "2025-12-16",
"count": 3
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-18",
"count": 3
},
{
"date": "2025-12-19",
"count": 3
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-24",
"count": 2
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-29",
"count": 3
},
{
"date": "2025-12-30",
"count": 3
},
{
"date": "2025-12-31",
"count": 2
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-04",
"count": 2
},
{
"date": "2026-01-06",
"count": 3
},
{
"date": "2026-01-07",
"count": 2
},
{
"date": "2026-01-08",
"count": 2
},
{
"date": "2026-01-13",
"count": 2
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-16",
"count": 3
},
{
"date": "2026-01-18",
"count": 2
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-21",
"count": 2
},
{
"date": "2026-01-24",
"count": 3
},
{
"date": "2026-01-26",
"count": 3
},
{
"date": "2026-01-27",
"count": 4
},
{
"date": "2026-01-28",
"count": 2
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-02",
"count": 2
},
{
"date": "2026-02-04",
"count": 2
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 2
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-11",
"count": 2
},
{
"date": "2026-02-12",
"count": 4
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-18",
"count": 2
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-20",
"count": 2
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 2
},
{
"date": "2026-02-26",
"count": 3
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-01",
"count": 2
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-04",
"count": 2
},
{
"date": "2026-03-06",
"count": 2
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-13",
"count": 2
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-22",
"count": 3
},
{
"date": "2026-03-23",
"count": 2
},
{
"date": "2026-03-24",
"count": 2
},
{
"date": "2026-03-25",
"count": 2
},
{
"date": "2026-03-26",
"count": 4
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-03-31",
"count": 2
},
{
"date": "2026-04-02",
"count": 2
},
{
"date": "2026-04-03",
"count": 2
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-22",
"count": 2
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-26",
"count": 2
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 2
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-18",
"count": 2
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 3
},
{
"date": "2026-05-25",
"count": 2
},
{
"date": "2026-05-28",
"count": 3
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-01",
"count": 3
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-09",
"count": 3
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-14",
"count": 2
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-19",
"count": 2
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-23",
"count": 3
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-27",
"count": 2
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-13",
"count": 2
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 11003
},
"open_issues_and_prs": 525
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"doc/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 268039,
"source_files_sampled": 30,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"examples/requirements.txt",
"pyproject.toml",
"requirements.txt",
"setup.cfg",
"setup.py"
],
"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:ffmpeg-python@0.2.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "alabaster",
"direct": false,
"version": "0.7.12",
"ecosystem": "pypi"
},
{
"name": "atomicwrites",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "19.1.0",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2019.3.9",
"ecosystem": "pypi"
},
{
"name": "chardet",
"direct": false,
"version": "3.0.4",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.14",
"ecosystem": "pypi"
},
{
"name": "ffmpeg-python",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.0.12",
"ecosystem": "pypi"
},
{
"name": "future",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "future",
"direct": false,
"version": "0.17.1",
"ecosystem": "pypi"
},
{
"name": "gevent",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "google-cloud-speech",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "graphviz",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "2.8",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "0.17",
"ecosystem": "pypi"
},
{
"name": "ipywidgets",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "2.10.1",
"ecosystem": "pypi"
},
{
"name": "jupyter",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "more-itertools",
"direct": false,
"version": "7.0.0",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": "1.16.4",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "19.0",
"ecosystem": "pypi"
},
{
"name": "pillow",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "0.12.0",
"ecosystem": "pypi"
},
{
"name": "py",
"direct": false,
"version": "1.8.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.4.2",
"ecosystem": "pypi"
},
{
"name": "pyparsing",
"direct": false,
"version": "2.4.0",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "4.6.1",
"ecosystem": "pypi"
},
{
"name": "pytest-mock",
"direct": false,
"version": "1.10.4",
"ecosystem": "pypi"
},
{
"name": "pytz",
"direct": false,
"version": "2019.1",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.22.0",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.12.0",
"ecosystem": "pypi"
},
{
"name": "snowballstemmer",
"direct": false,
"version": "1.2.1",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-applehelp",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-devhelp",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-htmlhelp",
"direct": false,
"version": "1.0.2",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jsmath",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-qthelp",
"direct": false,
"version": "1.0.2",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-serializinghtml",
"direct": false,
"version": "1.1.3",
"ecosystem": "pypi"
},
{
"name": "toml",
"direct": false,
"version": "0.10.0",
"ecosystem": "pypi"
},
{
"name": "tox",
"direct": false,
"version": "3.12.1",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "1.25.3",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "16.6.0",
"ecosystem": "pypi"
},
{
"name": "wcwidth",
"direct": false,
"version": "0.1.7",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "0.5.1",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 50,
"direct_count": 0,
"indirect_count": 50
}
},
"maintainership": {
"issues": {
"open_prs": 46,
"merged_prs": 73,
"open_issues": 479,
"closed_ratio": 0.345,
"closed_issues": 252,
"closed_unmerged_prs": 34
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kkroening",
"commits": 377,
"avatar_url": "https://avatars.githubusercontent.com/u/2035953?v=4"
},
{
"type": "User",
"login": "depau",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/1151321?v=4"
},
{
"type": "User",
"login": "cclauss",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3709715?v=4"
},
{
"type": "User",
"login": "noahstier",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/7936971?v=4"
},
{
"type": "User",
"login": "Jacotsu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/20172693?v=4"
},
{
"type": "User",
"login": "kylemcdonald",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/157106?v=4"
},
{
"type": "User",
"login": "komar007",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/108297?v=4"
},
{
"type": "User",
"login": "0x3333",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/289289?v=4"
},
{
"type": "User",
"login": "magnusvmt",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1156046?v=4"
},
{
"type": "User",
"login": "raulpy271",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/56479285?v=4"
}
],
"contributors_sampled": 22,
"top_contributor_share": 0.836
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 19 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 13/19 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "42 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6",
"ran_at": "2026-07-21T22:00:06Z",
"aggregate_score": 2.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": null,
"oldest_open_prs": [
{
"number": 201,
"created_at": "2019-05-04T22:03:42Z",
"last_comment_at": "2019-12-05T08:46:06Z",
"last_comment_author": "thijstriemstra"
},
{
"number": 220,
"created_at": "2019-06-18T10:42:09Z",
"last_comment_at": "2021-04-06T18:35:42Z",
"last_comment_author": "n0madic"
},
{
"number": 233,
"created_at": "2019-07-06T00:42:28Z",
"last_comment_at": "2022-08-17T07:00:47Z",
"last_comment_author": "poetaster"
},
{
"number": 249,
"created_at": "2019-08-05T19:28:03Z",
"last_comment_at": "2020-11-10T19:38:11Z",
"last_comment_author": "ljwobker"
},
{
"number": 298,
"created_at": "2019-12-10T21:12:43Z",
"last_comment_at": "2019-12-30T08:21:37Z",
"last_comment_author": "kkroening"
},
{
"number": 300,
"created_at": "2019-12-21T18:42:27Z",
"last_comment_at": "2020-11-16T13:34:47Z",
"last_comment_author": "weiyx16"
},
{
"number": 341,
"created_at": "2020-03-06T22:10:52Z",
"last_comment_at": "2023-03-23T09:55:20Z",
"last_comment_author": "thanhtoan1196"
},
{
"number": 362,
"created_at": "2020-04-30T19:08:34Z",
"last_comment_at": "2022-09-19T01:51:40Z",
"last_comment_author": "rjy7wb"
},
{
"number": 403,
"created_at": "2020-08-04T07:56:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 418,
"created_at": "2020-09-16T10:50:34Z",
"last_comment_at": "2023-02-23T08:04:44Z",
"last_comment_author": "silviot"
},
{
"number": 438,
"created_at": "2020-10-27T12:21:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 447,
"created_at": "2020-11-11T11:32:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 449,
"created_at": "2020-11-18T20:11:23Z",
"last_comment_at": "2020-11-18T23:56:45Z",
"last_comment_author": "jcordial"
},
{
"number": 482,
"created_at": "2021-01-21T10:51:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 485,
"created_at": "2021-01-27T10:56:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 490,
"created_at": "2021-02-09T14:46:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 538,
"created_at": "2021-04-27T07:06:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 553,
"created_at": "2021-05-16T06:24:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 588,
"created_at": "2021-08-17T18:13:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 609,
"created_at": "2021-11-03T17:10:54Z",
"last_comment_at": "2021-11-20T18:31:59Z",
"last_comment_author": "ezequielramos"
}
],
"last_merged_pr_at": "2022-07-11T21:03:07Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 22,
"created_at": "2017-07-09T16:19:53Z",
"last_comment_at": "2021-02-28T11:00:45Z",
"last_comment_author": "osfa"
},
{
"number": 43,
"created_at": "2017-12-14T16:56:58Z",
"last_comment_at": "2024-11-06T23:31:54Z",
"last_comment_author": "Sankyuubigan"
},
{
"number": 90,
"created_at": "2018-06-05T16:20:57Z",
"last_comment_at": "2020-09-27T10:28:37Z",
"last_comment_author": "the-vindicar"
},
{
"number": 92,
"created_at": "2018-06-28T06:02:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2018-08-03T20:20:30Z",
"last_comment_at": "2025-06-27T20:19:17Z",
"last_comment_author": "qistoph"
},
{
"number": 111,
"created_at": "2018-08-19T09:03:50Z",
"last_comment_at": "2021-12-21T09:30:26Z",
"last_comment_author": "marakasm"
},
{
"number": 113,
"created_at": "2018-08-21T22:19:36Z",
"last_comment_at": "2018-08-26T19:03:23Z",
"last_comment_author": "kkroening"
},
{
"number": 116,
"created_at": "2018-08-24T06:57:57Z",
"last_comment_at": "2018-08-26T17:53:16Z",
"last_comment_author": "kkroening"
},
{
"number": 121,
"created_at": "2018-09-04T05:48:23Z",
"last_comment_at": "2018-09-11T15:54:08Z",
"last_comment_author": "kofalt"
},
{
"number": 130,
"created_at": "2018-10-04T15:41:10Z",
"last_comment_at": "2018-10-08T13:24:40Z",
"last_comment_author": "mathbou"
},
{
"number": 131,
"created_at": "2018-10-08T10:13:47Z",
"last_comment_at": "2021-09-19T21:17:20Z",
"last_comment_author": "bilabar"
},
{
"number": 133,
"created_at": "2018-10-25T05:48:29Z",
"last_comment_at": "2024-10-16T17:56:11Z",
"last_comment_author": "leejohannes"
},
{
"number": 134,
"created_at": "2018-10-26T20:10:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2018-10-29T16:58:36Z",
"last_comment_at": "2019-12-18T19:48:36Z",
"last_comment_author": "rodrigodalri"
},
{
"number": 137,
"created_at": "2018-10-31T06:03:10Z",
"last_comment_at": "2025-05-25T04:48:03Z",
"last_comment_author": "no-trom"
},
{
"number": 138,
"created_at": "2018-10-31T21:46:10Z",
"last_comment_at": "2025-07-24T02:30:49Z",
"last_comment_author": "Tillychang"
},
{
"number": 140,
"created_at": "2018-11-14T09:26:51Z",
"last_comment_at": "2021-06-11T03:58:18Z",
"last_comment_author": "Azleal"
},
{
"number": 147,
"created_at": "2018-12-07T18:25:51Z",
"last_comment_at": "2018-12-15T00:58:50Z",
"last_comment_author": "kkroening"
},
{
"number": 152,
"created_at": "2018-12-14T14:54:48Z",
"last_comment_at": "2019-04-04T16:13:26Z",
"last_comment_author": "lc-thomas"
},
{
"number": 154,
"created_at": "2018-12-19T08:00:43Z",
"last_comment_at": "2021-08-05T10:39:34Z",
"last_comment_author": "sannjayy"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kkroening/ffmpeg-python",
"host": "github.com",
"name": "ffmpeg-python",
"owner": "kkroening"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 31,
"inputs": {
"security": 43,
"vitality": 17,
"community": 81,
"governance": 53,
"engineering": 68,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 52,
"overall_after_abandonment_multiplier": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 716,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 716 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 716
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 13,
"latest_release_tag": "0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 2572,
"mean_days_between_releases": 65.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2572 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2572
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~65.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 65.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 20,
"unanswered_open_issues": 17,
"days_since_last_merged_pr": 1471,
"days_since_last_human_commit": 1471,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1471 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1471,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 81,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"forks": 943,
"stars": 11003,
"watchers": 111,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11,003 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 11003
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "943 forks",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 943
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "111 watchers",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 111
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"ffmpeg-python"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 9687884
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "9,687,884 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 9687884,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 22,
"top_contributor_share": 0.836
},
"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 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "22 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 22
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"merged_prs": 73,
"open_issues": 479,
"closed_issues": 252,
"issue_closed_ratio": 0.345,
"closed_unmerged_prs": 34
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "34% of issues closed",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 34
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "73/107 decided PRs merged",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 73,
"decided": 107
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/19 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 177,
"owner_type": "User",
"is_verified": null,
"owner_login": "kkroening",
"public_repos": 27,
"account_age_days": 5110
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "177 followers of kkroening",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 177,
"login": "kkroening"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~14 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"ffmpeg-python"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 2572
},
"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 2572 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2572
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 19 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 19 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 13/19 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "42 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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:ffmpeg-python@0.2.0 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:ffmpeg-python@0.2.0",
"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": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.42,
"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": "42 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"doc/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "doc/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "doc/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 268039,
"source_files_sampled": 30,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/30 source files over 60KB",
"points": 51.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 30,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T22:00:31.152175Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kkroening/ffmpeg-python.svg",
"full_name": "kkroening/ffmpeg-python",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}