is\nnot an escape sequence for the prompt, and so self.PROMPT fails to match\nbecause the backslash is included in the received text. The equivalent\nescape sequence for zsh is `%(!.#.$)`, so add a self.PROMPT_SET_ZSH using\nthis sequence.\n\nFixes #711", "is_bot": false, "headline": "Set prompt correctly for zsh", "author_name": "Kieron Briggs", "author_login": "kbriggs", "committed_at": "2022-02-09T06:34:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8708514a12d7f42800407f3c050fe5837c6e4518", "body": "Adds support to fakessh to emulate a specific shell with respect to\nprompt setting. The shell is specified as a parameter after the\nhostname, similar to real ssh taking a command to execute on the remote.\nThis is slightly awkward when calling pxssh.login() as it means giving\nthe server parameter as 'hostname shell', but this is only needed for\nthe unit tests.", "is_bot": false, "headline": "Test cases for specific shell behaviour", "author_name": "Kieron Briggs", "author_login": "kbriggs", "committed_at": "2022-02-09T06:34:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "acb017a97332c19a9295660fe87316926a8adc55", "body": "[Issue #558] Coerce compiled regex patterns type according to spawn encoding", "is_bot": false, "headline": "Merge pull request #560 from EmersonPrado/coerce-regex-bytes", "author_name": "Red_M", "author_login": "Red-M", "committed_at": "2022-02-06T05:05:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "638aa6be9c8851bf3238791ba175fb58399a1f5f", "body": "Examples of how to use Pexpect and Pyte (issue #587)", "is_bot": false, "headline": "Merge pull request #604 from eldipa/Issue-587-Example-Pyte", "author_name": "Red_M", "author_login": "Red-M", "committed_at": "2022-02-06T04:58:48Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7f14b2b30114660e7b29c0e4d11426700ae43b06", "body": "fix `test_pager_as_cat` test case on Solaris", "is_bot": false, "headline": "Merge pull request #663 from kulikjak/test_pager_as_cat-fix", "author_name": "Red_M", "author_login": "Red-M", "committed_at": "2022-02-06T04:51:37Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "000a8684bd109c3f9c9b5fabd95add4743b7f45a", "body": "There is no output if no alias has been defined and the test fails in\nthat case. Adding an alias definition makes the alias command return\nat least that just added entry.", "is_bot": false, "headline": "Do not fail if no alias has been defined", "author_name": "Stefan Eßer", "author_login": "stesser", "committed_at": "2021-09-22T15:48:07Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "242c367ad64b275e372a66e1e6831b54905b60d8", "body": "The bash versions starting with 5.1 have bracketed paste mode enabled\nby default, leading to test failures in replwrap.bash(), e.g.:\n\nself = \u003ctests.test_replwrap.REPLWrapTestCase testMethod=test_multiline>\n\n def test_multiline(self):\n bash = replwrap.bash()\n res = bash.run_command(\"\n[…]\n\\x1b[?2004l', '\\x1b[?2004h\\x1b[?2004l', '1 2', '3 4', '\\x1b[?2004h']\nE + ['1 2', '3 4']\n\nWith bracketed test mode disabled, the tests that were affected by the\ninserted escape sequences succeed.", "is_bot": false, "headline": "Disable baacketed-paste mode in bash 5.1 and newer (issue #669)", "author_name": "Stefan Eßer", "author_login": "stesser", "committed_at": "2021-09-22T15:26:08Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b717990ac74691f2081f4ab0c63d8829db9e8fa1", "body": "The assertRaisesRegexp function appeared in Python-3.1 and was renamed\nto assertRaisesRegex in Python-3.2.", "is_bot": false, "headline": "Replace deprecated assertRaisesRegexp with assertRaisesRegex", "author_name": "Stefan Eßer", "author_login": "stesser", "committed_at": "2021-09-22T15:11:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a48c3021c4c4cffc537122ac14d2c340ae75ad62", "body": "The cat command on FreeBSD blocks if the default input buffer fills\nand not output can be sent. The test used to generate more than 10 KB\nof data before accepting the output generated by the cat program,\ncausing cat to block (stop reading input) until the output buffer has\nbeen drained.\n\nThere is no\n[…]\nmmand and buffer it, before it gets to\nexecute the expect() function. Apparently this is not happening and\nthus the system dependent buffer size limit makes this test fail if\nits capacity is exceeded.", "is_bot": false, "headline": "Do not send more characters than can be buffered by cat", "author_name": "Stefan Eßer", "author_login": "stesser", "committed_at": "2021-09-22T13:00:08Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b3a11ac3dba190dce355620935ef45260d6e721e", "body": "The hard-coded use of /bin/bash and of long options for nl does only\nwork on Linux based systems with GNU textutils.\n\nIf POSIX commands and options are used, this test becomes portable to\nother systems than Linux.", "is_bot": false, "headline": "Use only POSIX commands and options", "author_name": "Stefan Eßer", "author_login": "stesser", "committed_at": "2021-09-22T12:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2be6c4d1aa2b9b522636342c2fd54b73c058060d", "body": "Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10", "is_bot": false, "headline": "Merge pull request #684 from tirkarthi/fix-threading", "author_name": "Red_M", "author_login": "Red-M", "committed_at": "2021-04-17T10:40:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0bc643ea88748e08a095e3f1a43480c9113d45b8", "body": "…cated in Python 3.10", "is_bot": false, "headline": "Set daemon attribute instead of using setDaemon method that was depre…", "author_name": "Karthikeyan Singaravelan", "author_login": "tirkarthi", "committed_at": "2021-04-17T08:10:37Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "01dd2377a1b48b35665890736797647b56259763", "body": null, "is_bot": false, "headline": "better fix of this issue", "author_name": "Jakub Kulík", "author_login": "kulikjak", "committed_at": "2020-10-20T08:12:08Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ec5edcc0989e8ce893733eb0743158e479b6b3d4", "body": null, "is_bot": false, "headline": "fix test_pager_as_cat test case on Solaris", "author_name": "Jakub Kulík", "author_login": "kulikjak", "committed_at": "2020-10-19T14:57:47Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "02c38338b4ade8b0b0e85be613bc2b9dbfe68a7b", "body": "Spelling fixes", "is_bot": false, "headline": "Merge pull request #643 from scop/spelling", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-05-16T18:24:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5da50dccbbdb10094837fe56399c5e885867c184", "body": "Add history URL to project metadata", "is_bot": false, "headline": "Merge pull request #644 from scop/history-url", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-05-16T18:20:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f850ad53197c18c275bd5e172c5f829f942f22d5", "body": "Background info at\n https://github.com/pypa/warehouse/pull/7882#issue-412444446", "is_bot": false, "headline": "Add history URL to project metadata", "author_name": "Ville Skyttä", "author_login": "scop", "committed_at": "2020-05-09T10:34:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "787e78310dcde34be28fc2c1f5f2b6e69c66a45f", "body": null, "is_bot": false, "headline": "Spelling fixes", "author_name": "Ville Skyttä", "author_login": "scop", "committed_at": "2020-05-09T10:32:56Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c", "body": "…hinx-3\n\ndoc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fixes #637)", "is_bot": false, "headline": "Merge pull request #638 from hartwork/issue-637-fix-docs-build-for-sp…", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-04-18T15:14:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "793a659f86a979e47c12f561d80acc267fe83edd", "body": "…es #637)", "is_bot": false, "headline": "doc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fix…", "author_name": "Sebastian Pipping", "author_login": "hartwork", "committed_at": "2020-04-18T12:58:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1793f8cb60fc0e5a661b66535644b61b69db696e", "body": "fix run's docstring.", "is_bot": false, "headline": "Merge pull request #635 from raczben/patch-1", "author_name": "Red_M", "author_login": "Red-M", "committed_at": "2020-04-07T07:47:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c900634e483c691df199ef9c1f3115b3bb54a958", "body": "The example code was not shown as code.", "is_bot": false, "headline": "fix run's docstring.", "author_name": "Benedek Racz", "author_login": "raczben", "committed_at": "2020-04-07T07:42:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5374d9033cb1ed1041d7c88cae29c419fe5b5b2b", "body": "REPLWrapTestCase.test_bash_env(): export variable PS1", "is_bot": false, "headline": "Merge pull request #632 from whitley-delamora/issue-631", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-03-28T12:58:59Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "51c0b09f92f140eda10b62d234710f65ad56dee2", "body": "The test test_bash_env() relies on PS1 being an environment variable.\r\nTherefore, `export PS1` making it always an environment variable.\r\nBefore this, the test relied on the users bashrc to do this.\r\n\r\nThe variable PS1 is (by default) not an _environment_ variable and thus\r\nnot shown by `env`. Any variable can be made into an environment\r\nvariable by exporting it. Some people do this for PS1 in their bashrc.\r\n\r\nCloses: #631", "is_bot": false, "headline": "REPLWrapTestCase.test_bash_env(): export variable PS1", "author_name": "whitley-delamora", "author_login": null, "committed_at": "2020-03-28T12:46:47Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ad7c6c76ecb285c146a6b45511a58982a169db26", "body": "Do not directly call python and use sys.executable", "is_bot": false, "headline": "Merge pull request #629 from scarabeusiv/master", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-03-14T11:11:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6f78e3b7cec5adc7db56bae37f97adb05ca2ae5c", "body": "This makes sure the tests and wrapper works on systems where there\nis no python2 nor /usr/bin/python available", "is_bot": false, "headline": "Do not directly call python and use sys.executable", "author_name": "Tomáš Chvátal", "author_login": null, "committed_at": "2020-03-12T11:35:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9ad9e86d6834f3630ffec5f2536e9defb4839226", "body": "Minor typo fix.", "is_bot": false, "headline": "Merge pull request #626 from pexpect/dluyer-patch-1", "author_name": "dluyer", "author_login": "dluyer", "committed_at": "2020-03-02T08:37:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a24820d7a13350e0950b9c63d8351a816d855e6", "body": null, "is_bot": false, "headline": "Minor typo fix.", "author_name": "dluyer", "author_login": "dluyer", "committed_at": "2020-03-02T08:35:50Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9e73fa87f60a66f31bfe137a4860722014a4afab", "body": "Update doc: Wexpect is maintained", "is_bot": false, "headline": "Merge pull request #623 from raczben/raczben-patch-1", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-02-06T13:39:59Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2c551c7b5299bf1019d21fd5dbf96e7042bc798e", "body": null, "is_bot": false, "headline": "Simplify reference to wexpect", "author_name": "Thomas Kluyver", "author_login": "takluyver", "committed_at": "2020-02-06T12:58:42Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d977fdd84cf01827211dba854befb547b965b2a0", "body": "Wexpect is a maintained (almost for a year) alternative of pexpect for Windows.\r\n - All (non-Linux specific) pexpect testcases passes with\r\n - ~80% coverage", "is_bot": false, "headline": "Update doc: Wexpect is maintained", "author_name": "Benedek Racz", "author_login": "raczben", "committed_at": "2020-02-06T10:36:08Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 12, "commits_last_year": 0, "latest_release_at": "2023-11-25T05:27:46Z", "latest_release_tag": "4.9", "releases_from_tags": false, "days_since_last_push": 466, "active_weeks_last_year": 0, "days_since_latest_release": 969, "mean_days_between_releases": 408.9 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": false, "health_percentage": 37, "has_issue_template": false, "has_code_of_conduct": false, "has_pull_request_template": false }, "ecosystem": { "packages": [ { "name": "pexpect", "exists": true, "license": "ISC license", "keywords": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: System", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Installation/Setup", "Topic :: System :: Shells", "Topic :: System :: Software Distribution", "Topic :: Terminals" ], "ecosystem": "pypi", "matches_repo": true, "registry_url": "https://pypi.org/project/pexpect/", "is_deprecated": false, "latest_version": "4.9.0", "repository_url": "https://github.com/pexpect/pexpect", "versions_count": 18, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": "2008-08-18T23:31:55Z", "latest_published_at": "2023-11-25T09:07:26.339278Z", "latest_version_yanked": null, "days_since_latest_publish": 969 } ] }, "popularity": { "forks": 494, "stars": 2843, "watchers": 85, "fork_history": { "days": [ { "date": "2013-10-04", "count": 1 }, { "date": "2013-10-08", "count": 1 }, { "date": "2013-10-09", "count": 1 }, { "date": "2013-11-09", "count": 1 }, { "date": "2013-11-12", "count": 1 }, { "date": "2013-11-15", "count": 1 }, { "date": "2013-12-02", "count": 1 }, { "date": "2013-12-09", "count": 1 }, { "date": "2013-12-25", "count": 1 }, { "date": "2013-12-31", "count": 1 }, { "date": "2014-02-04", "count": 1 }, { "date": "2014-02-13", "count": 1 }, { "date": "2014-02-20", "count": 1 }, { "date": "2014-03-08", "count": 1 }, { "date": "2014-03-10", "count": 2 }, { "date": "2014-03-31", "count": 1 }, { "date": "2014-06-02", "count": 1 }, { "date": "2014-06-03", "count": 1 }, { "date": "2014-06-26", "count": 1 }, { "date": "2014-07-03", "count": 1 }, { "date": "2014-07-08", "count": 1 }, { "date": "2014-07-31", "count": 1 }, { "date": "2014-08-08", "count": 1 }, { "date": "2014-08-13", "count": 1 }, { "date": "2014-08-27", "count": 1 }, { "date": "2014-09-01", "count": 1 }, { "date": "2014-09-02", "count": 1 }, { "date": "2014-09-04", "count": 1 }, { "date": "2014-09-11", "count": 1 }, { "date": "2014-09-19", "count": 1 }, { "date": "2014-09-21", "count": 1 }, { "date": "2014-09-28", "count": 1 }, { "date": "2014-09-30", "count": 1 }, { "date": "2014-10-07", "count": 1 }, { "date": "2014-10-21", "count": 1 }, { "date": "2014-10-26", "count": 1 }, { "date": "2014-10-30", "count": 1 }, { "date": "2014-10-31", "count": 1 }, { "date": "2014-11-04", "count": 1 }, { "date": "2014-11-20", "count": 2 }, { "date": "2014-11-25", "count": 1 }, { "date": "2014-11-30", "count": 1 }, { "date": "2014-12-05", "count": 1 }, { "date": "2014-12-07", "count": 1 }, { "date": "2014-12-08", "count": 1 }, { "date": "2014-12-09", "count": 1 }, { "date": "2014-12-14", "count": 1 }, { "date": "2015-01-28", "count": 1 }, { "date": "2015-02-04", "count": 2 }, { "date": "2015-02-10", "count": 1 }, { "date": "2015-03-16", "count": 1 }, { "date": "2015-04-02", "count": 1 }, { "date": "2015-04-03", "count": 2 }, { "date": "2015-04-14", "count": 1 }, { "date": "2015-04-15", "count": 1 }, { "date": "2015-04-16", "count": 1 }, { "date": "2015-04-22", "count": 1 }, { "date": "2015-04-27", "count": 1 }, { "date": "2015-05-11", "count": 1 }, { "date": "2015-05-25", "count": 1 }, { "date": "2015-06-06", "count": 1 }, { "date": "2015-06-11", "count": 1 }, { "date": "2015-06-12", "count": 1 }, { "date": "2015-06-16", "count": 4 }, { "date": "2015-06-17", "count": 1 }, { "date": "2015-06-19", "count": 1 }, { "date": "2015-07-03", "count": 1 }, { "date": "2015-07-06", "count": 1 }, { "date": "2015-07-10", "count": 1 }, { "date": "2015-07-24", "count": 1 }, { "date": "2015-08-10", "count": 1 }, { "date": "2015-08-11", "count": 1 }, { "date": "2015-09-15", "count": 1 }, { "date": "2015-09-27", "count": 1 }, { "date": "2015-10-06", "count": 1 }, { "date": "2015-10-22", "count": 1 }, { "date": "2015-11-02", "count": 1 }, { "date": "2015-11-04", "count": 1 }, { "date": "2015-11-13", "count": 1 }, { "date": "2015-11-20", "count": 1 }, { "date": "2015-12-04", "count": 1 }, { "date": "2015-12-25", "count": 1 }, { "date": "2015-12-27", "count": 1 }, { "date": "2016-01-04", "count": 1 }, { "date": "2016-01-05", "count": 1 }, { "date": "2016-01-22", "count": 2 }, { "date": "2016-01-29", "count": 1 }, { "date": "2016-02-03", "count": 1 }, { "date": "2016-02-06", "count": 1 }, { "date": "2016-02-09", "count": 1 }, { "date": "2016-02-12", "count": 1 }, { "date": "2016-02-18", "count": 1 }, { "date": "2016-02-19", "count": 1 }, { "date": "2016-02-22", "count": 1 }, { "date": "2016-03-01", "count": 1 }, { "date": "2016-04-05", "count": 2 }, { "date": "2016-04-23", "count": 1 }, { "date": "2016-04-24", "count": 1 }, { "date": "2016-04-25", "count": 1 }, { "date": "2016-04-27", "count": 1 }, { "date": "2016-05-13", "count": 1 }, { "date": "2016-05-16", "count": 1 }, { "date": "2016-05-17", "count": 1 }, { "date": "2016-05-19", "count": 2 }, { "date": "2016-05-21", "count": 1 }, { "date": "2016-05-27", "count": 1 }, { "date": "2016-06-01", "count": 1 }, { "date": "2016-06-02", "count": 1 }, { "date": "2016-06-03", "count": 1 }, { "date": "2016-06-12", "count": 1 }, { "date": "2016-06-23", "count": 1 }, { "date": "2016-06-30", "count": 1 }, { "date": "2016-07-01", "count": 1 }, { "date": "2016-07-08", "count": 1 }, { "date": "2016-07-18", "count": 1 }, { "date": "2016-07-20", "count": 1 }, { "date": "2016-07-21", "count": 1 }, { "date": "2016-08-02", "count": 1 }, { "date": "2016-08-05", "count": 1 }, { "date": "2016-08-10", "count": 1 }, { "date": "2016-08-15", "count": 1 }, { "date": "2016-09-07", "count": 1 }, { "date": "2016-09-08", "count": 1 }, { "date": "2016-09-13", "count": 1 }, { "date": "2016-09-17", "count": 1 }, { "date": "2016-09-18", "count": 1 }, { "date": "2016-09-20", "count": 1 }, { "date": "2016-09-22", "count": 1 }, { "date": "2016-09-26", "count": 1 }, { "date": "2016-09-29", "count": 1 }, { "date": "2016-10-07", "count": 1 }, { "date": "2016-10-08", "count": 1 }, { "date": "2016-10-14", "count": 1 }, { "date": "2016-10-26", "count": 1 }, { "date": "2016-10-31", "count": 1 }, { "date": "2016-11-01", "count": 1 }, { "date": "2016-11-03", "count": 1 }, { "date": "2016-11-07", "count": 1 }, { "date": "2016-11-11", "count": 1 }, { "date": "2016-11-17", "count": 1 }, { "date": "2016-11-29", "count": 1 }, { "date": "2016-12-01", "count": 1 }, { "date": "2016-12-02", "count": 1 }, { "date": "2016-12-05", "count": 2 }, { "date": "2016-12-17", "count": 1 }, { "date": "2016-12-20", "count": 1 }, { "date": "2016-12-24", "count": 1 }, { "date": "2017-01-11", "count": 1 }, { "date": "2017-01-13", "count": 1 }, { "date": "2017-01-19", "count": 2 }, { "date": "2017-01-31", "count": 1 }, { "date": "2017-03-04", "count": 1 }, { "date": "2017-03-14", "count": 1 }, { "date": "2017-03-20", "count": 1 }, { "date": "2017-03-24", "count": 1 }, { "date": "2017-03-29", "count": 1 }, { "date": "2017-04-21", "count": 2 }, { "date": "2017-04-27", "count": 1 }, { "date": "2017-04-29", "count": 1 }, { "date": "2017-05-12", "count": 1 }, { "date": "2017-05-24", "count": 1 }, { "date": "2017-05-25", "count": 1 }, { "date": "2017-05-26", "count": 1 }, { "date": "2017-05-28", "count": 1 }, { "date": "2017-06-01", "count": 1 }, { "date": "2017-06-02", "count": 1 }, { "date": "2017-06-03", "count": 1 }, { "date": "2017-06-07", "count": 1 }, { "date": "2017-06-15", "count": 1 }, { "date": "2017-06-26", "count": 1 }, { "date": "2017-07-01", "count": 1 }, { "date": "2017-07-05", "count": 1 }, { "date": "2017-07-11", "count": 1 }, { "date": "2017-07-15", "count": 1 }, { "date": "2017-07-17", "count": 1 }, { "date": "2017-07-22", "count": 1 }, { "date": "2017-08-01", "count": 1 }, { "date": "2017-08-10", "count": 2 }, { "date": "2017-08-11", "count": 1 }, { "date": "2017-08-12", "count": 1 }, { "date": "2017-08-23", "count": 1 }, { "date": "2017-08-25", "count": 1 }, { "date": "2017-09-15", "count": 1 }, { "date": "2017-09-24", "count": 1 }, { "date": "2017-09-26", "count": 1 }, { "date": "2017-09-27", "count": 1 }, { "date": "2017-10-14", "count": 1 }, { "date": "2017-10-21", "count": 1 }, { "date": "2017-10-25", "count": 1 }, { "date": "2017-10-31", "count": 1 }, { "date": "2017-11-02", "count": 1 }, { "date": "2017-11-13", "count": 1 }, { "date": "2017-11-14", "count": 1 }, { "date": "2017-11-21", "count": 2 }, { "date": "2017-12-02", "count": 1 }, { "date": "2017-12-07", "count": 1 }, { "date": "2017-12-11", "count": 2 }, { "date": "2017-12-18", "count": 2 }, { "date": "2018-01-26", "count": 1 }, { "date": "2018-01-28", "count": 1 }, { "date": "2018-02-05", "count": 1 }, { "date": "2018-02-16", "count": 1 }, { "date": "2018-02-20", "count": 1 }, { "date": "2018-02-26", "count": 1 }, { "date": "2018-02-28", "count": 1 }, { "date": "2018-03-05", "count": 1 }, { "date": "2018-03-06", "count": 1 }, { "date": "2018-03-14", "count": 1 }, { "date": "2018-03-16", "count": 1 }, { "date": "2018-03-23", "count": 1 }, { "date": "2018-04-06", "count": 1 }, { "date": "2018-05-09", "count": 1 }, { "date": "2018-05-14", "count": 1 }, { "date": "2018-05-19", "count": 1 }, { "date": "2018-05-22", "count": 1 }, { "date": "2018-06-07", "count": 2 }, { "date": "2018-06-12", "count": 1 }, { "date": "2018-06-15", "count": 1 }, { "date": "2018-06-16", "count": 1 }, { "date": "2018-06-20", "count": 1 }, { "date": "2018-06-29", "count": 1 }, { "date": "2018-07-05", "count": 2 }, { "date": "2018-07-12", "count": 1 }, { "date": "2018-07-13", "count": 1 }, { "date": "2018-07-29", "count": 1 }, { "date": "2018-08-02", "count": 1 }, { "date": "2018-08-20", "count": 1 }, { "date": "2018-08-29", "count": 2 }, { "date": "2018-09-02", "count": 1 }, { "date": "2018-09-04", "count": 1 }, { "date": "2018-09-05", "count": 1 }, { "date": "2018-09-11", "count": 1 }, { "date": "2018-09-12", "count": 1 }, { "date": "2018-09-13", "count": 2 }, { "date": "2018-09-14", "count": 2 }, { "date": "2018-09-16", "count": 1 }, { "date": "2018-09-17", "count": 1 }, { "date": "2018-09-19", "count": 1 }, { "date": "2018-10-03", "count": 1 }, { "date": "2018-10-07", "count": 1 }, { "date": "2018-10-08", "count": 1 }, { "date": "2018-10-09", "count": 1 }, { "date": "2018-10-11", "count": 1 }, { "date": "2018-10-14", "count": 1 }, { "date": "2018-10-16", "count": 1 }, { "date": "2018-10-17", "count": 1 }, { "date": "2018-10-26", "count": 1 }, { "date": "2018-11-09", "count": 1 }, { "date": "2018-11-17", "count": 1 }, { "date": "2018-11-19", "count": 2 }, { "date": "2018-11-27", "count": 1 }, { "date": "2018-11-28", "count": 1 }, { "date": "2018-12-20", "count": 1 }, { "date": "2018-12-21", "count": 1 }, { "date": "2018-12-26", "count": 1 }, { "date": "2019-01-16", "count": 1 }, { "date": "2019-01-17", "count": 1 }, { "date": "2019-01-30", "count": 1 }, { "date": "2019-02-01", "count": 1 }, { "date": "2019-02-05", "count": 1 }, { "date": "2019-02-06", "count": 1 }, { "date": "2019-02-08", "count": 1 }, { "date": "2019-02-14", "count": 2 }, { "date": "2019-02-26", "count": 1 }, { "date": "2019-03-04", "count": 1 }, { "date": "2019-03-16", "count": 1 }, { "date": "2019-03-17", "count": 1 }, { "date": "2019-03-20", "count": 1 }, { "date": "2019-03-21", "count": 1 }, { "date": "2019-03-22", "count": 1 }, { "date": "2019-03-24", "count": 1 }, { "date": "2019-03-25", "count": 1 }, { "date": "2019-04-02", "count": 1 }, { "date": "2019-04-24", "count": 1 }, { "date": "2019-04-28", "count": 1 }, { "date": "2019-04-29", "count": 1 }, { "date": "2019-05-13", "count": 1 }, { "date": "2019-05-21", "count": 1 }, { "date": "2019-06-04", "count": 1 }, { "date": "2019-06-16", "count": 1 }, { "date": "2019-06-20", "count": 1 }, { "date": "2019-06-27", "count": 1 }, { "date": "2019-07-06", "count": 1 }, { "date": "2019-07-16", "count": 1 }, { "date": "2019-07-18", "count": 1 }, { "date": "2019-07-29", "count": 1 }, { "date": "2019-08-01", "count": 1 }, { "date": "2019-08-20", "count": 1 }, { "date": "2019-08-28", "count": 1 }, { "date": "2019-09-22", "count": 1 }, { "date": "2019-09-27", "count": 1 }, { "date": "2019-09-30", "count": 1 }, { "date": "2019-10-03", "count": 1 }, { "date": "2019-10-15", "count": 1 }, { "date": "2019-10-16", "count": 1 }, { "date": "2019-10-18", "count": 1 }, { "date": "2019-10-23", "count": 1 }, { "date": "2019-10-26", "count": 1 }, { "date": "2019-10-30", "count": 1 }, { "date": "2019-11-09", "count": 1 }, { "date": "2019-11-11", "count": 1 }, { "date": "2019-11-12", "count": 1 }, { "date": "2019-11-20", "count": 2 }, { "date": "2019-11-21", "count": 1 }, { "date": "2019-12-08", "count": 1 }, { "date": "2019-12-11", "count": 1 }, { "date": "2019-12-14", "count": 1 }, { "date": "2019-12-23", "count": 1 }, { "date": "2020-01-03", "count": 1 }, { "date": "2020-01-13", "count": 1 }, { "date": "2020-01-15", "count": 1 }, { "date": "2020-01-16", "count": 1 }, { "date": "2020-01-23", "count": 1 }, { "date": "2020-01-28", "count": 1 }, { "date": "2020-02-04", "count": 1 }, { "date": "2020-02-06", "count": 1 }, { "date": "2020-02-12", "count": 2 }, { "date": "2020-02-21", "count": 1 }, { "date": "2020-02-25", "count": 1 }, { "date": "2020-03-13", "count": 1 }, { "date": "2020-03-31", "count": 1 }, { "date": "2020-04-06", "count": 1 }, { "date": "2020-04-14", "count": 1 }, { "date": "2020-04-19", "count": 1 }, { "date": "2020-04-20", "count": 1 }, { "date": "2020-04-28", "count": 1 }, { "date": "2020-05-03", "count": 1 }, { "date": "2020-05-14", "count": 1 }, { "date": "2020-05-17", "count": 2 }, { "date": "2020-05-20", "count": 1 }, { "date": "2020-05-22", "count": 1 }, { "date": "2020-06-09", "count": 1 }, { "date": "2020-06-10", "count": 1 }, { "date": "2020-06-13", "count": 1 }, { "date": "2020-06-19", "count": 1 }, { "date": "2020-07-19", "count": 1 }, { "date": "2020-09-23", "count": 1 }, { "date": "2020-10-19", "count": 1 }, { "date": "2020-11-16", "count": 1 }, { "date": "2020-11-30", "count": 1 }, { "date": "2020-12-09", "count": 1 }, { "date": "2021-01-11", "count": 1 }, { "date": "2021-01-19", "count": 1 }, { "date": "2021-01-23", "count": 1 }, { "date": "2021-02-12", "count": 1 }, { "date": "2021-02-17", "count": 1 }, { "date": "2021-02-20", "count": 2 }, { "date": "2021-03-28", "count": 1 }, { "date": "2021-03-31", "count": 1 }, { "date": "2021-05-03", "count": 1 }, { "date": "2021-05-08", "count": 1 }, { "date": "2021-05-17", "count": 1 }, { "date": "2021-05-23", "count": 1 }, { "date": "2021-05-27", "count": 1 }, { "date": "2021-06-04", "count": 1 }, { "date": "2021-06-15", "count": 1 }, { "date": "2021-06-18", "count": 1 }, { "date": "2021-06-19", "count": 1 }, { "date": "2021-06-30", "count": 1 }, { "date": "2021-07-26", "count": 1 }, { "date": "2021-09-15", "count": 1 }, { "date": "2021-09-22", "count": 1 }, { "date": "2021-10-11", "count": 1 }, { "date": "2021-10-22", "count": 1 }, { "date": "2021-10-25", "count": 1 }, { "date": "2021-11-17", "count": 1 }, { "date": "2021-11-24", "count": 1 }, { "date": "2021-11-28", "count": 1 }, { "date": "2021-12-14", "count": 1 }, { "date": "2022-01-06", "count": 1 }, { "date": "2022-01-07", "count": 1 }, { "date": "2022-02-01", "count": 1 }, { "date": "2022-02-09", "count": 2 }, { "date": "2022-02-17", "count": 1 }, { "date": "2022-02-22", "count": 1 }, { "date": "2022-03-06", "count": 1 }, { "date": "2022-03-26", "count": 1 }, { "date": "2022-04-07", "count": 1 }, { "date": "2022-05-12", "count": 1 }, { "date": "2022-06-16", "count": 1 }, { "date": "2022-07-12", "count": 1 }, { "date": "2022-07-16", "count": 1 }, { "date": "2022-07-30", "count": 1 }, { "date": "2022-08-23", "count": 1 }, { "date": "2022-08-25", "count": 1 }, { "date": "2022-10-12", "count": 1 }, { "date": "2022-10-22", "count": 1 }, { "date": "2022-11-09", "count": 1 }, { "date": "2022-12-17", "count": 1 }, { "date": "2022-12-27", "count": 1 }, { "date": "2023-01-11", "count": 1 }, { "date": "2023-02-14", "count": 1 }, { "date": "2023-02-21", "count": 1 }, { "date": "2023-03-09", "count": 1 }, { "date": "2023-03-16", "count": 1 }, { "date": "2023-04-01", "count": 1 }, { "date": "2023-04-08", "count": 1 }, { "date": "2023-04-25", "count": 1 }, { "date": "2023-05-05", "count": 1 }, { "date": "2023-05-09", "count": 1 }, { "date": "2023-06-02", "count": 1 }, { "date": "2023-06-18", "count": 1 }, { "date": "2023-06-23", "count": 1 }, { "date": "2023-07-11", "count": 1 }, { "date": "2023-08-04", "count": 1 }, { "date": "2023-08-08", "count": 1 }, { "date": "2023-08-24", "count": 1 }, { "date": "2023-08-31", "count": 1 }, { "date": "2023-09-11", "count": 1 }, { "date": "2023-10-05", "count": 1 }, { "date": "2023-11-12", "count": 1 }, { "date": "2023-11-15", "count": 1 }, { "date": "2023-11-19", "count": 1 }, { "date": "2023-11-25", "count": 1 }, { "date": "2024-01-03", "count": 1 }, { "date": "2024-01-04", "count": 1 }, { "date": "2024-01-17", "count": 1 }, { "date": "2024-01-24", "count": 1 }, { "date": "2024-02-14", "count": 1 }, { "date": "2024-02-26", "count": 1 }, { "date": "2024-03-29", "count": 1 }, { "date": "2024-03-30", "count": 1 }, { "date": "2024-05-06", "count": 1 }, { "date": "2024-05-09", "count": 1 }, { "date": "2024-06-10", "count": 1 }, { "date": "2024-07-08", "count": 1 }, { "date": "2024-07-31", "count": 1 }, { "date": "2024-09-28", "count": 1 }, { "date": "2024-10-16", "count": 1 }, { "date": "2024-11-04", "count": 1 }, { "date": "2024-12-13", "count": 1 }, { "date": "2025-01-28", "count": 1 }, { "date": "2025-01-31", "count": 1 }, { "date": "2025-02-19", "count": 1 }, { "date": "2025-02-21", "count": 1 }, { "date": "2025-05-14", "count": 1 }, { "date": "2025-05-18", "count": 1 }, { "date": "2025-06-12", "count": 1 }, { "date": "2025-06-25", "count": 1 }, { "date": "2025-06-26", "count": 1 }, { "date": "2025-07-25", "count": 1 }, { "date": "2025-09-13", "count": 1 }, { "date": "2025-11-16", "count": 1 }, { "date": "2025-11-24", "count": 1 }, { "date": "2025-11-28", "count": 1 }, { "date": "2026-01-15", "count": 1 }, { "date": "2026-01-16", "count": 1 }, { "date": "2026-01-22", "count": 1 }, { "date": "2026-02-05", "count": 1 }, { "date": "2026-02-26", "count": 1 }, { "date": "2026-03-23", "count": 2 }, { "date": "2026-04-18", "count": 1 }, { "date": "2026-06-08", "count": 1 }, { "date": "2026-06-18", "count": 1 }, { "date": "2026-07-02", "count": 1 }, { "date": "2026-07-19", "count": 3 } ], "complete": true, "collected": 488, "total_forks": 494 }, "star_history": { "days": [ { "date": "2020-12-05", "count": 1 }, { "date": "2020-12-10", "count": 1 }, { "date": "2020-12-11", "count": 1 }, { "date": "2020-12-12", "count": 2 }, { "date": "2020-12-16", "count": 1 }, { "date": "2020-12-18", "count": 2 }, { "date": "2020-12-19", "count": 2 }, { "date": "2020-12-20", "count": 1 }, { "date": "2020-12-22", "count": 2 }, { "date": "2020-12-27", "count": 1 }, { "date": "2020-12-29", "count": 2 }, { "date": "2020-12-30", "count": 2 }, { "date": "2021-01-02", "count": 1 }, { "date": "2021-01-03", "count": 1 }, { "date": "2021-01-08", "count": 1 }, { "date": "2021-01-09", "count": 1 }, { "date": "2021-01-12", "count": 2 }, { "date": "2021-01-15", "count": 1 }, { "date": "2021-01-17", "count": 3 }, { "date": "2021-01-18", "count": 3 }, { "date": "2021-01-20", "count": 1 }, { "date": "2021-01-21", "count": 1 }, { "date": "2021-01-22", "count": 2 }, { "date": "2021-01-23", "count": 1 }, { "date": "2021-01-28", "count": 1 }, { "date": "2021-01-29", "count": 1 }, { "date": "2021-01-30", "count": 2 }, { "date": "2021-02-01", "count": 2 }, { "date": "2021-02-02", "count": 2 }, { "date": "2021-02-06", "count": 2 }, { "date": "2021-02-09", "count": 1 }, { "date": "2021-02-18", "count": 1 }, { "date": "2021-02-20", "count": 3 }, { "date": "2021-02-21", "count": 1 }, { "date": "2021-02-23", "count": 4 }, { "date": "2021-02-25", "count": 1 }, { "date": "2021-02-26", "count": 2 }, { "date": "2021-03-01", "count": 1 }, { "date": "2021-03-03", "count": 2 }, { "date": "2021-03-04", "count": 1 }, { "date": "2021-03-06", "count": 1 }, { "date": "2021-03-07", "count": 1 }, { "date": "2021-03-09", "count": 2 }, { "date": "2021-03-10", "count": 2 }, { "date": "2021-03-12", "count": 1 }, { "date": "2021-03-15", "count": 1 }, { "date": "2021-03-16", "count": 2 }, { "date": "2021-03-19", "count": 1 }, { "date": "2021-03-20", "count": 1 }, { "date": "2021-03-23", "count": 1 }, { "date": "2021-03-24", "count": 1 }, { "date": "2021-03-26", "count": 1 }, { "date": "2021-03-27", "count": 1 }, { "date": "2021-03-28", "count": 2 }, { "date": "2021-03-30", "count": 1 }, { "date": "2021-03-31", "count": 1 }, { "date": "2021-04-02", "count": 1 }, { "date": "2021-04-03", "count": 1 }, { "date": "2021-04-04", "count": 1 }, { "date": "2021-04-05", "count": 1 }, { "date": "2021-04-07", "count": 1 }, { "date": "2021-04-09", "count": 1 }, { "date": "2021-04-10", "count": 1 }, { "date": "2021-04-12", "count": 1 }, { "date": "2021-04-14", "count": 1 }, { "date": "2021-04-19", "count": 2 }, { "date": "2021-04-20", "count": 1 }, { "date": "2021-04-21", "count": 2 }, { "date": "2021-04-23", "count": 1 }, { "date": "2021-04-25", "count": 2 }, { "date": "2021-04-29", "count": 2 }, { "date": "2021-05-03", "count": 1 }, { "date": "2021-05-05", "count": 1 }, { "date": "2021-05-13", "count": 1 }, { "date": "2021-05-14", "count": 1 }, { "date": "2021-05-18", "count": 1 }, { "date": "2021-05-21", "count": 2 }, { "date": "2021-05-24", "count": 4 }, { "date": "2021-05-26", "count": 1 }, { "date": "2021-05-27", "count": 2 }, { "date": "2021-05-30", "count": 1 }, { "date": "2021-05-31", "count": 1 }, { "date": "2021-06-01", "count": 1 }, { "date": "2021-06-07", "count": 1 }, { "date": "2021-06-08", "count": 1 }, { "date": "2021-06-11", "count": 2 }, { "date": "2021-06-13", "count": 1 }, { "date": "2021-06-14", "count": 1 }, { "date": "2021-06-15", "count": 1 }, { "date": "2021-06-17", "count": 1 }, { "date": "2021-06-18", "count": 2 }, { "date": "2021-06-28", "count": 2 }, { "date": "2021-07-01", "count": 1 }, { "date": "2021-07-03", "count": 1 }, { "date": "2021-07-07", "count": 1 }, { "date": "2021-07-11", "count": 2 }, { "date": "2021-07-12", "count": 1 }, { "date": "2021-07-14", "count": 2 }, { "date": "2021-07-16", "count": 1 }, { "date": "2021-07-17", "count": 1 }, { "date": "2021-07-19", "count": 1 }, { "date": "2021-07-20", "count": 1 }, { "date": "2021-07-23", "count": 2 }, { "date": "2021-07-25", "count": 1 }, { "date": "2021-07-30", "count": 2 }, { "date": "2021-07-31", "count": 1 }, { "date": "2021-08-03", "count": 1 }, { "date": "2021-08-04", "count": 1 }, { "date": "2021-08-05", "count": 1 }, { "date": "2021-08-06", "count": 1 }, { "date": "2021-08-10", "count": 2 }, { "date": "2021-08-16", "count": 1 }, { "date": "2021-08-22", "count": 1 }, { "date": "2021-08-23", "count": 1 }, { "date": "2021-08-26", "count": 1 }, { "date": "2021-08-31", "count": 2 }, { "date": "2021-09-02", "count": 1 }, { "date": "2021-09-06", "count": 1 }, { "date": "2021-09-10", "count": 2 }, { "date": "2021-09-13", "count": 1 }, { "date": "2021-09-15", "count": 2 }, { "date": "2021-09-22", "count": 2 }, { "date": "2021-09-25", "count": 1 }, { "date": "2021-09-28", "count": 3 }, { "date": "2021-09-30", "count": 2 }, { "date": "2021-10-01", "count": 1 }, { "date": "2021-10-05", "count": 1 }, { "date": "2021-10-06", "count": 1 }, { "date": "2021-10-14", "count": 2 }, { "date": "2021-10-16", "count": 1 }, { "date": "2021-10-18", "count": 1 }, { "date": "2021-10-20", "count": 2 }, { "date": "2021-10-21", "count": 1 }, { "date": "2021-10-22", "count": 1 }, { "date": "2021-10-25", "count": 1 }, { "date": "2021-10-26", "count": 1 }, { "date": "2021-10-28", "count": 1 }, { "date": "2021-11-01", "count": 1 }, { "date": "2021-11-03", "count": 2 }, { "date": "2021-11-04", "count": 1 }, { "date": "2021-11-05", "count": 1 }, { "date": "2021-11-11", "count": 2 }, { "date": "2021-11-12", "count": 1 }, { "date": "2021-11-14", "count": 1 }, { "date": "2021-11-16", "count": 1 }, { "date": "2021-11-17", "count": 2 }, { "date": "2021-11-19", "count": 1 }, { "date": "2021-11-23", "count": 1 }, { "date": "2021-11-24", "count": 1 }, { "date": "2021-11-26", "count": 2 }, { "date": "2021-11-27", "count": 1 }, { "date": "2021-11-28", "count": 1 }, { "date": "2021-12-08", "count": 1 }, { "date": "2021-12-09", "count": 1 }, { "date": "2021-12-16", "count": 2 }, { "date": "2021-12-17", "count": 1 }, { "date": "2021-12-21", "count": 1 }, { "date": "2021-12-22", "count": 2 }, { "date": "2021-12-23", "count": 1 }, { "date": "2021-12-28", "count": 2 }, { "date": "2021-12-30", "count": 1 }, { "date": "2021-12-31", "count": 2 }, { "date": "2022-01-03", "count": 1 }, { "date": "2022-01-04", "count": 1 }, { "date": "2022-01-06", "count": 1 }, { "date": "2022-01-10", "count": 1 }, { "date": "2022-01-11", "count": 2 }, { "date": "2022-01-13", "count": 1 }, { "date": "2022-01-17", "count": 1 }, { "date": "2022-01-20", "count": 1 }, { "date": "2022-01-23", "count": 1 }, { "date": "2022-01-25", "count": 1 }, { "date": "2022-01-28", "count": 1 }, { "date": "2022-01-31", "count": 1 }, { "date": "2022-02-02", "count": 1 }, { "date": "2022-02-06", "count": 1 }, { "date": "2022-02-08", "count": 1 }, { "date": "2022-02-09", "count": 1 }, { "date": "2022-02-10", "count": 2 }, { "date": "2022-02-11", "count": 1 }, { "date": "2022-02-12", "count": 1 }, { "date": "2022-02-13", "count": 2 }, { "date": "2022-02-14", "count": 1 }, { "date": "2022-02-18", "count": 3 }, { "date": "2022-02-20", "count": 1 }, { "date": "2022-02-22", "count": 2 }, { "date": "2022-02-23", "count": 1 }, { "date": "2022-02-24", "count": 1 }, { "date": "2022-02-25", "count": 1 }, { "date": "2022-03-01", "count": 1 }, { "date": "2022-03-02", "count": 2 }, { "date": "2022-03-04", "count": 1 }, { "date": "2022-03-05", "count": 1 }, { "date": "2022-03-06", "count": 1 }, { "date": "2022-03-07", "count": 2 }, { "date": "2022-03-10", "count": 1 }, { "date": "2022-03-14", "count": 1 }, { "date": "2022-03-17", "count": 2 }, { "date": "2022-03-22", "count": 1 }, { "date": "2022-03-26", "count": 1 }, { "date": "2022-03-28", "count": 1 }, { "date": "2022-04-08", "count": 1 }, { "date": "2022-04-09", "count": 1 }, { "date": "2022-04-10", "count": 1 }, { "date": "2022-04-12", "count": 1 }, { "date": "2022-04-14", "count": 1 }, { "date": "2022-04-15", "count": 1 }, { "date": "2022-04-16", "count": 1 }, { "date": "2022-04-17", "count": 1 }, { "date": "2022-04-18", "count": 1 }, { "date": "2022-04-21", "count": 1 }, { "date": "2022-04-23", "count": 1 }, { "date": "2022-04-24", "count": 1 }, { "date": "2022-04-25", "count": 1 }, { "date": "2022-04-28", "count": 1 }, { "date": "2022-04-29", "count": 2 }, { "date": "2022-04-30", "count": 1 }, { "date": "2022-05-04", "count": 1 }, { "date": "2022-05-05", "count": 2 }, { "date": "2022-05-09", "count": 1 }, { "date": "2022-05-13", "count": 1 }, { "date": "2022-05-15", "count": 1 }, { "date": "2022-05-18", "count": 2 }, { "date": "2022-05-20", "count": 1 }, { "date": "2022-05-22", "count": 1 }, { "date": "2022-05-23", "count": 1 }, { "date": "2022-05-25", "count": 1 }, { "date": "2022-05-26", "count": 1 }, { "date": "2022-05-27", "count": 1 }, { "date": "2022-06-10", "count": 2 }, { "date": "2022-06-13", "count": 1 }, { "date": "2022-06-14", "count": 1 }, { "date": "2022-06-16", "count": 1 }, { "date": "2022-06-20", "count": 1 }, { "date": "2022-06-21", "count": 1 }, { "date": "2022-06-22", "count": 2 }, { "date": "2022-06-25", "count": 1 }, { "date": "2022-06-27", "count": 2 }, { "date": "2022-06-28", "count": 2 }, { "date": "2022-07-02", "count": 2 }, { "date": "2022-07-09", "count": 1 }, { "date": "2022-07-12", "count": 1 }, { "date": "2022-07-14", "count": 1 }, { "date": "2022-07-15", "count": 1 }, { "date": "2022-07-17", "count": 2 }, { "date": "2022-07-19", "count": 1 }, { "date": "2022-07-22", "count": 1 }, { "date": "2022-07-26", "count": 2 }, { "date": "2022-07-27", "count": 1 }, { "date": "2022-07-29", "count": 1 }, { "date": "2022-08-02", "count": 1 }, { "date": "2022-08-04", "count": 1 }, { "date": "2022-08-05", "count": 3 }, { "date": "2022-08-08", "count": 1 }, { "date": "2022-08-10", "count": 1 }, { "date": "2022-08-13", "count": 1 }, { "date": "2022-08-15", "count": 2 }, { "date": "2022-08-16", "count": 1 }, { "date": "2022-08-17", "count": 1 }, { "date": "2022-08-18", "count": 1 }, { "date": "2022-08-21", "count": 1 }, { "date": "2022-08-22", "count": 1 }, { "date": "2022-09-01", "count": 2 }, { "date": "2022-09-03", "count": 1 }, { "date": "2022-09-07", "count": 1 }, { "date": "2022-09-09", "count": 2 }, { "date": "2022-09-11", "count": 1 }, { "date": "2022-09-12", "count": 1 }, { "date": "2022-09-13", "count": 1 }, { "date": "2022-09-14", "count": 1 }, { "date": "2022-09-16", "count": 1 }, { "date": "2022-09-18", "count": 1 }, { "date": "2022-09-19", "count": 1 }, { "date": "2022-09-20", "count": 3 }, { "date": "2022-09-21", "count": 1 }, { "date": "2022-09-22", "count": 1 }, { "date": "2022-09-24", "count": 1 }, { "date": "2022-09-30", "count": 1 }, { "date": "2022-10-03", "count": 2 }, { "date": "2022-10-05", "count": 4 }, { "date": "2022-10-06", "count": 6 }, { "date": "2022-10-08", "count": 1 }, { "date": "2022-10-16", "count": 1 }, { "date": "2022-10-19", "count": 1 }, { "date": "2022-10-25", "count": 2 }, { "date": "2022-10-30", "count": 1 }, { "date": "2022-10-31", "count": 1 }, { "date": "2022-11-02", "count": 1 }, { "date": "2022-11-07", "count": 1 }, { "date": "2022-11-08", "count": 1 }, { "date": "2022-11-12", "count": 4 }, { "date": "2022-11-17", "count": 1 }, { "date": "2022-11-18", "count": 2 }, { "date": "2022-11-21", "count": 1 }, { "date": "2022-11-22", "count": 1 }, { "date": "2022-11-23", "count": 1 }, { "date": "2022-11-24", "count": 1 }, { "date": "2022-11-28", "count": 1 }, { "date": "2022-11-29", "count": 1 }, { "date": "2022-12-02", "count": 1 }, { "date": "2022-12-03", "count": 1 }, { "date": "2022-12-04", "count": 1 }, { "date": "2022-12-05", "count": 1 }, { "date": "2022-12-10", "count": 1 }, { "date": "2022-12-13", "count": 2 }, { "date": "2022-12-15", "count": 1 }, { "date": "2022-12-16", "count": 1 }, { "date": "2022-12-17", "count": 1 }, { "date": "2022-12-20", "count": 1 }, { "date": "2022-12-21", "count": 2 }, { "date": "2022-12-25", "count": 1 }, { "date": "2022-12-26", "count": 2 }, { "date": "2023-01-03", "count": 1 }, { "date": "2023-01-04", "count": 2 }, { "date": "2023-01-05", "count": 1 }, { "date": "2023-01-06", "count": 1 }, { "date": "2023-01-10", "count": 1 }, { "date": "2023-01-16", "count": 1 }, { "date": "2023-01-21", "count": 1 }, { "date": "2023-01-23", "count": 3 }, { "date": "2023-01-26", "count": 1 }, { "date": "2023-01-28", "count": 1 }, { "date": "2023-01-31", "count": 1 }, { "date": "2023-02-01", "count": 1 }, { "date": "2023-02-02", "count": 1 }, { "date": "2023-02-03", "count": 1 }, { "date": "2023-02-08", "count": 1 }, { "date": "2023-02-10", "count": 1 }, { "date": "2023-02-11", "count": 2 }, { "date": "2023-02-12", "count": 1 }, { "date": "2023-02-14", "count": 1 }, { "date": "2023-02-22", "count": 1 }, { "date": "2023-02-23", "count": 1 }, { "date": "2023-02-28", "count": 1 }, { "date": "2023-03-02", "count": 2 }, { "date": "2023-03-05", "count": 1 }, { "date": "2023-03-08", "count": 1 }, { "date": "2023-03-09", "count": 1 }, { "date": "2023-03-12", "count": 1 }, { "date": "2023-03-14", "count": 1 }, { "date": "2023-03-16", "count": 1 }, { "date": "2023-03-17", "count": 1 }, { "date": "2023-03-19", "count": 1 }, { "date": "2023-03-20", "count": 1 }, { "date": "2023-03-23", "count": 2 }, { "date": "2023-03-26", "count": 1 }, { "date": "2023-03-29", "count": 1 }, { "date": "2023-03-30", "count": 1 }, { "date": "2023-04-01", "count": 1 }, { "date": "2023-04-06", "count": 2 }, { "date": "2023-04-10", "count": 2 }, { "date": "2023-04-12", "count": 3 }, { "date": "2023-04-14", "count": 1 }, { "date": "2023-04-18", "count": 1 }, { "date": "2023-04-19", "count": 2 }, { "date": "2023-04-20", "count": 1 }, { "date": "2023-04-21", "count": 1 }, { "date": "2023-04-24", "count": 1 }, { "date": "2023-04-25", "count": 3 }, { "date": "2023-04-26", "count": 1 }, { "date": "2023-04-27", "count": 1 }, { "date": "2023-04-28", "count": 1 }, { "date": "2023-04-29", "count": 1 }, { "date": "2023-04-30", "count": 2 }, { "date": "2023-05-04", "count": 1 }, { "date": "2023-05-07", "count": 1 }, { "date": "2023-05-08", "count": 1 }, { "date": "2023-05-09", "count": 1 }, { "date": "2023-05-10", "count": 1 }, { "date": "2023-05-12", "count": 2 }, { "date": "2023-05-13", "count": 1 }, { "date": "2023-05-15", "count": 1 }, { "date": "2023-05-18", "count": 2 }, { "date": "2023-05-20", "count": 1 }, { "date": "2023-05-26", "count": 2 }, { "date": "2023-06-10", "count": 3 }, { "date": "2023-06-14", "count": 2 }, { "date": "2023-06-18", "count": 1 }, { "date": "2023-06-22", "count": 1 }, { "date": "2023-06-23", "count": 1 }, { "date": "2023-06-27", "count": 1 }, { "date": "2023-06-28", "count": 1 }, { "date": "2023-07-13", "count": 1 }, { "date": "2023-07-16", "count": 1 }, { "date": "2023-07-17", "count": 1 }, { "date": "2023-07-18", "count": 1 }, { "date": "2023-07-19", "count": 1 }, { "date": "2023-07-23", "count": 2 }, { "date": "2023-07-25", "count": 1 }, { "date": "2023-07-27", "count": 6 }, { "date": "2023-07-31", "count": 1 }, { "date": "2023-08-02", "count": 1 }, { "date": "2023-08-03", "count": 1 }, { "date": "2023-08-04", "count": 2 }, { "date": "2023-08-06", "count": 1 }, { "date": "2023-08-08", "count": 1 }, { "date": "2023-08-09", "count": 1 }, { "date": "2023-08-10", "count": 1 }, { "date": "2023-08-11", "count": 1 }, { "date": "2023-08-12", "count": 1 }, { "date": "2023-08-21", "count": 1 }, { "date": "2023-08-22", "count": 1 }, { "date": "2023-08-29", "count": 2 }, { "date": "2023-09-07", "count": 1 }, { "date": "2023-09-11", "count": 1 }, { "date": "2023-09-18", "count": 1 }, { "date": "2023-09-20", "count": 1 }, { "date": "2023-09-21", "count": 1 }, { "date": "2023-09-22", "count": 1 }, { "date": "2023-09-26", "count": 1 }, { "date": "2023-09-27", "count": 1 }, { "date": "2023-09-28", "count": 1 }, { "date": "2023-10-02", "count": 1 }, { "date": "2023-10-05", "count": 1 }, { "date": "2023-10-07", "count": 1 }, { "date": "2023-10-10", "count": 1 }, { "date": "2023-10-11", "count": 1 }, { "date": "2023-10-12", "count": 5 }, { "date": "2023-10-13", "count": 5 }, { "date": "2023-10-15", "count": 1 }, { "date": "2023-10-16", "count": 1 }, { "date": "2023-10-20", "count": 1 }, { "date": "2023-10-21", "count": 1 }, { "date": "2023-10-22", "count": 2 }, { "date": "2023-10-28", "count": 2 }, { "date": "2023-10-29", "count": 1 }, { "date": "2023-11-03", "count": 1 }, { "date": "2023-11-07", "count": 1 }, { "date": "2023-11-11", "count": 1 }, { "date": "2023-11-12", "count": 1 }, { "date": "2023-11-15", "count": 2 }, { "date": "2023-11-18", "count": 1 }, { "date": "2023-11-29", "count": 1 }, { "date": "2023-11-30", "count": 1 }, { "date": "2023-12-04", "count": 1 }, { "date": "2023-12-10", "count": 2 }, { "date": "2023-12-11", "count": 1 }, { "date": "2023-12-12", "count": 1 }, { "date": "2023-12-17", "count": 1 }, { "date": "2023-12-18", "count": 2 }, { "date": "2023-12-20", "count": 1 }, { "date": "2023-12-23", "count": 2 }, { "date": "2023-12-24", "count": 1 }, { "date": "2023-12-25", "count": 1 }, { "date": "2023-12-29", "count": 1 }, { "date": "2024-01-02", "count": 1 }, { "date": "2024-01-04", "count": 1 }, { "date": "2024-01-06", "count": 1 }, { "date": "2024-01-08", "count": 1 }, { "date": "2024-01-11", "count": 2 }, { "date": "2024-01-12", "count": 1 }, { "date": "2024-01-14", "count": 1 }, { "date": "2024-01-18", "count": 1 }, { "date": "2024-01-24", "count": 1 }, { "date": "2024-01-28", "count": 2 }, { "date": "2024-01-30", "count": 3 }, { "date": "2024-01-31", "count": 1 }, { "date": "2024-02-01", "count": 4 }, { "date": "2024-02-02", "count": 1 }, { "date": "2024-02-04", "count": 1 }, { "date": "2024-02-24", "count": 1 }, { "date": "2024-02-25", "count": 3 }, { "date": "2024-02-26", "count": 2 }, { "date": "2024-03-04", "count": 1 }, { "date": "2024-03-05", "count": 2 }, { "date": "2024-03-06", "count": 3 }, { "date": "2024-03-07", "count": 1 }, { "date": "2024-03-08", "count": 1 }, { "date": "2024-03-09", "count": 1 }, { "date": "2024-03-12", "count": 2 }, { "date": "2024-03-15", "count": 1 }, { "date": "2024-03-16", "count": 1 }, { "date": "2024-03-18", "count": 1 }, { "date": "2024-03-20", "count": 1 }, { "date": "2024-03-21", "count": 1 }, { "date": "2024-03-24", "count": 1 }, { "date": "2024-03-25", "count": 1 }, { "date": "2024-03-27", "count": 2 }, { "date": "2024-03-28", "count": 1 }, { "date": "2024-04-01", "count": 1 }, { "date": "2024-04-02", "count": 1 }, { "date": "2024-04-03", "count": 1 }, { "date": "2024-04-07", "count": 1 }, { "date": "2024-04-09", "count": 1 }, { "date": "2024-04-10", "count": 2 }, { "date": "2024-04-11", "count": 1 }, { "date": "2024-04-15", "count": 1 }, { "date": "2024-04-16", "count": 2 }, { "date": "2024-04-17", "count": 1 }, { "date": "2024-04-19", "count": 1 }, { "date": "2024-04-21", "count": 1 }, { "date": "2024-04-24", "count": 1 }, { "date": "2024-04-25", "count": 1 }, { "date": "2024-04-26", "count": 1 }, { "date": "2024-04-27", "count": 1 }, { "date": "2024-04-28", "count": 1 }, { "date": "2024-04-30", "count": 1 }, { "date": "2024-05-01", "count": 1 }, { "date": "2024-05-06", "count": 1 }, { "date": "2024-05-08", "count": 2 }, { "date": "2024-05-19", "count": 1 }, { "date": "2024-05-21", "count": 1 }, { "date": "2024-05-22", "count": 1 }, { "date": "2024-05-23", "count": 1 }, { "date": "2024-05-29", "count": 1 }, { "date": "2024-05-30", "count": 1 }, { "date": "2024-05-31", "count": 2 }, { "date": "2024-06-01", "count": 1 }, { "date": "2024-06-05", "count": 1 }, { "date": "2024-06-09", "count": 1 }, { "date": "2024-06-11", "count": 2 }, { "date": "2024-06-13", "count": 1 }, { "date": "2024-06-14", "count": 1 }, { "date": "2024-06-20", "count": 2 }, { "date": "2024-06-21", "count": 1 }, { "date": "2024-06-23", "count": 1 }, { "date": "2024-06-24", "count": 1 }, { "date": "2024-07-04", "count": 2 }, { "date": "2024-07-05", "count": 1 }, { "date": "2024-07-06", "count": 1 }, { "date": "2024-07-10", "count": 2 }, { "date": "2024-07-12", "count": 1 }, { "date": "2024-07-20", "count": 2 }, { "date": "2024-07-22", "count": 1 }, { "date": "2024-07-23", "count": 1 }, { "date": "2024-07-24", "count": 1 }, { "date": "2024-07-29", "count": 1 }, { "date": "2024-08-01", "count": 1 }, { "date": "2024-08-05", "count": 3 }, { "date": "2024-08-07", "count": 1 }, { "date": "2024-08-13", "count": 2 }, { "date": "2024-08-15", "count": 1 }, { "date": "2024-08-17", "count": 1 }, { "date": "2024-08-18", "count": 2 }, { "date": "2024-08-19", "count": 1 }, { "date": "2024-08-21", "count": 1 }, { "date": "2024-08-25", "count": 1 }, { "date": "2024-08-31", "count": 3 }, { "date": "2024-09-02", "count": 1 }, { "date": "2024-09-06", "count": 1 }, { "date": "2024-09-09", "count": 1 }, { "date": "2024-09-15", "count": 1 }, { "date": "2024-09-17", "count": 1 }, { "date": "2024-09-18", "count": 1 }, { "date": "2024-09-19", "count": 1 }, { "date": "2024-09-24", "count": 1 }, { "date": "2024-09-27", "count": 2 }, { "date": "2024-09-29", "count": 1 }, { "date": "2024-10-05", "count": 2 }, { "date": "2024-10-07", "count": 1 }, { "date": "2024-10-11", "count": 2 }, { "date": "2024-10-13", "count": 1 }, { "date": "2024-10-14", "count": 2 }, { "date": "2024-10-16", "count": 1 }, { "date": "2024-10-17", "count": 1 }, { "date": "2024-10-20", "count": 1 }, { "date": "2024-10-21", "count": 1 }, { "date": "2024-10-23", "count": 2 }, { "date": "2024-10-25", "count": 1 }, { "date": "2024-10-29", "count": 1 }, { "date": "2024-10-30", "count": 2 }, { "date": "2024-11-02", "count": 1 }, { "date": "2024-11-04", "count": 1 }, { "date": "2024-11-05", "count": 1 }, { "date": "2024-11-06", "count": 2 }, { "date": "2024-11-07", "count": 2 }, { "date": "2024-11-13", "count": 1 }, { "date": "2024-11-14", "count": 1 }, { "date": "2024-11-15", "count": 2 }, { "date": "2024-11-18", "count": 2 }, { "date": "2024-11-19", "count": 1 }, { "date": "2024-11-20", "count": 1 }, { "date": "2024-11-22", "count": 1 }, { "date": "2024-11-23", "count": 1 }, { "date": "2024-11-24", "count": 1 }, { "date": "2024-11-27", "count": 1 }, { "date": "2024-12-10", "count": 1 }, { "date": "2024-12-11", "count": 2 }, { "date": "2024-12-16", "count": 1 }, { "date": "2024-12-18", "count": 2 }, { "date": "2024-12-19", "count": 1 }, { "date": "2024-12-20", "count": 2 }, { "date": "2024-12-23", "count": 1 }, { "date": "2024-12-25", "count": 2 }, { "date": "2024-12-29", "count": 1 }, { "date": "2025-01-01", "count": 1 }, { "date": "2025-01-06", "count": 1 }, { "date": "2025-01-07", "count": 1 }, { "date": "2025-01-11", "count": 1 }, { "date": "2025-01-12", "count": 1 }, { "date": "2025-01-13", "count": 1 }, { "date": "2025-01-14", "count": 1 }, { "date": "2025-01-15", "count": 1 }, { "date": "2025-01-16", "count": 2 }, { "date": "2025-01-22", "count": 2 }, { "date": "2025-01-25", "count": 2 }, { "date": "2025-01-27", "count": 1 }, { "date": "2025-01-30", "count": 1 }, { "date": "2025-02-01", "count": 1 }, { "date": "2025-02-04", "count": 2 }, { "date": "2025-02-09", "count": 1 }, { "date": "2025-02-11", "count": 1 }, { "date": "2025-02-13", "count": 1 }, { "date": "2025-02-23", "count": 1 }, { "date": "2025-02-24", "count": 1 }, { "date": "2025-02-28", "count": 1 }, { "date": "2025-03-09", "count": 2 }, { "date": "2025-03-10", "count": 2 }, { "date": "2025-03-14", "count": 2 }, { "date": "2025-03-19", "count": 1 }, { "date": "2025-03-20", "count": 1 }, { "date": "2025-03-21", "count": 1 }, { "date": "2025-03-22", "count": 1 }, { "date": "2025-03-26", "count": 1 }, { "date": "2025-04-11", "count": 1 }, { "date": "2025-04-12", "count": 1 }, { "date": "2025-04-16", "count": 1 }, { "date": "2025-04-18", "count": 1 }, { "date": "2025-04-19", "count": 3 }, { "date": "2025-04-21", "count": 2 }, { "date": "2025-04-22", "count": 2 }, { "date": "2025-04-24", "count": 1 }, { "date": "2025-04-26", "count": 1 }, { "date": "2025-04-27", "count": 1 }, { "date": "2025-05-06", "count": 2 }, { "date": "2025-05-07", "count": 3 }, { "date": "2025-05-09", "count": 1 }, { "date": "2025-05-13", "count": 1 }, { "date": "2025-05-14", "count": 1 }, { "date": "2025-05-19", "count": 1 }, { "date": "2025-05-25", "count": 1 }, { "date": "2025-05-26", "count": 1 }, { "date": "2025-05-27", "count": 1 }, { "date": "2025-05-28", "count": 2 }, { "date": "2025-06-01", "count": 1 }, { "date": "2025-06-06", "count": 1 }, { "date": "2025-06-15", "count": 1 }, { "date": "2025-06-21", "count": 1 }, { "date": "2025-06-24", "count": 3 }, { "date": "2025-06-25", "count": 2 }, { "date": "2025-06-26", "count": 2 }, { "date": "2025-06-27", "count": 1 }, { "date": "2025-06-28", "count": 1 }, { "date": "2025-06-30", "count": 1 }, { "date": "2025-07-01", "count": 1 }, { "date": "2025-07-07", "count": 1 }, { "date": "2025-07-13", "count": 4 }, { "date": "2025-07-16", "count": 2 }, { "date": "2025-07-17", "count": 1 }, { "date": "2025-07-18", "count": 1 }, { "date": "2025-07-23", "count": 2 }, { "date": "2025-07-29", "count": 1 }, { "date": "2025-07-30", "count": 2 }, { "date": "2025-08-02", "count": 3 }, { "date": "2025-08-05", "count": 1 }, { "date": "2025-08-06", "count": 1 }, { "date": "2025-08-08", "count": 1 }, { "date": "2025-08-10", "count": 1 }, { "date": "2025-08-13", "count": 1 }, { "date": "2025-08-14", "count": 1 }, { "date": "2025-08-18", "count": 1 }, { "date": "2025-08-19", "count": 3 }, { "date": "2025-08-20", "count": 1 }, { "date": "2025-08-25", "count": 1 }, { "date": "2025-08-28", "count": 1 }, { "date": "2025-08-30", "count": 3 }, { "date": "2025-08-31", "count": 2 }, { "date": "2025-09-10", "count": 1 }, { "date": "2025-09-11", "count": 1 }, { "date": "2025-09-25", "count": 1 }, { "date": "2025-09-26", "count": 2 }, { "date": "2025-09-28", "count": 2 }, { "date": "2025-09-29", "count": 1 }, { "date": "2025-09-30", "count": 1 }, { "date": "2025-10-01", "count": 1 }, { "date": "2025-10-03", "count": 1 }, { "date": "2025-10-04", "count": 1 }, { "date": "2025-10-09", "count": 1 }, { "date": "2025-10-20", "count": 1 }, { "date": "2025-10-21", "count": 2 }, { "date": "2025-11-01", "count": 1 }, { "date": "2025-11-04", "count": 2 }, { "date": "2025-11-11", "count": 1 }, { "date": "2025-11-12", "count": 1 }, { "date": "2025-11-13", "count": 1 }, { "date": "2025-11-16", "count": 1 }, { "date": "2025-11-17", "count": 1 }, { "date": "2025-11-19", "count": 1 }, { "date": "2025-11-24", "count": 5 }, { "date": "2025-11-28", "count": 1 }, { "date": "2025-11-30", "count": 4 }, { "date": "2025-12-01", "count": 1 }, { "date": "2025-12-02", "count": 1 }, { "date": "2025-12-04", "count": 2 }, { "date": "2025-12-08", "count": 1 }, { "date": "2025-12-09", "count": 1 }, { "date": "2025-12-16", "count": 2 }, { "date": "2025-12-23", "count": 1 }, { "date": "2025-12-25", "count": 2 }, { "date": "2025-12-26", "count": 1 }, { "date": "2025-12-29", "count": 1 }, { "date": "2026-01-02", "count": 1 }, { "date": "2026-01-03", "count": 2 }, { "date": "2026-01-07", "count": 1 }, { "date": "2026-01-08", "count": 1 }, { "date": "2026-01-09", "count": 3 }, { "date": "2026-01-16", "count": 2 }, { "date": "2026-01-20", "count": 1 }, { "date": "2026-01-21", "count": 1 }, { "date": "2026-01-22", "count": 1 }, { "date": "2026-01-26", "count": 1 }, { "date": "2026-01-28", "count": 1 }, { "date": "2026-01-29", "count": 1 }, { "date": "2026-02-03", "count": 1 }, { "date": "2026-02-05", "count": 1 }, { "date": "2026-02-08", "count": 1 }, { "date": "2026-02-09", "count": 1 }, { "date": "2026-02-17", "count": 1 }, { "date": "2026-02-22", "count": 2 }, { "date": "2026-02-23", "count": 2 }, { "date": "2026-02-25", "count": 1 }, { "date": "2026-02-28", "count": 1 }, { "date": "2026-03-02", "count": 1 }, { "date": "2026-03-05", "count": 1 }, { "date": "2026-03-06", "count": 1 }, { "date": "2026-03-10", "count": 1 }, { "date": "2026-03-11", "count": 1 }, { "date": "2026-03-13", "count": 1 }, { "date": "2026-03-14", "count": 1 }, { "date": "2026-03-23", "count": 4 }, { "date": "2026-03-29", "count": 2 }, { "date": "2026-03-30", "count": 1 }, { "date": "2026-04-01", "count": 1 }, { "date": "2026-04-11", "count": 1 }, { "date": "2026-04-15", "count": 1 }, { "date": "2026-04-17", "count": 1 }, { "date": "2026-04-19", "count": 1 }, { "date": "2026-04-22", "count": 1 }, { "date": "2026-04-28", "count": 1 }, { "date": "2026-04-29", "count": 1 }, { "date": "2026-04-30", "count": 1 }, { "date": "2026-05-05", "count": 1 }, { "date": "2026-05-07", "count": 1 }, { "date": "2026-05-09", "count": 1 }, { "date": "2026-05-17", "count": 1 }, { "date": "2026-05-24", "count": 1 }, { "date": "2026-05-25", "count": 1 }, { "date": "2026-05-30", "count": 1 }, { "date": "2026-06-01", "count": 1 }, { "date": "2026-06-08", "count": 1 }, { "date": "2026-06-17", "count": 1 }, { "date": "2026-06-19", "count": 1 }, { "date": "2026-06-27", "count": 1 }, { "date": "2026-06-28", "count": 1 } ], "complete": false, "collected": 1000, "total_stars": 2843 }, "open_issues_and_prs": 169 }, "ai_readiness": { "has_nix": false, "example_dirs": [ "examples" ], "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": 37382, "source_files_sampled": 100, "oversized_source_files": 0, "agent_instruction_files": [], "agent_instruction_max_bytes": null }, "dependencies": { "manifests": [ "doc/requirements.txt", "requirements-testing.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:pexpect@4.9.0", "unassessed_count": 0, "direct_affected_count": 0 }, "ecosystems": [ "pypi" ], "dependencies": [], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "aiounittest", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "coverage", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "coveralls", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "ptyprocess", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "pytest", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "pytest-cov", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "sphinx", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "sphinx-rtd-theme", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "sphinxcontrib-github-alt", "direct": false, "version": null, "ecosystem": "pypi" } ], "collected": true, "truncated": false, "total_count": 9, "direct_count": 0, "indirect_count": 9 } }, "maintainership": { "issues": { "open_prs": 17, "merged_prs": 229, "open_issues": 152, "closed_ratio": 0.694, "closed_issues": 345, "closed_unmerged_prs": 82 }, "bus_factor": 2, "bot_contributors": 0, "top_contributors": [ { "type": "User", "login": "takluyver", "commits": 432, "avatar_url": "https://avatars.githubusercontent.com/u/327925?v=4" }, { "type": "User", "login": "jquast", "commits": 320, "avatar_url": "https://avatars.githubusercontent.com/u/972584?v=4" }, { "type": "User", "login": "Red-M", "commits": 103, "avatar_url": "https://avatars.githubusercontent.com/u/1468433?v=4" }, { "type": "User", "login": "dluyer", "commits": 46, "avatar_url": "https://avatars.githubusercontent.com/u/53582923?v=4" }, { "type": "User", "login": "myint", "commits": 13, "avatar_url": "https://avatars.githubusercontent.com/u/1235108?v=4" }, { "type": "User", "login": "joeledwards", "commits": 12, "avatar_url": "https://avatars.githubusercontent.com/u/412853?v=4" }, { "type": "User", "login": "jdemeyer", "commits": 9, "avatar_url": "https://avatars.githubusercontent.com/u/3625785?v=4" }, { "type": "User", "login": "tapple-cisco", "commits": 8, "avatar_url": "https://avatars.githubusercontent.com/u/167885465?v=4" }, { "type": "User", "login": "kbriggs", "commits": 7, "avatar_url": "https://avatars.githubusercontent.com/u/841569?v=4" }, { "type": "User", "login": "kislyuk", "commits": 6, "avatar_url": "https://avatars.githubusercontent.com/u/862013?v=4" } ], "contributors_sampled": 88, "top_contributor_share": 0.401 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "ci.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "security_signals": { "lockfiles": [], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 10, "reason": "no binaries found in the repo", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": null, "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 0, "reason": "0 out of 11 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": 7, "reason": "Found 11/14 approved changesets -- score normalized to 7", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 10, "reason": "project has 51 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": 9, "reason": "license file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license" }, { "name": "Maintained", "score": 0, "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained" }, { "name": "Packaging", "score": null, "reason": "packaging workflow not detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging" }, { "name": "Pinned-Dependencies", "score": 0, "reason": "dependency not pinned by hash detected -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 0, "reason": "SAST tool is not run on all commits -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast" }, { "name": "Security-Policy", "score": 0, "reason": "security policy file not detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy" }, { "name": "Signed-Releases", "score": 0, "reason": "Project has not signed or included provenance with any releases.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 10, "reason": "0 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "fc8f062518b40bd0862aae870cdedf5d9c0c7fc3", "ran_at": "2026-07-21T22:31:04Z", "aggregate_score": 3.8, "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": 778, "created_at": "2023-10-05T14:56:47Z", "last_comment_at": null, "last_comment_author": null }, { "number": 780, "created_at": "2023-11-25T17:51:43Z", "last_comment_at": "2024-10-30T10:10:44Z", "last_comment_author": "Red-M" }, { "number": 782, "created_at": "2023-11-26T04:04:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 788, "created_at": "2024-01-04T00:00:43Z", "last_comment_at": "2024-03-19T10:13:20Z", "last_comment_author": "nowayelse" }, { "number": 791, "created_at": "2024-02-02T14:42:27Z", "last_comment_at": "2024-07-02T21:12:54Z", "last_comment_author": "tianhuil" }, { "number": 798, "created_at": "2024-07-08T23:53:15Z", "last_comment_at": null, "last_comment_author": null }, { "number": 801, "created_at": "2024-10-16T16:09:48Z", "last_comment_at": null, "last_comment_author": null }, { "number": 810, "created_at": "2024-12-13T16:16:45Z", "last_comment_at": null, "last_comment_author": null }, { "number": 812, "created_at": "2025-01-28T15:13:14Z", "last_comment_at": null, "last_comment_author": null }, { "number": 813, "created_at": "2025-01-31T17:08:42Z", "last_comment_at": null, "last_comment_author": null }, { "number": 815, "created_at": "2025-02-21T08:15:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 818, "created_at": "2025-05-18T07:27:37Z", "last_comment_at": null, "last_comment_author": null }, { "number": 819, "created_at": "2025-06-25T15:18:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 822, "created_at": "2025-11-16T16:39:42Z", "last_comment_at": null, "last_comment_author": null }, { "number": 826, "created_at": "2026-02-26T02:01:31Z", "last_comment_at": null, "last_comment_author": null }, { "number": 833, "created_at": "2026-06-29T14:54:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 834, "created_at": "2026-07-02T17:02:11Z", "last_comment_at": null, "last_comment_author": null } ], "last_merged_pr_at": "2025-03-05T12:06:20Z", "ci_last_conclusion": null, "oldest_open_issues": [ { "number": 50, "created_at": "2014-05-08T16:40:32Z", "last_comment_at": "2015-09-20T13:21:26Z", "last_comment_author": "takluyver" }, { "number": 54, "created_at": "2014-05-19T07:35:17Z", "last_comment_at": "2014-06-02T19:25:59Z", "last_comment_author": "takluyver" }, { "number": 103, "created_at": "2014-08-13T17:20:10Z", "last_comment_at": "2015-09-21T16:48:24Z", "last_comment_author": "jquast" }, { "number": 120, "created_at": "2014-09-30T04:18:35Z", "last_comment_at": "2015-09-21T20:07:42Z", "last_comment_author": "jquast" }, { "number": 130, "created_at": "2014-10-23T18:36:51Z", "last_comment_at": "2014-10-23T21:41:18Z", "last_comment_author": "takluyver" }, { "number": 133, "created_at": "2014-11-10T21:52:30Z", "last_comment_at": "2020-06-10T09:32:31Z", "last_comment_author": "takluyver" }, { "number": 209, "created_at": "2015-04-26T05:52:55Z", "last_comment_at": "2016-02-15T02:23:16Z", "last_comment_author": "jquast" }, { "number": 270, "created_at": "2015-10-04T21:44:55Z", "last_comment_at": "2015-10-12T12:05:38Z", "last_comment_author": "quicksilvero2" }, { "number": 319, "created_at": "2016-01-14T13:16:37Z", "last_comment_at": null, "last_comment_author": null }, { "number": 325, "created_at": "2016-02-10T20:07:59Z", "last_comment_at": "2016-02-11T12:38:51Z", "last_comment_author": "takluyver" }, { "number": 326, "created_at": "2016-02-14T06:41:07Z", "last_comment_at": "2016-02-14T14:09:30Z", "last_comment_author": "jquast" }, { "number": 330, "created_at": "2016-02-26T17:50:38Z", "last_comment_at": null, "last_comment_author": null }, { "number": 337, "created_at": "2016-03-09T23:34:46Z", "last_comment_at": "2016-04-06T17:58:20Z", "last_comment_author": "MountainRider" }, { "number": 338, "created_at": "2016-03-10T19:12:37Z", "last_comment_at": "2016-05-19T13:50:46Z", "last_comment_author": "jquast" }, { "number": 353, "created_at": "2016-06-09T09:18:13Z", "last_comment_at": null, "last_comment_author": null }, { "number": 356, "created_at": "2016-06-16T20:53:27Z", "last_comment_at": "2020-04-25T21:19:04Z", "last_comment_author": "blackbit42" }, { "number": 363, "created_at": "2016-07-13T12:13:28Z", "last_comment_at": "2018-01-27T12:45:00Z", "last_comment_author": "garfieldnate" }, { "number": 366, "created_at": "2016-08-11T09:17:52Z", "last_comment_at": null, "last_comment_author": null }, { "number": 367, "created_at": "2016-08-11T14:56:04Z", "last_comment_at": "2016-08-11T15:04:14Z", "last_comment_author": "takluyver" }, { "number": 368, "created_at": "2016-08-15T22:38:18Z", "last_comment_at": "2016-08-16T00:23:06Z", "last_comment_author": "jquast" } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/pexpect/pexpect", "host": "github.com", "name": "pexpect", "owner": "pexpect" }, "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": 50, "vitality": 13, "community": 68, "governance": 64, "engineering": 61, "abandonment_cap": 49, "abandonment_state": "likely_abandoned", "abandonment_multiplier": 60, "weighted_overall_before_abandonment": 51, "overall_after_abandonment_multiplier": 31 }, "components": [] }, "categories": [ { "key": "vitality", "band": "critical", "name": "Vitality", "value": 13, "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": 466, "active_weeks_last_year": 0 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 466 days ago", "points": 0, "status": "missed", "details": [ { "code": "push_recency", "params": { "days": 466 } } ], "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": null, "notes": [], "value": 32, "inputs": { "releases_count": 12, "latest_release_tag": "4.9", "releases_from_tags": false, "days_since_latest_release": 969, "mean_days_between_releases": 408.9 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "12 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 12 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 969 days ago", "points": 0, "status": "missed", "details": [ { "code": "release_recency", "params": { "days": 969 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~408.9 days", "points": 5.4, "status": "partial", "details": [ { "code": "release_cadence", "params": { "gap": 408.9 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "abandonment", "band": "moderate", "name": "Abandonment", "note": null, "notes": [], "value": 60, "inputs": { "cap": 49, "state": "likely_abandoned", "guards": [ "dependencies_clean" ], "signals": [ "unanswered_contributions", "issue_rot", "scorecard_unmaintained" ], "red_flag": true, "multiplier_pct": 60, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": 14, "unanswered_open_issues": 8, "days_since_last_merged_pr": 503, "days_since_last_human_commit": 466, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "no human commit for 466 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained", "points": 60, "status": "partial", "details": [ { "code": "abandonment_flagged", "params": { "days": 466, "count": 3, "signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained" } } ], "max_points": 100 } ] } ], "description": "Is the project alive — is code being written and are releases shipping?" }, { "key": "community", "band": "moderate", "name": "Community & Adoption", "value": 68, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "excellent", "name": "Popularity & adoption", "note": null, "notes": [], "value": 89, "inputs": { "forks": 494, "stars": 2843, "watchers": 85, "growth_state": "organic", "growth_factor_pct": 100 }, "components": [ { "key": "stars", "name": "Stars", "detail": "2,843 stars", "points": 56, "status": "partial", "details": [ { "code": "stars", "params": { "count": 2843 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "494 forks", "points": 22.4, "status": "partial", "details": [ { "code": "forks", "params": { "count": 494 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "85 watchers", "points": 10.7, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 85 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "at_risk", "name": "Community health", "note": null, "notes": [], "value": 44, "inputs": { "has_readme": true, "has_license": true, "has_contributing": false, "has_issue_template": false, "has_code_of_conduct": false, "has_pull_request_template": false }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "license file present, not a recognized license", "points": 16.9, "status": "partial", "details": [ { "code": "license_custom", "params": {} } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 13.5 }, { "key": "issue_template", "name": "Issue template", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 7.2 }, { "key": "pr_template", "name": "PR template", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.3 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 64, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "moderate", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 62, "inputs": { "bus_factor": 2, "contributors_sampled": 88, "top_contributor_share": 0.401 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "2 contributor(s) cover half of all commits", "points": 25.2, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 2 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 40% of commits", "points": 13.5, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 40 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "88 contributors", "points": 13.5, "status": "met", "details": [ { "code": "contributors_sampled", "params": { "count": 88 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 51 contributing companies or organizations", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 71, "inputs": { "merged_prs": 229, "open_issues": 152, "closed_issues": 345, "issue_closed_ratio": 0.694, "closed_unmerged_prs": 82 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "69% of issues closed", "points": 32.4, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 69 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "229/311 decided PRs merged", "points": 28.2, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 229, "decided": 311 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 11/14 approved changesets -- score normalized to 7", "points": 10.5, "status": "partial", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": null, "notes": [], "value": 55, "inputs": { "followers": 19, "owner_type": "Organization", "is_verified": null, "owner_login": "pexpect", "public_repos": 2, "account_age_days": 4690 }, "components": [ { "key": "ownership_backing", "name": "Ownership backing", "detail": "organization-owned", "points": 30, "status": "met", "details": [ { "code": "owner_organization", "params": {} } ], "max_points": 30 }, { "key": "verified_domain", "name": "Verified domain", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "owner_reach", "name": "Owner reach", "detail": "19 followers of pexpect", "points": 9.4, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 19, "login": "pexpect" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "2 public repos, account ~12 yr old", "points": 15.5, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 2 } }, { "code": "account_age_years", "params": { "years": 12 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "moderate", "name": "Package maintenance", "note": null, "notes": [], "value": 69, "inputs": { "packages": [ "pexpect" ], "ecosystems": "pypi", "any_deprecated": false, "min_days_since_publish": 969 }, "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 969 days ago", "points": 4, "status": "partial", "details": [ { "code": "publish_recency", "params": { "days": 969 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "18 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 18 } } ], "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": 61, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "at_risk", "name": "Engineering practices", "note": null, "notes": [], "value": 48, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "1 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 1 } } ], "max_points": 24 }, { "key": "tests_present", "name": "Tests present", "detail": null, "points": 24, "status": "met", "details": [], "max_points": 24 }, { "key": "linter_config", "name": "Linter config", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 9.6 }, { "key": "editorconfig", "name": ".editorconfig", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.4 }, { "key": "openssf_scorecard_ci_tests", "name": "OpenSSF Scorecard: CI-Tests", "detail": "0 out of 11 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": 80, "inputs": { "topics": [], "has_wiki": false, "homepage": "http://pexpect.readthedocs.io/", "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": "http://pexpect.readthedocs.io/", "points": 15, "status": "met", "details": [], "max_points": 15 }, { "key": "repository_description", "name": "Repository description", "detail": null, "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "topics", "name": "Topics", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 }, { "key": "wiki", "name": "Wiki", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 } ] } ], "description": "Are baseline engineering and documentation practices in place?" }, { "key": "security", "band": "moderate", "name": "Security", "value": 50, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "at_risk", "name": "Security posture", "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "branch_protection", "packaging" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 38, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 16, "scorecard_version": "v5.5.0", "checks_inconclusive": 2, "scorecard_aggregate": 3.8 }, "components": [ { "key": "binary_artifacts", "name": "Binary-Artifacts", "detail": "no binaries found in the repo", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "branch_protection", "name": "Branch-Protection", "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "0 out of 11 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 11/14 approved changesets -- score normalized to 7", "points": 5.2, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 51 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.2, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "maintained", "name": "Maintained", "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow not detected", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool is not run on all commits -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "security_policy", "name": "Security-Policy", "detail": "security policy file not detected", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "signed_releases", "name": "Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "0 existing vulnerabilities detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "excellent", "name": "Dependency advisories", "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pexpect@4.9.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:pexpect@4.9.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": 13 }, "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": 40, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "at_risk", "name": "Agent context & guidance", "note": null, "notes": [], "value": 31, "inputs": { "has_llms_txt": false, "legible_history_share": 0.58, "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": "58 of 100 human commits state their intent (structured subject or explanatory body)", "points": 30.9, "status": "partial", "details": [ { "code": "legible_history", "params": { "legible": 58, "sampled": 100 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "at_risk", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 40, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [], "has_dockerfile": false, "typed_language": false, "bootstrap_files": [ "doc/Makefile" ], "has_devcontainer": false, "has_linter_config": false, "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": null, "points": 0, "status": "missed", "details": [], "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": 55, "inputs": { "primary_language": "Python", "largest_source_bytes": 37382, "source_files_sampled": 100, "oversized_source_files": 0 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "Python without a type-check config", "points": 0, "status": "missed", "details": [ { "code": "no_typecheck_config_language", "params": { "language": "Python" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "0/100 source files over 60KB", "points": 55, "status": "met", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 100, "oversized": 0 } } ], "max_points": 55 } ] }, { "key": "ai_interfaces", "band": "at_risk", "name": "Machine-readable interfaces", "note": null, "notes": [], "value": 40, "inputs": { "example_dirs": [ "examples" ], "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", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "examples" } } ], "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:31:29.359362Z", "schema_version": "0.25.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pexpect/pexpect.svg", "full_name": "pexpect/pexpect", "license_state": "custom", "license_spdx": null }, "repoMeta": null, "notFound": false, "related": [ { "id": 139, "full_name": "apache/superset", "url": "https://github.com/apache/superset", "description": "Apache Superset is a Data Visualization and Data Exploration Platform", "ecosystem": "npm", "ecosystems": [ "npm", "pypi" ], "primary_language": "TypeScript", "languages": [ "TypeScript", "Python", "Jupyter Notebook" ], "topics": [ "superset", "apache", "apache-superset", "data-visualization", "data-viz", "analytics", "business-intelligence", "data-science", "data-engineering", "asf", "bi", "business-analytics", "data-analytics", "data-analysis", "python", "react", "sql-editor", "flask", "extensions", "visualization", "embed", "embedded", "sdk", "iframe", "dashboard", "chart", "cli", "development-tools" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 73846, "forks": 17889, "watchers": 1535, "monthly_downloads": 1098754, "latest_score": 97, "latest_band": "excellent", "latest_scanned_at": "2026-07-15T20:41:37.957488Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 11038, "full_name": "onnx/onnx", "url": "https://github.com/onnx/onnx", "description": "Open standard for machine learning interoperability", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Python", "languages": [ "Python", "C++" ], "topics": [ "deep-learning", "deep-neural-networks", "neural-network", "onnx", "pytorch", "tensorflow", "keras", "scikit-learn", "ml", "machine-learning", "dnn", "ai", "artificial-intelligence" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 21160, "forks": 3973, "watchers": 422, "monthly_downloads": null, "latest_score": 95, "latest_band": "excellent", "latest_scanned_at": "2026-07-17T00:44:18.902853Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 10747, "full_name": "scikit-learn/scikit-learn", "url": "https://github.com/scikit-learn/scikit-learn", "description": "scikit-learn: machine learning in Python", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "machine-learning", "python", "statistics", "data-science", "data-analysis" ], "license_spdx": "BSD-3-Clause", "license_state": "standard", "stars": 66748, "forks": 27200, "watchers": 2124, "monthly_downloads": 216399843, "latest_score": 95, "latest_band": "excellent", "latest_scanned_at": "2026-07-22T01:48:23.800991Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 21535, "full_name": "run-llama/llama_index", "url": "https://github.com/run-llama/llama_index", "description": "LlamaIndex is the leading document agent and OCR platform", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Python", "languages": [ "Python", "Jupyter Notebook" ], "topics": [ "agents", "application", "data", "fine-tuning", "framework", "llamaindex", "llm", "rag", "vector-database", "multi-agents", "nlp", "devtools", "index", "retrieval" ], "license_spdx": "MIT", "license_state": "standard", "stars": 50927, "forks": 7772, "watchers": 281, "monthly_downloads": 22943707, "latest_score": 94, "latest_band": "excellent", "latest_scanned_at": "2026-07-18T14:07:28.301018Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 10517, "full_name": "wandb/wandb", "url": "https://github.com/wandb/wandb", "description": "The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.", "ecosystem": "pypi", "ecosystems": [ "pypi", "go", "crates" ], "primary_language": "Python", "languages": [ "Python", "Go" ], "topics": [ "machine-learning", "experiment-track", "deep-learning", "keras", "tensorflow", "pytorch", "hyperparameter-search", "reinforcement-learning", "mlops", "data-science", "collaboration", "hyperparameter-optimization", "reproducibility", "hyperparameter-tuning", "data-versioning", "model-versioning", "ml-platform", "jax", "ai" ], "license_spdx": "MIT", "license_state": "standard", "stars": 11195, "forks": 885, "watchers": 62, "monthly_downloads": 23033482, "latest_score": 94, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T23:02:12.679869Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 30871, "full_name": "apache/airflow", "url": "https://github.com/apache/airflow", "description": "Apache Airflow - A platform to programmatically author, schedule, and monitor workflows", "ecosystem": "pypi", "ecosystems": [ "pypi", "npm", "go", "maven" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "airflow", "apache", "apache-airflow", "python", "scheduler", "workflow", "automation", "dag", "data-engineering", "data-integration", "data-orchestrator", "data-pipelines", "data-science", "elt", "etl", "machine-learning", "mlops", "orchestration", "workflow-engine", "workflow-orchestration", "data", "pipelines" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 46191, "forks": 17407, "watchers": 781, "monthly_downloads": 28891797, "latest_score": 93, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T02:34:57.958196Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
Публічний реєстр
Звіт про здоров'я програмного забезпеченнясхема 0.25.0 · метрики 1.13.0 · 2026-07-21 22:31 UTC

pexpect / pexpect

A Python module for controlling interactive programs in a pseudo-terminal

PythonВласна ліцензія★ 2 843 зірки⑂ 494 форкиз вер. 2013 р.Переглянути на GitHub ↗

pexpect/pexpect має індекс здоров’я 31 зі 100, що відповідає смузі «У зоні ризику». Найвищий показник — Community & Adoption (68/100), найнижчий — Vitality (13/100). Останнє оновлення було 466 днів тому. Більшість нещодавньої роботи виконують 2 учасники.

31
загалом / 100
У зоні ризику

Індекс здоров'я програмного забезпечення

Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє середнє; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 49 («Під ризиком»). Готовність до ШІ не входить до індексу.

31
Відмінний85-100Зразковий; відповідає практично всім перевіреним критеріям
Добрий70-84Здоровий; незначні прогалини
Помірний50-69Прийнятний, але з помітними прогалинами; рекомендовано перевірку
У зоні ризику30-49Суттєві слабкі місця; впровадження потребує обережності
Критичний1-29Серйозні проблеми (покинутий, єдиний мейнтейнер, без базової гігієни)
ЖиттєздатністьСпільнота тавпровадженняСталість таврядуванняІнженернаякістьБезпекаГотовність доШІ

Профіль оцінок

Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.

Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.

Власність

pexpectОрганізація
19 підписників2 публічні репозиторіїз вер. 2013 р.

За цим репозиторієм стоїть організація — спільна, підзвітна опіка, здатна пережити будь-якого окремого мейнтейнера.

Пакетні екосистеми

РеєстрПакетВерсіяЗавантажень / місВерсіїОстання публікація
PyPIpexpect4.9.0-18969 днів тому

Метрики за категоріями

Життєздатність

Чи живий проєкт — чи пишеться код і чи виходять релізи?

13Критичний · 22% загального індексу
Як обчислюється оцінка
0/36Свіжість push — останній push 466 дн. тому
0/36Ритм комітів — 0/52 тижнів із комітами
0/18Обсяг комітів — 0 комітів за останній рік
0/10OpenSSF Scorecard: Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Використані вхідні дані
commits_last_year0
human_commit_share1
days_since_last_push466
active_weeks_last_year0

Дисципліна релізів

32У зоні ризику
Як обчислюється оцінка
27/27Випускає релізи — опубліковано 12 релізів
0/36Свіжість релізів — останній реліз 969 дн. тому
5.4/27Ритм релізів — реліз кожні ~408,9 дн.
0/10OpenSSF Scorecard: Signed-Releases — Project has not signed or included provenance with any releases.
Використані вхідні дані
releases_count12
latest_release_tag4.9
releases_from_tagsні
days_since_latest_release969
mean_days_between_releases408,9

Спільнота та впровадження

Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?

68Помірний · 18% загального індексу
Як обчислюється оцінка
56/60Зірки — 2 843 зірок
22.4/25Форки — 494 форків
10.7/15Спостерігачі — 85 спостерігачів
Використані вхідні дані
forks494
stars2 843
watchers85
growth_stateorganic
growth_factor_pct100

Здоров'я спільноти

44У зоні ризику
Як обчислюється оцінка
22.5/22.5README
16.9/22.5Ліцензія — файл ліцензії наявний, не є визнаною ліцензією
0/18Настанови CONTRIBUTING
0/13.5Кодекс поведінки
0/7.2Шаблон issue
0/6.3Шаблон PR
Використані вхідні дані
has_readmeтак
has_licenseтак
has_contributingні
has_issue_templateні
has_code_of_conductні
has_pull_request_templateні

Сталість та врядування

Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?

64Помірний · 24% загального індексу
Як обчислюється оцінка
25.2/54Бас-фактор — на 2 контриб’ютор(ів) припадає половина всіх комітів
13.5/22.5Розподіл комітів — головний контриб’ютор — автор 40% комітів
13.5/13.5Широта контриб’юторів — 88 контриб’юторів
10/10OpenSSF Scorecard: Contributors — project has 51 contributing companies or organizations
Використані вхідні дані
bus_factor2
contributors_sampled88
top_contributor_share0,401
Як обчислюється оцінка
32.4/46.8Вирішення issue — закрито 69% issue
28.2/38.3Прийняття PR — злито 229/311 вирішених PR
10.5/15OpenSSF Scorecard: Code-Review — Found 11/14 approved changesets -- score normalized to 7
Використані вхідні дані
merged_prs229
open_issues152
closed_issues345
issue_closed_ratio0,694
closed_unmerged_prs82
Як обчислюється оцінка
30/30Підтримка власника — у власності організації
0/20Верифікований домен
9.4/25Охоплення власника — 19 підписників у pexpect
15.5/25Послужний список — 2 публічних репозиторіїв, вік облікового запису ~12 р.
Використані вхідні дані
followers19
owner_typeOrganization
is_verified
owner_loginpexpect
public_repos2
account_age_days4 690
Як обчислюється оцінка
25/25Опубліковано й доступно — 1 пакет(ів) у pypi
4/35Свіжість публікацій — остання публікація 969 дн. тому
20/20Історія версій — 18 опублікованих версій
20/20Не застарілий — активний, не deprecated і не yanked
Використані вхідні дані
packagespexpect
ecosystemspypi
any_deprecatedні
min_days_since_publish969

Інженерна якість

Чи наявні базові інженерні практики та документація?

61Помірний · 20% загального індексу

Інженерні практики

48У зоні ризику
Як обчислюється оцінка
24/24Процеси CI — 1 процес(ів) CI
24/24Наявні тести
0/16Конфігурація лінтера
0/9.6Pre-commit-хуки
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — 0 out of 11 merged PRs checked by a CI test -- score normalized to 0
Використані вхідні дані
has_ciтак
has_testsтак
has_editorconfigні
has_linter_configні
has_precommit_configні
Як обчислюється оцінка
30/30README
25/25Каталог документації
15/15Сайт документації / домашня сторінка — http://pexpect.readthedocs.io/
10/10Опис репозиторію
0/10Теми
0/10Wiki
Використані вхідні дані
topics
has_wikiні
homepagehttp://pexpect.readthedocs.io/
has_readmeтак
has_docs_dirтак
has_descriptionтак

Безпека

Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?

50Помірний · 16% загального індексу

Стан безпеки

38У зоні ризику
Як обчислюється оцінка
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — немає даних
0/2.5CI-Tests — 0 out of 11 merged PRs checked by a CI test -- score normalized to 0
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
5.2/7.5Code-Review — Found 11/14 approved changesets -- score normalized to 7
2.5/2.5Contributors — project has 51 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.2/2.5Ліцензія — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — немає даних
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — Project has not signed or included provenance with any releases.
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Використані вхідні дані
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3,8
Виключено з оцінювання (немає даних або не застосовно): branch_protection, packaging. Залишкові ваги перенормовано.
Як обчислюється оцінка
35/35Прямі залежності без відомих сповіщень — жодна пряма залежність не має відомих сповіщень
25/25Непрямі залежності без відомих сповіщень — жодна непряма залежність не має відомих сповіщень
0/40Немає задавнених сповіщень — жодне сповіщення не має дати публікації
Використані вхідні дані
sourceosv
advisories0
affected_packages0
assessed_packages1
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Виключено з оцінювання (немає даних або не застосовно): Немає задавнених сповіщень. Залишкові ваги перенормовано. Звірено з runtime-замиканням залежностей pypi:pexpect@4.9.0 — тим, що тягне за собою встановлення опублікованого пакета, — 1 пакетів. Досяжність не аналізується.

Готовність до ШІ

Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Незалежний, експериментальний бейдж — вага 0.0, тож він подається окремо і не впливає на загальний індекс здоров'я.

40У зоні ризику · 0% загального індексу
Як обчислюється оцінка
0/45Інструкції для агентів — немає CLAUDE.md / AGENTS.md / правил редактора
0/15Машиночитана документація (llms.txt)
30.9/40Читабельна історія комітів — намір зазначено у 58 з 100 людських комітів (структурований заголовок або пояснювальний текст)
Використані вхідні дані
has_llms_txtні
legible_history_share0,58
agent_instruction_files
agent_instruction_max_bytes
Як обчислюється оцінка
18/18Розгортання однією командою — doc/Makefile
22/22Автоматизовані тести
0/11Конфігурація лінтера / форматера
0/11Статична перевірка типів
0/10Відтворюване середовище
0/10Підтверджена практика роботи з агентами — серед останніх 100 комітів немає створених агентом
0/8Автоматизоване супроводження — автоматичних оновлень залежностей не виявлено
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Використані вхідні дані
has_nixні
has_testsтак
lockfiles
has_dockerfileні
typed_languageні
bootstrap_filesdoc/Makefile
has_devcontainerні
has_linter_configні
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
Як обчислюється оцінка
0/45Типізований код — Python без конфігурації перевірки типів
55/55Керовані розміри файлів — 0/100 файлів вихідного коду понад 60 КБ
Використані вхідні дані
primary_languagePython
largest_source_bytes37 382
source_files_sampled100
oversized_source_files0
Як обчислюється оцінка
0/40Схема API (OpenAPI/GraphQL/proto)
0/20Сервер MCP
40/40Придатні до запуску приклади — examples
Використані вхідні дані
example_dirsexamples
has_mcp_signalні
api_schema_files

Ключові факти

2 843зірок GitHub
88контриб'юторів
0комітів за останні 12 місяців
466днів від останнього пушу
12релізів
2бас-фактор
152відкритих issue
PyPIпакетних екосистем

Докладніше

Історія зірок і форків 2 843 ★ / 494 ⇿
2 843Зірки
494Форки
11Релізи

Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.

Показано лише найновішу історію — цей репозиторій перевищує вікно збору, тож найраніша історія не захоплена.

05001 0001 5002 0002 5003 0002 843488162013-102020-022026-07
Мажорні 0Мінорні 2Патчі 0

Кожна точка охоплює 12 днів.

OpenSSF Scorecard 3.8 / 10
3.8сукупно

Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard. Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль).Scorecard v5.5.0 · 2026-07-21 22:31 UTC

10Binary-Artifactsno binaries found in the repo
н/дBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
0CI-Tests0 out of 11 merged PRs checked by a CI test -- score normalized to 0
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
7Code-ReviewFound 11/14 approved changesets -- score normalized to 7
10Contributorsproject has 51 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
9Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
н/дPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Усі залежності 9

Повний розв'язаний набір залежностей із графа залежностей GitHub: 0 прямих і 9 непрямих (транзитивних) пакетів. Транзитивне замикання є повним, коли в репозиторії закомічено lockfile.

РеєстрПакетВерсіяЗв'язок
PyPIaiounittestнепряма
PyPIcoverageнепряма
PyPIcoverallsнепряма
PyPIptyprocessнепряма
PyPIpytestнепряма
PyPIpytest-covнепряма
PyPIsphinxнепряма
PyPIsphinx-rtd-themeнепряма
PyPIsphinxcontrib-github-altнепряма
Сповіщення про залежності 0

Встановлення pypi:pexpect@4.9.0 тягне 1 пакетів, прямих і транзитивних: 0 мають відомі сповіщення, з них 0 — прямі залежності.

Жодне відоме сповіщення не стосується оцінених залежностей.

Сповіщення означає, що версія, записана в графі залежностей, потрапляє в уражений діапазон. Досяжність не аналізується, а граф містить піниї розробки й тестування — знахідка може стосуватися інструментів, а не поставленого коду.

Звіт у форматі JSON машиночитний
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 9051,
      "has_wiki": false,
      "homepage": "http://pexpect.readthedocs.io/",
      "languages": {
        "C": 3395,
        "Shell": 3182,
        "Python": 415692
      },
      "pushed_at": "2025-04-11T06:56:25Z",
      "created_at": "2013-09-17T17:36:44Z",
      "owner_type": "Organization",
      "updated_at": "2026-07-21T13:39:54Z",
      "description": "A Python module for controlling interactive programs in a pseudo-terminal",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "master",
      "license_spdx_raw": "NOASSERTION",
      "primary_language": "Python",
      "significant_languages": [
        "Python"
      ]
    },
    "owner": {
      "blog": null,
      "name": null,
      "type": "Organization",
      "login": "pexpect",
      "company": null,
      "location": null,
      "followers": 19,
      "avatar_url": "https://avatars.githubusercontent.com/u/5480175?v=4",
      "created_at": "2013-09-17T17:33:44Z",
      "is_verified": null,
      "public_repos": 2,
      "account_age_days": 4690
    },
    "license": {
      "state": "custom",
      "spdx_id": null,
      "raw_spdx": "NOASSERTION",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "4.9",
          "kind": "other",
          "published_at": "2023-11-25T05:27:46Z"
        },
        {
          "tag": "4.8.0",
          "kind": "minor",
          "published_at": "2020-01-17T17:13:24Z"
        },
        {
          "tag": "4.7.0",
          "kind": "minor",
          "published_at": "2019-04-04T08:55:54Z"
        },
        {
          "tag": "4.2",
          "kind": "other",
          "published_at": "2016-07-02T16:00:12Z"
        },
        {
          "tag": "3.2",
          "kind": "other",
          "published_at": "2014-04-15T01:37:58Z"
        },
        {
          "tag": "3.1",
          "kind": "other",
          "published_at": "2014-01-22T19:32:35Z"
        },
        {
          "tag": "3.0",
          "kind": "other",
          "published_at": "2013-11-11T18:17:51Z"
        },
        {
          "tag": "3.0rc3",
          "kind": "other",
          "published_at": "2013-11-04T18:51:40Z"
        },
        {
          "tag": "3.0rc2",
          "kind": "other",
          "published_at": "2013-10-28T19:10:47Z"
        },
        {
          "tag": "3.0rc1",
          "kind": "other",
          "published_at": "2013-10-27T17:37:11Z"
        },
        {
          "tag": "3.0b2",
          "kind": "other",
          "published_at": "2013-10-09T21:27:37Z"
        },
        {
          "tag": "3.0b1",
          "kind": "other",
          "published_at": "2013-10-02T21:09:43Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "fc8f062518b40bd0862aae870cdedf5d9c0c7fc3",
          "body": null,
          "is_bot": false,
          "headline": "Fix GitHub coveralls being broken",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2025-04-11T06:56:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87b3761a43bf5bac6b2516280e2cbc94cff6ae77",
          "body": null,
          "is_bot": false,
          "headline": "Fix GitHub coveralls being broken",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2025-04-11T06:38:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d90d1a955a464756792bb091bafd3a7bf7b4c646",
          "body": "Add docs config",
          "is_bot": false,
          "headline": "Merge pull request #814 from PeterJCLaw/add-readthedocs-config",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2025-03-05T12:06:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbc651feb6c4d1c586f76719227fb9f60d10d149",
          "body": null,
          "is_bot": false,
          "headline": "Configure use of the Read the Docs Sphinx theme",
          "author_name": "Peter Law",
          "author_login": "PeterJCLaw",
          "committed_at": "2025-02-19T18:43:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4bbf4a3bee1c7683a5e7f262e5abc23ac2e56c6f",
          "body": "The older format appears to no longer be supported.",
          "is_bot": false,
          "headline": "Update intersphinx_mapping format",
          "author_name": "Peter Law",
          "author_login": "PeterJCLaw",
          "committed_at": "2025-02-19T18:38:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b71eb13c849a49143acad635cb8e77e8f05183a6",
          "body": "Not sure how to know if this matches the existing config, but it's hopefully a start.",
          "is_bot": false,
          "headline": "Add docs config",
          "author_name": "Peter Law",
          "author_login": "PeterJCLaw",
          "committed_at": "2025-02-19T18:35:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "13e9ac3f4f30f84f1ea4c9bb8fba0b71c9a17198",
          "body": "Tests: Avoid the multiprocessing forkserver method",
          "is_bot": false,
          "headline": "Merge pull request #808 from hroncok/noforkserver",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2024-11-22T17:13:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "456bc10d94b57e254568e7ea9a8b3cffb856ebff",
          "body": "Fixes https://github.com/pexpect/pexpect/issues/807",
          "is_bot": false,
          "headline": "Tests: Avoid the multiprocessing forkserver method",
          "author_name": "Miro Hrončok",
          "author_login": "hroncok",
          "committed_at": "2024-11-22T15:42:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb2820cec514c3ed5482e80ad3438cd31f2fa1ef",
          "body": "Force NO_COLOR=1 to fix test failures with Python 3.13+ REPL",
          "is_bot": false,
          "headline": "Merge pull request #794 from hroncok/nocolor",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2024-09-12T08:01:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "95d09c54d2502d8d48f2da591089ceb6d09df056",
          "body": "Python 3.13+ has colors now. Always setting this variable should be safe.",
          "is_bot": false,
          "headline": "Force NO_COLOR=1 to fix test failures with Python 3.13+ REPL",
          "author_name": "Miro Hrončok",
          "author_login": "hroncok",
          "committed_at": "2024-05-29T10:26:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa989594e1e413f45c18b26ded1783f7d5990fe5",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog and release version 4.9",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-11-25T05:24:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c53497663c1a25603ccf8ba7daca03b319387344",
          "body": "Add support for Python 3.12",
          "is_bot": false,
          "headline": "Merge pull request #769 from hugovk/master",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T19:42:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "42cc1c135257b2df72495fec64772e914c612628",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into master",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T19:32:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "300668bb988bee96cbe8bc19ff4678fbaf6b6775",
          "body": "Clean up temporary files after UnicodeTests",
          "is_bot": false,
          "headline": "Merge pull request #753 from scfc/clean-up-tempfiles-after-test-unicode",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T19:30:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c0296ca44080527391628c34d5ea9b44baa4da99",
          "body": "Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix",
          "is_bot": false,
          "headline": "Merge pull request #763 from fcollonval/test/async_handling",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T19:30:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb9c306b8cc1653f97c60bc31df19265f759933d",
          "body": "Set prompt correctly for zsh",
          "is_bot": false,
          "headline": "Merge pull request #712 from kbriggs/zsh-login-prompt",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T09:27:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd228f313be30969b106f2709b6e0dc159df251e",
          "body": "Add zsh convenience function to replwrap module",
          "is_bot": false,
          "headline": "Merge pull request #751 from kislyuk/patch-1",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-29T09:21:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae982f67c7039373fdb5fded5f3c7e2644555930",
          "body": null,
          "is_bot": false,
          "headline": "Only try to upload coverage for upstream",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2023-09-12T20:44:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "76d35fd5f1a77d678d7cade0224691c3fc392669",
          "body": null,
          "is_bot": false,
          "headline": "pytest: drop the dot",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2023-09-12T20:44:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8acef7d097992016795a00b3f7e883d4b8123b49",
          "body": null,
          "is_bot": false,
          "headline": "Add support for Python 3.12",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2023-09-12T20:44:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6e2bbd5568fb8468c176c2c9b7f20d4f4bf7dd71",
          "body": "rework async unittests to rely on unittest.IsolatedAsyncioTestCase",
          "is_bot": false,
          "headline": "Merge pull request #764 from musthafak/master",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-09-12T11:51:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0b2746eb2b87caa0079ace63edb9600905ff917d",
          "body": null,
          "is_bot": false,
          "headline": "fix IsolatedAsyncioTestCase import error on python 3.7",
          "author_name": "Musthafa Kariyaparambil",
          "author_login": "musthafak",
          "committed_at": "2023-08-28T15:54:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c59c991ebac3f4d77d9860896e9a337fc68c6ce9",
          "body": null,
          "is_bot": false,
          "headline": "rework async unittests to rely on unittest.IsolatedAsyncioTestCase",
          "author_name": "Musthafa Kariyaparambil",
          "author_login": "musthafak",
          "committed_at": "2023-08-28T14:02:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3793706f8d391dec9cc4acb1e8cb18c07fb7f2c1",
          "body": null,
          "is_bot": false,
          "headline": "Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix",
          "author_name": "Frédéric Collonval",
          "author_login": "fcollonval",
          "committed_at": "2023-08-08T12:46:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ddd44c9c5c66baea6c08f08119af3f6739646a3d",
          "body": null,
          "is_bot": false,
          "headline": "Clean up temporary files after UnicodeTests",
          "author_name": "Tim Landscheidt",
          "author_login": "scfc",
          "committed_at": "2023-04-08T15:51:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f993450c1c9d91e535d2fffeb0ee87951c26bb3f",
          "body": null,
          "is_bot": false,
          "headline": "Use ternary inline conditional instead of glitch directive",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-02T21:32:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d8a377163b54a599bff13923d3b31d14eda9eea",
          "body": null,
          "is_bot": false,
          "headline": "Install zsh in GHA",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-02T19:49:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "efa4e5d00ef7bd71b57fca1bdcd172d289659027",
          "body": null,
          "is_bot": false,
          "headline": "Make args customizable",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-02T19:47:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2532721644781543ca660e52d48a35bd93872fc1",
          "body": "Make test_expect.py work on POSIX systems that are not Linux based",
          "is_bot": false,
          "headline": "Merge pull request #698 from stesser/master",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-04-02T16:48:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06f4ed2be13b9209d1ac89c72bf4a19d550cc846",
          "body": "Update docs to use context manager",
          "is_bot": false,
          "headline": "Merge pull request #728 from rafrafek/patch-1",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-04-02T16:04:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc6442801913a36cf34f29d86065d944869ffa1c",
          "body": null,
          "is_bot": false,
          "headline": "Disable ZLE and PROMPT_SP in zsh",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-02T15:56:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49de749ea0d271196448c0ac9ab22f4fc31ee64c",
          "body": null,
          "is_bot": false,
          "headline": "Add test case",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-01T22:18:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed2dc26ae43d8deec8e44f06be32ffb1847eff6f",
          "body": null,
          "is_bot": false,
          "headline": "Add zsh convenience function to replwrap module",
          "author_name": "Andrey Kislyuk",
          "author_login": "kislyuk",
          "committed_at": "2023-04-01T21:59:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dd3cc5c8ea71e1400f0e21fbcc3749c49af5362b",
          "body": "Socket Pexpect (for Windows support)",
          "is_bot": false,
          "headline": "Merge pull request #745 from tapple/socket_spawn",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-03-13T21:21:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5c59b0bc6e1ccc3082f114f2a8615198b86064c9",
          "body": "refactor(_async.py): introduce modern coroutine syntax",
          "is_bot": false,
          "headline": "Merge pull request #732 from karrukola/modern_async",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-03-13T21:07:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de59d0b555b55e8262e3a6d137cee7cc00793804",
          "body": "deprecation warning for get_event_loop() to be taken care in other change\n\nSigned-off-by: Filippo Carra <karrukola@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix(test_async.py): do not modify async tests from master",
          "author_name": "Filippo Carra",
          "author_login": "karrukola",
          "committed_at": "2023-03-13T13:14:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c0bc9fd25a0dbaabb240fd7475604a43160af2c7",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into zsh-login-prompt",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2023-03-07T06:47:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8d5bfe7bc06309cd3145e3f0ec078b9172daa14b",
          "body": "Merge commit eae7087 somehow removed the execute bit from the mode of\ntests/fakessh/ssh, breaking all tests using that mock ssh client.",
          "is_bot": false,
          "headline": "Restore execute permission for fakessh",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2023-03-07T05:40:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "571ca4b49d2c469aaaa57bfea6d8a28d8a91c4fc",
          "body": null,
          "is_bot": false,
          "headline": "duplicated test_socket to test socket_spawn and fdspawn both",
          "author_name": "Tapple Fulmer",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-27T21:26:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5268a0f8d9b2bd21b3a26adc89680091c8df416f",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'pexpect:master' into modern_async",
          "author_name": "Filippo Carra",
          "author_login": "karrukola",
          "committed_at": "2023-02-27T15:55:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9214888333865dd9f12c310d12ee40884d83fee",
          "body": null,
          "is_bot": false,
          "headline": "docs",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T22:02:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31072de58b4d37a9895a35b28b3efbe12750b996",
          "body": null,
          "is_bot": false,
          "headline": "docs",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T20:01:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce99a6b49e150ccd72dc1696dab923b586f42c4c",
          "body": null,
          "is_bot": false,
          "headline": "renamed module socket_expect to socket_pexpect",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T19:24:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2ef749ffa317ca9fdf4accb8c70165907814cf8",
          "body": null,
          "is_bot": false,
          "headline": "renamed module socket_spawn to socket_expect",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T19:19:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "693a34d026ef940b7728c78bfae8818083f29ff2",
          "body": null,
          "is_bot": false,
          "headline": "socketspawn basic test case, copied from test_fdspawn",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T18:41:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dce06b3ce546dfd5a090233ef0a639c3c5ce6fe6",
          "body": null,
          "is_bot": false,
          "headline": "unit tests can now be imported on windows",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T16:29:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f9ff4b99f622ae0afd38ad71a4368f2d2a2afa3f",
          "body": null,
          "is_bot": false,
          "headline": "socket_spawn",
          "author_name": "Tapple",
          "author_login": "tapple-cisco",
          "committed_at": "2023-02-21T15:39:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4c768bd317fcb5ab6231bf21fc277b8b6ac36fa3",
          "body": "Remove deprecated RSAAuthentication option (SSHv1), fixes #717",
          "is_bot": false,
          "headline": "Merge pull request #744 from loodvn/patch-1",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T16:04:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "540808460656e137a463b2c167e634fd9cfebda0",
          "body": null,
          "is_bot": false,
          "headline": "Remove deprecated RSAAuthentication option (SSHv1), fixes #717",
          "author_name": "Lood",
          "author_login": "loodvn",
          "committed_at": "2023-02-14T13:27:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eae708791e5345004e11a18965e0d18eb21aa77b",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into zsh-login-prompt",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:48:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "afb85a73c2f1da3a4bbd4a8340c04da12378834c",
          "body": "Ensure test_run.py works when system-wide bashrc produces output",
          "is_bot": false,
          "headline": "Merge pull request #722 from waveform80/fix-run-tests",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:22:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "33c6af52ac0c633f9825faca635c6ab32eb53312",
          "body": "Replace deprecated unittest.makeSuite",
          "is_bot": false,
          "headline": "Merge pull request #739 from swt2c/makeSuite",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:15:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab13bc5b12d513c54c64940561788fcedd18ddd2",
          "body": "Fix SyntaxWarning in fakessh by using raw string",
          "is_bot": false,
          "headline": "Merge pull request #742 from swt2c/fix_fakessh",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:11:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a547f9063a15503426a4afecba817171ed5c7aaa",
          "body": "tests: Replace assertRaisesRegexp with assertRaisesRegex",
          "is_bot": false,
          "headline": "Merge pull request #737 from swt2c/assertRaisesRegexp",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:11:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "460f1e1b94b26c34011fc43a11546612f971fdb9",
          "body": "test_interact: update Travis overrides to use generic CI variable",
          "is_bot": false,
          "headline": "Merge pull request #743 from swt2c/travis_to_ci",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-02-14T09:04:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d79950c6ab7ef14a704aba89a2a48f411e5f62a",
          "body": "These tests have the same issues on GitHub Actions, so switch to use the\nmore generic 'CI' variable to detect when being run on a CI platform to\nhandle these tests properly.",
          "is_bot": false,
          "headline": "test_interact: update Travis overrides to use generic CI variable",
          "author_name": "Scott Talbert",
          "author_login": "swt2c",
          "committed_at": "2023-02-13T14:09:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "373679020c6b1875293bf0e3a26d3116d605bff8",
          "body": null,
          "is_bot": false,
          "headline": "Fix SyntaxWarning in fakessh by using raw string",
          "author_name": "Scott Talbert",
          "author_login": "swt2c",
          "committed_at": "2023-02-13T02:34:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31fab7b0edbe9b3401507b5dfa4db6aaf3fabca5",
          "body": "This function was never formally documented, but has been deprecated and\nwill be removed in Python 3.13.  Replaced with\nunittest.TestLoader.loadTestsFromTestCase.",
          "is_bot": false,
          "headline": "tests: Replace deprecated unittest.makeSuite",
          "author_name": "Scott Talbert",
          "author_login": "swt2c",
          "committed_at": "2023-02-03T01:12:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dae602d37493bae239e0e8db5b3dabafebfd59db",
          "body": "unittest.TestCase.assertRaisesRegexp was deprecated in Python 3.2 and is\nremoved in Python 3.12.",
          "is_bot": false,
          "headline": "tests: Replace assertRaisesRegexp with assertRaisesRegex",
          "author_name": "Scott Talbert",
          "author_login": "swt2c",
          "committed_at": "2023-02-02T03:38:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0e668303b0248a74716a2b518b63d23bbbdf29d7",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'pexpect:master' into modern_async",
          "author_name": "Filippo Carra",
          "author_login": "karrukola",
          "committed_at": "2023-01-17T10:49:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "af88104d1a1e2b7c470f5ea74a6000995476e36a",
          "body": "Port CI to use GitHub Actions",
          "is_bot": false,
          "headline": "Merge pull request #734 from swt2c/ci_github_actions",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2023-01-08T21:20:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe44359a2798eebb09e5c238a30be46ed0835f92",
          "body": null,
          "is_bot": false,
          "headline": "Port CI to use GitHub Actions",
          "author_name": "Scott Talbert",
          "author_login": "swt2c",
          "committed_at": "2022-12-27T19:44:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70d735584d9420caf3f7bc50847dc80a28a1d575",
          "body": "Python 3.5 introduced the await and async def keywords. This change imports the coroutines from two different places, depending on the running Python version.",
          "is_bot": false,
          "headline": "refactor(_async.py): introduce modern coroutine syntax",
          "author_name": "Filippo Carra",
          "author_login": "karrukola",
          "committed_at": "2022-11-23T16:23:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2e003effe885a54a320ba0a6eb91751714bc9ad3",
          "body": "Remove `pytest-capturelog` from testing requirements",
          "is_bot": false,
          "headline": "Merge pull request #730 from kbriggs/remove-capturelog",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2022-11-10T11:45:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e57fac90878b2ee5580f1ac66fc83f2685eff830",
          "body": "The pytest-capturelog plugin no longer exists; its functionality has\nbeen merged into the pytest core since ~3.3. Remove the dependency.\n\nFixes #729",
          "is_bot": false,
          "headline": "Remove pytest-capturelog from testing requirements",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2022-11-10T04:44:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e7cf54a7aae38a3986284f64ae94e00d2f86ae40",
          "body": "Restore the sh-then-csh order of attempting to set a unique prompt, add\nzsh to the end of the list instead of in the middle.\n\n(Fixes https://github.com/pexpect/pexpect/pull/712#discussion_r1018063824)",
          "is_bot": false,
          "headline": "Switch order of trying csh and zsh prompts",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2022-11-10T04:06:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "36bba631ac013b43cd892f5ce1499ee6ec8feecc",
          "body": "Add an example to the docs of how to use spawn() function with context manager.",
          "is_bot": false,
          "headline": "Update docs to use context manager",
          "author_name": "Rafał",
          "author_login": "rafrafek",
          "committed_at": "2022-11-09T16:12:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b14f156c7e5876e8e8472036d8115f8ff034eb88",
          "body": "The --rcfile option to bash does not prevent the system-wide\n/etc/bash.bashrc script from running (contrary to the Debian man-page).\nThis causes test_run.py to fail when the system-wide script produces\noutput (as is the case in an Ubuntu image where the regular user belongs\nto the \"sudo\" group and t\n[…]\nh does suppress the execution of the system-wide bashrc), and\nchanges PS1 via the inherited environment instead (this also slightly\nsimplifies the fixture setup too as tempfile is no longer required).",
          "is_bot": false,
          "headline": "Ensure test_run.py works when system-wide bashrc produces output",
          "author_name": "Dave Jones",
          "author_login": "waveform80",
          "committed_at": "2022-08-23T22:51:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "686fa6fb7a32a2f36e1d0370a0d2c9d36fa5cb3e",
          "body": "Many zsh users also use the prompt theme system from oh-my-zsh. This\noverrides the `PS1` setting, so setting the prompt fails for these\nusers. Add the `prompt restore` command to disable oh-my-zsh's prompt\nand use the set `PS1` value.",
          "is_bot": false,
          "headline": "Add `prompt restore` to PROMPT_SET_ZSH",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2022-02-09T06:34:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cdf1846029e02853294be8668a574d2acc2cd851",
          "body": "When the remote system/user is using zsh as their login shell, `\\$` is\nnot an escape sequence for the prompt, and so self.PROMPT fails to match\nbecause the backslash is included in the received text. The equivalent\nescape sequence for zsh is `%(!.#.$)`, so add a self.PROMPT_SET_ZSH using\nthis sequence.\n\nFixes #711",
          "is_bot": false,
          "headline": "Set prompt correctly for zsh",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2022-02-09T06:34:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8708514a12d7f42800407f3c050fe5837c6e4518",
          "body": "Adds support to fakessh to emulate a specific shell with respect to\nprompt setting. The shell is specified as a parameter after the\nhostname, similar to real ssh taking a command to execute on the remote.\nThis is slightly awkward when calling pxssh.login() as it means giving\nthe server parameter as 'hostname shell', but this is only needed for\nthe unit tests.",
          "is_bot": false,
          "headline": "Test cases for specific shell behaviour",
          "author_name": "Kieron Briggs",
          "author_login": "kbriggs",
          "committed_at": "2022-02-09T06:34:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "acb017a97332c19a9295660fe87316926a8adc55",
          "body": "[Issue #558] Coerce compiled regex patterns type according to spawn encoding",
          "is_bot": false,
          "headline": "Merge pull request #560 from EmersonPrado/coerce-regex-bytes",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2022-02-06T05:05:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "638aa6be9c8851bf3238791ba175fb58399a1f5f",
          "body": "Examples of how to use Pexpect and Pyte (issue #587)",
          "is_bot": false,
          "headline": "Merge pull request #604 from eldipa/Issue-587-Example-Pyte",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2022-02-06T04:58:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f14b2b30114660e7b29c0e4d11426700ae43b06",
          "body": "fix `test_pager_as_cat` test case on Solaris",
          "is_bot": false,
          "headline": "Merge pull request #663 from kulikjak/test_pager_as_cat-fix",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2022-02-06T04:51:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "000a8684bd109c3f9c9b5fabd95add4743b7f45a",
          "body": "There is no output if no alias has been defined and the test fails in\nthat case. Adding an alias definition makes the alias command return\nat least that just added entry.",
          "is_bot": false,
          "headline": "Do not fail if no alias has been defined",
          "author_name": "Stefan Eßer",
          "author_login": "stesser",
          "committed_at": "2021-09-22T15:48:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "242c367ad64b275e372a66e1e6831b54905b60d8",
          "body": "The bash versions starting with 5.1 have bracketed paste mode enabled\nby default, leading to test failures in replwrap.bash(), e.g.:\n\nself = <tests.test_replwrap.REPLWrapTestCase testMethod=test_multiline>\n\n    def test_multiline(self):\n        bash = replwrap.bash()\n        res = bash.run_command(\"\n[…]\n\\x1b[?2004l', '\\x1b[?2004h\\x1b[?2004l', '1 2', '3 4', '\\x1b[?2004h']\nE       + ['1 2', '3 4']\n\nWith bracketed test mode disabled, the tests that were affected by the\ninserted escape sequences succeed.",
          "is_bot": false,
          "headline": "Disable baacketed-paste mode in bash 5.1 and newer (issue #669)",
          "author_name": "Stefan Eßer",
          "author_login": "stesser",
          "committed_at": "2021-09-22T15:26:08Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b717990ac74691f2081f4ab0c63d8829db9e8fa1",
          "body": "The assertRaisesRegexp function appeared in Python-3.1 and was renamed\nto assertRaisesRegex in Python-3.2.",
          "is_bot": false,
          "headline": "Replace deprecated assertRaisesRegexp with assertRaisesRegex",
          "author_name": "Stefan Eßer",
          "author_login": "stesser",
          "committed_at": "2021-09-22T15:11:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a48c3021c4c4cffc537122ac14d2c340ae75ad62",
          "body": "The cat command on FreeBSD blocks if the default input buffer fills\nand not output can be sent. The test used to generate more than 10 KB\nof data before accepting the output generated by the cat program,\ncausing cat to block (stop reading input) until the output buffer has\nbeen drained.\n\nThere is no\n[…]\nmmand and buffer it, before it gets to\nexecute the expect() function. Apparently this is not happening and\nthus the system dependent buffer size limit makes this test fail if\nits capacity is exceeded.",
          "is_bot": false,
          "headline": "Do not send more characters than can be buffered by cat",
          "author_name": "Stefan Eßer",
          "author_login": "stesser",
          "committed_at": "2021-09-22T13:00:08Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b3a11ac3dba190dce355620935ef45260d6e721e",
          "body": "The hard-coded use of /bin/bash and of long options for nl does only\nwork on Linux based systems with GNU textutils.\n\nIf POSIX commands and options are used, this test becomes portable to\nother systems than Linux.",
          "is_bot": false,
          "headline": "Use only POSIX commands and options",
          "author_name": "Stefan Eßer",
          "author_login": "stesser",
          "committed_at": "2021-09-22T12:57:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2be6c4d1aa2b9b522636342c2fd54b73c058060d",
          "body": "Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10",
          "is_bot": false,
          "headline": "Merge pull request #684 from tirkarthi/fix-threading",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2021-04-17T10:40:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0bc643ea88748e08a095e3f1a43480c9113d45b8",
          "body": "…cated in Python 3.10",
          "is_bot": false,
          "headline": "Set daemon attribute instead of using setDaemon method that was depre…",
          "author_name": "Karthikeyan Singaravelan",
          "author_login": "tirkarthi",
          "committed_at": "2021-04-17T08:10:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "01dd2377a1b48b35665890736797647b56259763",
          "body": null,
          "is_bot": false,
          "headline": "better fix of this issue",
          "author_name": "Jakub Kulík",
          "author_login": "kulikjak",
          "committed_at": "2020-10-20T08:12:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec5edcc0989e8ce893733eb0743158e479b6b3d4",
          "body": null,
          "is_bot": false,
          "headline": "fix test_pager_as_cat test case on Solaris",
          "author_name": "Jakub Kulík",
          "author_login": "kulikjak",
          "committed_at": "2020-10-19T14:57:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02c38338b4ade8b0b0e85be613bc2b9dbfe68a7b",
          "body": "Spelling fixes",
          "is_bot": false,
          "headline": "Merge pull request #643 from scop/spelling",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-05-16T18:24:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5da50dccbbdb10094837fe56399c5e885867c184",
          "body": "Add history URL to project metadata",
          "is_bot": false,
          "headline": "Merge pull request #644 from scop/history-url",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-05-16T18:20:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f850ad53197c18c275bd5e172c5f829f942f22d5",
          "body": "Background info at\n  https://github.com/pypa/warehouse/pull/7882#issue-412444446",
          "is_bot": false,
          "headline": "Add history URL to project metadata",
          "author_name": "Ville Skyttä",
          "author_login": "scop",
          "committed_at": "2020-05-09T10:34:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "787e78310dcde34be28fc2c1f5f2b6e69c66a45f",
          "body": null,
          "is_bot": false,
          "headline": "Spelling fixes",
          "author_name": "Ville Skyttä",
          "author_login": "scop",
          "committed_at": "2020-05-09T10:32:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c",
          "body": "…hinx-3\n\ndoc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fixes #637)",
          "is_bot": false,
          "headline": "Merge pull request #638 from hartwork/issue-637-fix-docs-build-for-sp…",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-04-18T15:14:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "793a659f86a979e47c12f561d80acc267fe83edd",
          "body": "…es #637)",
          "is_bot": false,
          "headline": "doc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fix…",
          "author_name": "Sebastian Pipping",
          "author_login": "hartwork",
          "committed_at": "2020-04-18T12:58:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1793f8cb60fc0e5a661b66535644b61b69db696e",
          "body": "fix run's docstring.",
          "is_bot": false,
          "headline": "Merge pull request #635 from raczben/patch-1",
          "author_name": "Red_M",
          "author_login": "Red-M",
          "committed_at": "2020-04-07T07:47:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c900634e483c691df199ef9c1f3115b3bb54a958",
          "body": "The example code was not shown as code.",
          "is_bot": false,
          "headline": "fix run's docstring.",
          "author_name": "Benedek Racz",
          "author_login": "raczben",
          "committed_at": "2020-04-07T07:42:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5374d9033cb1ed1041d7c88cae29c419fe5b5b2b",
          "body": "REPLWrapTestCase.test_bash_env(): export variable PS1",
          "is_bot": false,
          "headline": "Merge pull request #632 from whitley-delamora/issue-631",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-03-28T12:58:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "51c0b09f92f140eda10b62d234710f65ad56dee2",
          "body": "The test test_bash_env() relies on PS1 being an environment variable.\r\nTherefore, `export PS1` making it always an environment variable.\r\nBefore this, the test relied on the users bashrc to do this.\r\n\r\nThe variable PS1 is (by default) not an _environment_ variable and thus\r\nnot shown by `env`. Any variable can be made into an environment\r\nvariable by exporting it. Some people do this for PS1 in their bashrc.\r\n\r\nCloses: #631",
          "is_bot": false,
          "headline": "REPLWrapTestCase.test_bash_env(): export variable PS1",
          "author_name": "whitley-delamora",
          "author_login": null,
          "committed_at": "2020-03-28T12:46:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ad7c6c76ecb285c146a6b45511a58982a169db26",
          "body": "Do not directly call python and use sys.executable",
          "is_bot": false,
          "headline": "Merge pull request #629 from scarabeusiv/master",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-03-14T11:11:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6f78e3b7cec5adc7db56bae37f97adb05ca2ae5c",
          "body": "This makes sure the tests and wrapper works on systems where there\nis no python2 nor /usr/bin/python available",
          "is_bot": false,
          "headline": "Do not directly call python and use sys.executable",
          "author_name": "Tomáš Chvátal",
          "author_login": null,
          "committed_at": "2020-03-12T11:35:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9ad9e86d6834f3630ffec5f2536e9defb4839226",
          "body": "Minor typo fix.",
          "is_bot": false,
          "headline": "Merge pull request #626 from pexpect/dluyer-patch-1",
          "author_name": "dluyer",
          "author_login": "dluyer",
          "committed_at": "2020-03-02T08:37:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a24820d7a13350e0950b9c63d8351a816d855e6",
          "body": null,
          "is_bot": false,
          "headline": "Minor typo fix.",
          "author_name": "dluyer",
          "author_login": "dluyer",
          "committed_at": "2020-03-02T08:35:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e73fa87f60a66f31bfe137a4860722014a4afab",
          "body": "Update doc: Wexpect is maintained",
          "is_bot": false,
          "headline": "Merge pull request #623 from raczben/raczben-patch-1",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-02-06T13:39:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c551c7b5299bf1019d21fd5dbf96e7042bc798e",
          "body": null,
          "is_bot": false,
          "headline": "Simplify reference to wexpect",
          "author_name": "Thomas Kluyver",
          "author_login": "takluyver",
          "committed_at": "2020-02-06T12:58:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d977fdd84cf01827211dba854befb547b965b2a0",
          "body": "Wexpect is a maintained (almost for a year) alternative of pexpect for Windows.\r\n - All (non-Linux specific) pexpect testcases passes with\r\n - ~80% coverage",
          "is_bot": false,
          "headline": "Update doc: Wexpect is maintained",
          "author_name": "Benedek Racz",
          "author_login": "raczben",
          "committed_at": "2020-02-06T10:36:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 12,
      "commits_last_year": 0,
      "latest_release_at": "2023-11-25T05:27:46Z",
      "latest_release_tag": "4.9",
      "releases_from_tags": false,
      "days_since_last_push": 466,
      "active_weeks_last_year": 0,
      "days_since_latest_release": 969,
      "mean_days_between_releases": 408.9
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 37,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "pexpect",
          "exists": true,
          "license": "ISC license",
          "keywords": [
            "Development Status :: 5 - Production/Stable",
            "Environment :: Console",
            "Intended Audience :: Developers",
            "Intended Audience :: System Administrators",
            "License :: OSI Approved :: ISC License (ISCL)",
            "Operating System :: MacOS :: MacOS X",
            "Operating System :: POSIX",
            "Programming Language :: Python",
            "Programming Language :: Python :: 2.7",
            "Programming Language :: Python :: 3",
            "Topic :: Software Development",
            "Topic :: Software Development :: Libraries :: Python Modules",
            "Topic :: Software Development :: Quality Assurance",
            "Topic :: Software Development :: Testing",
            "Topic :: System",
            "Topic :: System :: Archiving :: Packaging",
            "Topic :: System :: Installation/Setup",
            "Topic :: System :: Shells",
            "Topic :: System :: Software Distribution",
            "Topic :: Terminals"
          ],
          "ecosystem": "pypi",
          "matches_repo": true,
          "registry_url": "https://pypi.org/project/pexpect/",
          "is_deprecated": false,
          "latest_version": "4.9.0",
          "repository_url": "https://github.com/pexpect/pexpect",
          "versions_count": 18,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": "2008-08-18T23:31:55Z",
          "latest_published_at": "2023-11-25T09:07:26.339278Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 969
        }
      ]
    },
    "popularity": {
      "forks": 494,
      "stars": 2843,
      "watchers": 85,
      "fork_history": {
        "days": [
          {
            "date": "2013-10-04",
            "count": 1
          },
          {
            "date": "2013-10-08",
            "count": 1
          },
          {
            "date": "2013-10-09",
            "count": 1
          },
          {
            "date": "2013-11-09",
            "count": 1
          },
          {
            "date": "2013-11-12",
            "count": 1
          },
          {
            "date": "2013-11-15",
            "count": 1
          },
          {
            "date": "2013-12-02",
            "count": 1
          },
          {
            "date": "2013-12-09",
            "count": 1
          },
          {
            "date": "2013-12-25",
            "count": 1
          },
          {
            "date": "2013-12-31",
            "count": 1
          },
          {
            "date": "2014-02-04",
            "count": 1
          },
          {
            "date": "2014-02-13",
            "count": 1
          },
          {
            "date": "2014-02-20",
            "count": 1
          },
          {
            "date": "2014-03-08",
            "count": 1
          },
          {
            "date": "2014-03-10",
            "count": 2
          },
          {
            "date": "2014-03-31",
            "count": 1
          },
          {
            "date": "2014-06-02",
            "count": 1
          },
          {
            "date": "2014-06-03",
            "count": 1
          },
          {
            "date": "2014-06-26",
            "count": 1
          },
          {
            "date": "2014-07-03",
            "count": 1
          },
          {
            "date": "2014-07-08",
            "count": 1
          },
          {
            "date": "2014-07-31",
            "count": 1
          },
          {
            "date": "2014-08-08",
            "count": 1
          },
          {
            "date": "2014-08-13",
            "count": 1
          },
          {
            "date": "2014-08-27",
            "count": 1
          },
          {
            "date": "2014-09-01",
            "count": 1
          },
          {
            "date": "2014-09-02",
            "count": 1
          },
          {
            "date": "2014-09-04",
            "count": 1
          },
          {
            "date": "2014-09-11",
            "count": 1
          },
          {
            "date": "2014-09-19",
            "count": 1
          },
          {
            "date": "2014-09-21",
            "count": 1
          },
          {
            "date": "2014-09-28",
            "count": 1
          },
          {
            "date": "2014-09-30",
            "count": 1
          },
          {
            "date": "2014-10-07",
            "count": 1
          },
          {
            "date": "2014-10-21",
            "count": 1
          },
          {
            "date": "2014-10-26",
            "count": 1
          },
          {
            "date": "2014-10-30",
            "count": 1
          },
          {
            "date": "2014-10-31",
            "count": 1
          },
          {
            "date": "2014-11-04",
            "count": 1
          },
          {
            "date": "2014-11-20",
            "count": 2
          },
          {
            "date": "2014-11-25",
            "count": 1
          },
          {
            "date": "2014-11-30",
            "count": 1
          },
          {
            "date": "2014-12-05",
            "count": 1
          },
          {
            "date": "2014-12-07",
            "count": 1
          },
          {
            "date": "2014-12-08",
            "count": 1
          },
          {
            "date": "2014-12-09",
            "count": 1
          },
          {
            "date": "2014-12-14",
            "count": 1
          },
          {
            "date": "2015-01-28",
            "count": 1
          },
          {
            "date": "2015-02-04",
            "count": 2
          },
          {
            "date": "2015-02-10",
            "count": 1
          },
          {
            "date": "2015-03-16",
            "count": 1
          },
          {
            "date": "2015-04-02",
            "count": 1
          },
          {
            "date": "2015-04-03",
            "count": 2
          },
          {
            "date": "2015-04-14",
            "count": 1
          },
          {
            "date": "2015-04-15",
            "count": 1
          },
          {
            "date": "2015-04-16",
            "count": 1
          },
          {
            "date": "2015-04-22",
            "count": 1
          },
          {
            "date": "2015-04-27",
            "count": 1
          },
          {
            "date": "2015-05-11",
            "count": 1
          },
          {
            "date": "2015-05-25",
            "count": 1
          },
          {
            "date": "2015-06-06",
            "count": 1
          },
          {
            "date": "2015-06-11",
            "count": 1
          },
          {
            "date": "2015-06-12",
            "count": 1
          },
          {
            "date": "2015-06-16",
            "count": 4
          },
          {
            "date": "2015-06-17",
            "count": 1
          },
          {
            "date": "2015-06-19",
            "count": 1
          },
          {
            "date": "2015-07-03",
            "count": 1
          },
          {
            "date": "2015-07-06",
            "count": 1
          },
          {
            "date": "2015-07-10",
            "count": 1
          },
          {
            "date": "2015-07-24",
            "count": 1
          },
          {
            "date": "2015-08-10",
            "count": 1
          },
          {
            "date": "2015-08-11",
            "count": 1
          },
          {
            "date": "2015-09-15",
            "count": 1
          },
          {
            "date": "2015-09-27",
            "count": 1
          },
          {
            "date": "2015-10-06",
            "count": 1
          },
          {
            "date": "2015-10-22",
            "count": 1
          },
          {
            "date": "2015-11-02",
            "count": 1
          },
          {
            "date": "2015-11-04",
            "count": 1
          },
          {
            "date": "2015-11-13",
            "count": 1
          },
          {
            "date": "2015-11-20",
            "count": 1
          },
          {
            "date": "2015-12-04",
            "count": 1
          },
          {
            "date": "2015-12-25",
            "count": 1
          },
          {
            "date": "2015-12-27",
            "count": 1
          },
          {
            "date": "2016-01-04",
            "count": 1
          },
          {
            "date": "2016-01-05",
            "count": 1
          },
          {
            "date": "2016-01-22",
            "count": 2
          },
          {
            "date": "2016-01-29",
            "count": 1
          },
          {
            "date": "2016-02-03",
            "count": 1
          },
          {
            "date": "2016-02-06",
            "count": 1
          },
          {
            "date": "2016-02-09",
            "count": 1
          },
          {
            "date": "2016-02-12",
            "count": 1
          },
          {
            "date": "2016-02-18",
            "count": 1
          },
          {
            "date": "2016-02-19",
            "count": 1
          },
          {
            "date": "2016-02-22",
            "count": 1
          },
          {
            "date": "2016-03-01",
            "count": 1
          },
          {
            "date": "2016-04-05",
            "count": 2
          },
          {
            "date": "2016-04-23",
            "count": 1
          },
          {
            "date": "2016-04-24",
            "count": 1
          },
          {
            "date": "2016-04-25",
            "count": 1
          },
          {
            "date": "2016-04-27",
            "count": 1
          },
          {
            "date": "2016-05-13",
            "count": 1
          },
          {
            "date": "2016-05-16",
            "count": 1
          },
          {
            "date": "2016-05-17",
            "count": 1
          },
          {
            "date": "2016-05-19",
            "count": 2
          },
          {
            "date": "2016-05-21",
            "count": 1
          },
          {
            "date": "2016-05-27",
            "count": 1
          },
          {
            "date": "2016-06-01",
            "count": 1
          },
          {
            "date": "2016-06-02",
            "count": 1
          },
          {
            "date": "2016-06-03",
            "count": 1
          },
          {
            "date": "2016-06-12",
            "count": 1
          },
          {
            "date": "2016-06-23",
            "count": 1
          },
          {
            "date": "2016-06-30",
            "count": 1
          },
          {
            "date": "2016-07-01",
            "count": 1
          },
          {
            "date": "2016-07-08",
            "count": 1
          },
          {
            "date": "2016-07-18",
            "count": 1
          },
          {
            "date": "2016-07-20",
            "count": 1
          },
          {
            "date": "2016-07-21",
            "count": 1
          },
          {
            "date": "2016-08-02",
            "count": 1
          },
          {
            "date": "2016-08-05",
            "count": 1
          },
          {
            "date": "2016-08-10",
            "count": 1
          },
          {
            "date": "2016-08-15",
            "count": 1
          },
          {
            "date": "2016-09-07",
            "count": 1
          },
          {
            "date": "2016-09-08",
            "count": 1
          },
          {
            "date": "2016-09-13",
            "count": 1
          },
          {
            "date": "2016-09-17",
            "count": 1
          },
          {
            "date": "2016-09-18",
            "count": 1
          },
          {
            "date": "2016-09-20",
            "count": 1
          },
          {
            "date": "2016-09-22",
            "count": 1
          },
          {
            "date": "2016-09-26",
            "count": 1
          },
          {
            "date": "2016-09-29",
            "count": 1
          },
          {
            "date": "2016-10-07",
            "count": 1
          },
          {
            "date": "2016-10-08",
            "count": 1
          },
          {
            "date": "2016-10-14",
            "count": 1
          },
          {
            "date": "2016-10-26",
            "count": 1
          },
          {
            "date": "2016-10-31",
            "count": 1
          },
          {
            "date": "2016-11-01",
            "count": 1
          },
          {
            "date": "2016-11-03",
            "count": 1
          },
          {
            "date": "2016-11-07",
            "count": 1
          },
          {
            "date": "2016-11-11",
            "count": 1
          },
          {
            "date": "2016-11-17",
            "count": 1
          },
          {
            "date": "2016-11-29",
            "count": 1
          },
          {
            "date": "2016-12-01",
            "count": 1
          },
          {
            "date": "2016-12-02",
            "count": 1
          },
          {
            "date": "2016-12-05",
            "count": 2
          },
          {
            "date": "2016-12-17",
            "count": 1
          },
          {
            "date": "2016-12-20",
            "count": 1
          },
          {
            "date": "2016-12-24",
            "count": 1
          },
          {
            "date": "2017-01-11",
            "count": 1
          },
          {
            "date": "2017-01-13",
            "count": 1
          },
          {
            "date": "2017-01-19",
            "count": 2
          },
          {
            "date": "2017-01-31",
            "count": 1
          },
          {
            "date": "2017-03-04",
            "count": 1
          },
          {
            "date": "2017-03-14",
            "count": 1
          },
          {
            "date": "2017-03-20",
            "count": 1
          },
          {
            "date": "2017-03-24",
            "count": 1
          },
          {
            "date": "2017-03-29",
            "count": 1
          },
          {
            "date": "2017-04-21",
            "count": 2
          },
          {
            "date": "2017-04-27",
            "count": 1
          },
          {
            "date": "2017-04-29",
            "count": 1
          },
          {
            "date": "2017-05-12",
            "count": 1
          },
          {
            "date": "2017-05-24",
            "count": 1
          },
          {
            "date": "2017-05-25",
            "count": 1
          },
          {
            "date": "2017-05-26",
            "count": 1
          },
          {
            "date": "2017-05-28",
            "count": 1
          },
          {
            "date": "2017-06-01",
            "count": 1
          },
          {
            "date": "2017-06-02",
            "count": 1
          },
          {
            "date": "2017-06-03",
            "count": 1
          },
          {
            "date": "2017-06-07",
            "count": 1
          },
          {
            "date": "2017-06-15",
            "count": 1
          },
          {
            "date": "2017-06-26",
            "count": 1
          },
          {
            "date": "2017-07-01",
            "count": 1
          },
          {
            "date": "2017-07-05",
            "count": 1
          },
          {
            "date": "2017-07-11",
            "count": 1
          },
          {
            "date": "2017-07-15",
            "count": 1
          },
          {
            "date": "2017-07-17",
            "count": 1
          },
          {
            "date": "2017-07-22",
            "count": 1
          },
          {
            "date": "2017-08-01",
            "count": 1
          },
          {
            "date": "2017-08-10",
            "count": 2
          },
          {
            "date": "2017-08-11",
            "count": 1
          },
          {
            "date": "2017-08-12",
            "count": 1
          },
          {
            "date": "2017-08-23",
            "count": 1
          },
          {
            "date": "2017-08-25",
            "count": 1
          },
          {
            "date": "2017-09-15",
            "count": 1
          },
          {
            "date": "2017-09-24",
            "count": 1
          },
          {
            "date": "2017-09-26",
            "count": 1
          },
          {
            "date": "2017-09-27",
            "count": 1
          },
          {
            "date": "2017-10-14",
            "count": 1
          },
          {
            "date": "2017-10-21",
            "count": 1
          },
          {
            "date": "2017-10-25",
            "count": 1
          },
          {
            "date": "2017-10-31",
            "count": 1
          },
          {
            "date": "2017-11-02",
            "count": 1
          },
          {
            "date": "2017-11-13",
            "count": 1
          },
          {
            "date": "2017-11-14",
            "count": 1
          },
          {
            "date": "2017-11-21",
            "count": 2
          },
          {
            "date": "2017-12-02",
            "count": 1
          },
          {
            "date": "2017-12-07",
            "count": 1
          },
          {
            "date": "2017-12-11",
            "count": 2
          },
          {
            "date": "2017-12-18",
            "count": 2
          },
          {
            "date": "2018-01-26",
            "count": 1
          },
          {
            "date": "2018-01-28",
            "count": 1
          },
          {
            "date": "2018-02-05",
            "count": 1
          },
          {
            "date": "2018-02-16",
            "count": 1
          },
          {
            "date": "2018-02-20",
            "count": 1
          },
          {
            "date": "2018-02-26",
            "count": 1
          },
          {
            "date": "2018-02-28",
            "count": 1
          },
          {
            "date": "2018-03-05",
            "count": 1
          },
          {
            "date": "2018-03-06",
            "count": 1
          },
          {
            "date": "2018-03-14",
            "count": 1
          },
          {
            "date": "2018-03-16",
            "count": 1
          },
          {
            "date": "2018-03-23",
            "count": 1
          },
          {
            "date": "2018-04-06",
            "count": 1
          },
          {
            "date": "2018-05-09",
            "count": 1
          },
          {
            "date": "2018-05-14",
            "count": 1
          },
          {
            "date": "2018-05-19",
            "count": 1
          },
          {
            "date": "2018-05-22",
            "count": 1
          },
          {
            "date": "2018-06-07",
            "count": 2
          },
          {
            "date": "2018-06-12",
            "count": 1
          },
          {
            "date": "2018-06-15",
            "count": 1
          },
          {
            "date": "2018-06-16",
            "count": 1
          },
          {
            "date": "2018-06-20",
            "count": 1
          },
          {
            "date": "2018-06-29",
            "count": 1
          },
          {
            "date": "2018-07-05",
            "count": 2
          },
          {
            "date": "2018-07-12",
            "count": 1
          },
          {
            "date": "2018-07-13",
            "count": 1
          },
          {
            "date": "2018-07-29",
            "count": 1
          },
          {
            "date": "2018-08-02",
            "count": 1
          },
          {
            "date": "2018-08-20",
            "count": 1
          },
          {
            "date": "2018-08-29",
            "count": 2
          },
          {
            "date": "2018-09-02",
            "count": 1
          },
          {
            "date": "2018-09-04",
            "count": 1
          },
          {
            "date": "2018-09-05",
            "count": 1
          },
          {
            "date": "2018-09-11",
            "count": 1
          },
          {
            "date": "2018-09-12",
            "count": 1
          },
          {
            "date": "2018-09-13",
            "count": 2
          },
          {
            "date": "2018-09-14",
            "count": 2
          },
          {
            "date": "2018-09-16",
            "count": 1
          },
          {
            "date": "2018-09-17",
            "count": 1
          },
          {
            "date": "2018-09-19",
            "count": 1
          },
          {
            "date": "2018-10-03",
            "count": 1
          },
          {
            "date": "2018-10-07",
            "count": 1
          },
          {
            "date": "2018-10-08",
            "count": 1
          },
          {
            "date": "2018-10-09",
            "count": 1
          },
          {
            "date": "2018-10-11",
            "count": 1
          },
          {
            "date": "2018-10-14",
            "count": 1
          },
          {
            "date": "2018-10-16",
            "count": 1
          },
          {
            "date": "2018-10-17",
            "count": 1
          },
          {
            "date": "2018-10-26",
            "count": 1
          },
          {
            "date": "2018-11-09",
            "count": 1
          },
          {
            "date": "2018-11-17",
            "count": 1
          },
          {
            "date": "2018-11-19",
            "count": 2
          },
          {
            "date": "2018-11-27",
            "count": 1
          },
          {
            "date": "2018-11-28",
            "count": 1
          },
          {
            "date": "2018-12-20",
            "count": 1
          },
          {
            "date": "2018-12-21",
            "count": 1
          },
          {
            "date": "2018-12-26",
            "count": 1
          },
          {
            "date": "2019-01-16",
            "count": 1
          },
          {
            "date": "2019-01-17",
            "count": 1
          },
          {
            "date": "2019-01-30",
            "count": 1
          },
          {
            "date": "2019-02-01",
            "count": 1
          },
          {
            "date": "2019-02-05",
            "count": 1
          },
          {
            "date": "2019-02-06",
            "count": 1
          },
          {
            "date": "2019-02-08",
            "count": 1
          },
          {
            "date": "2019-02-14",
            "count": 2
          },
          {
            "date": "2019-02-26",
            "count": 1
          },
          {
            "date": "2019-03-04",
            "count": 1
          },
          {
            "date": "2019-03-16",
            "count": 1
          },
          {
            "date": "2019-03-17",
            "count": 1
          },
          {
            "date": "2019-03-20",
            "count": 1
          },
          {
            "date": "2019-03-21",
            "count": 1
          },
          {
            "date": "2019-03-22",
            "count": 1
          },
          {
            "date": "2019-03-24",
            "count": 1
          },
          {
            "date": "2019-03-25",
            "count": 1
          },
          {
            "date": "2019-04-02",
            "count": 1
          },
          {
            "date": "2019-04-24",
            "count": 1
          },
          {
            "date": "2019-04-28",
            "count": 1
          },
          {
            "date": "2019-04-29",
            "count": 1
          },
          {
            "date": "2019-05-13",
            "count": 1
          },
          {
            "date": "2019-05-21",
            "count": 1
          },
          {
            "date": "2019-06-04",
            "count": 1
          },
          {
            "date": "2019-06-16",
            "count": 1
          },
          {
            "date": "2019-06-20",
            "count": 1
          },
          {
            "date": "2019-06-27",
            "count": 1
          },
          {
            "date": "2019-07-06",
            "count": 1
          },
          {
            "date": "2019-07-16",
            "count": 1
          },
          {
            "date": "2019-07-18",
            "count": 1
          },
          {
            "date": "2019-07-29",
            "count": 1
          },
          {
            "date": "2019-08-01",
            "count": 1
          },
          {
            "date": "2019-08-20",
            "count": 1
          },
          {
            "date": "2019-08-28",
            "count": 1
          },
          {
            "date": "2019-09-22",
            "count": 1
          },
          {
            "date": "2019-09-27",
            "count": 1
          },
          {
            "date": "2019-09-30",
            "count": 1
          },
          {
            "date": "2019-10-03",
            "count": 1
          },
          {
            "date": "2019-10-15",
            "count": 1
          },
          {
            "date": "2019-10-16",
            "count": 1
          },
          {
            "date": "2019-10-18",
            "count": 1
          },
          {
            "date": "2019-10-23",
            "count": 1
          },
          {
            "date": "2019-10-26",
            "count": 1
          },
          {
            "date": "2019-10-30",
            "count": 1
          },
          {
            "date": "2019-11-09",
            "count": 1
          },
          {
            "date": "2019-11-11",
            "count": 1
          },
          {
            "date": "2019-11-12",
            "count": 1
          },
          {
            "date": "2019-11-20",
            "count": 2
          },
          {
            "date": "2019-11-21",
            "count": 1
          },
          {
            "date": "2019-12-08",
            "count": 1
          },
          {
            "date": "2019-12-11",
            "count": 1
          },
          {
            "date": "2019-12-14",
            "count": 1
          },
          {
            "date": "2019-12-23",
            "count": 1
          },
          {
            "date": "2020-01-03",
            "count": 1
          },
          {
            "date": "2020-01-13",
            "count": 1
          },
          {
            "date": "2020-01-15",
            "count": 1
          },
          {
            "date": "2020-01-16",
            "count": 1
          },
          {
            "date": "2020-01-23",
            "count": 1
          },
          {
            "date": "2020-01-28",
            "count": 1
          },
          {
            "date": "2020-02-04",
            "count": 1
          },
          {
            "date": "2020-02-06",
            "count": 1
          },
          {
            "date": "2020-02-12",
            "count": 2
          },
          {
            "date": "2020-02-21",
            "count": 1
          },
          {
            "date": "2020-02-25",
            "count": 1
          },
          {
            "date": "2020-03-13",
            "count": 1
          },
          {
            "date": "2020-03-31",
            "count": 1
          },
          {
            "date": "2020-04-06",
            "count": 1
          },
          {
            "date": "2020-04-14",
            "count": 1
          },
          {
            "date": "2020-04-19",
            "count": 1
          },
          {
            "date": "2020-04-20",
            "count": 1
          },
          {
            "date": "2020-04-28",
            "count": 1
          },
          {
            "date": "2020-05-03",
            "count": 1
          },
          {
            "date": "2020-05-14",
            "count": 1
          },
          {
            "date": "2020-05-17",
            "count": 2
          },
          {
            "date": "2020-05-20",
            "count": 1
          },
          {
            "date": "2020-05-22",
            "count": 1
          },
          {
            "date": "2020-06-09",
            "count": 1
          },
          {
            "date": "2020-06-10",
            "count": 1
          },
          {
            "date": "2020-06-13",
            "count": 1
          },
          {
            "date": "2020-06-19",
            "count": 1
          },
          {
            "date": "2020-07-19",
            "count": 1
          },
          {
            "date": "2020-09-23",
            "count": 1
          },
          {
            "date": "2020-10-19",
            "count": 1
          },
          {
            "date": "2020-11-16",
            "count": 1
          },
          {
            "date": "2020-11-30",
            "count": 1
          },
          {
            "date": "2020-12-09",
            "count": 1
          },
          {
            "date": "2021-01-11",
            "count": 1
          },
          {
            "date": "2021-01-19",
            "count": 1
          },
          {
            "date": "2021-01-23",
            "count": 1
          },
          {
            "date": "2021-02-12",
            "count": 1
          },
          {
            "date": "2021-02-17",
            "count": 1
          },
          {
            "date": "2021-02-20",
            "count": 2
          },
          {
            "date": "2021-03-28",
            "count": 1
          },
          {
            "date": "2021-03-31",
            "count": 1
          },
          {
            "date": "2021-05-03",
            "count": 1
          },
          {
            "date": "2021-05-08",
            "count": 1
          },
          {
            "date": "2021-05-17",
            "count": 1
          },
          {
            "date": "2021-05-23",
            "count": 1
          },
          {
            "date": "2021-05-27",
            "count": 1
          },
          {
            "date": "2021-06-04",
            "count": 1
          },
          {
            "date": "2021-06-15",
            "count": 1
          },
          {
            "date": "2021-06-18",
            "count": 1
          },
          {
            "date": "2021-06-19",
            "count": 1
          },
          {
            "date": "2021-06-30",
            "count": 1
          },
          {
            "date": "2021-07-26",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 1
          },
          {
            "date": "2021-09-22",
            "count": 1
          },
          {
            "date": "2021-10-11",
            "count": 1
          },
          {
            "date": "2021-10-22",
            "count": 1
          },
          {
            "date": "2021-10-25",
            "count": 1
          },
          {
            "date": "2021-11-17",
            "count": 1
          },
          {
            "date": "2021-11-24",
            "count": 1
          },
          {
            "date": "2021-11-28",
            "count": 1
          },
          {
            "date": "2021-12-14",
            "count": 1
          },
          {
            "date": "2022-01-06",
            "count": 1
          },
          {
            "date": "2022-01-07",
            "count": 1
          },
          {
            "date": "2022-02-01",
            "count": 1
          },
          {
            "date": "2022-02-09",
            "count": 2
          },
          {
            "date": "2022-02-17",
            "count": 1
          },
          {
            "date": "2022-02-22",
            "count": 1
          },
          {
            "date": "2022-03-06",
            "count": 1
          },
          {
            "date": "2022-03-26",
            "count": 1
          },
          {
            "date": "2022-04-07",
            "count": 1
          },
          {
            "date": "2022-05-12",
            "count": 1
          },
          {
            "date": "2022-06-16",
            "count": 1
          },
          {
            "date": "2022-07-12",
            "count": 1
          },
          {
            "date": "2022-07-16",
            "count": 1
          },
          {
            "date": "2022-07-30",
            "count": 1
          },
          {
            "date": "2022-08-23",
            "count": 1
          },
          {
            "date": "2022-08-25",
            "count": 1
          },
          {
            "date": "2022-10-12",
            "count": 1
          },
          {
            "date": "2022-10-22",
            "count": 1
          },
          {
            "date": "2022-11-09",
            "count": 1
          },
          {
            "date": "2022-12-17",
            "count": 1
          },
          {
            "date": "2022-12-27",
            "count": 1
          },
          {
            "date": "2023-01-11",
            "count": 1
          },
          {
            "date": "2023-02-14",
            "count": 1
          },
          {
            "date": "2023-02-21",
            "count": 1
          },
          {
            "date": "2023-03-09",
            "count": 1
          },
          {
            "date": "2023-03-16",
            "count": 1
          },
          {
            "date": "2023-04-01",
            "count": 1
          },
          {
            "date": "2023-04-08",
            "count": 1
          },
          {
            "date": "2023-04-25",
            "count": 1
          },
          {
            "date": "2023-05-05",
            "count": 1
          },
          {
            "date": "2023-05-09",
            "count": 1
          },
          {
            "date": "2023-06-02",
            "count": 1
          },
          {
            "date": "2023-06-18",
            "count": 1
          },
          {
            "date": "2023-06-23",
            "count": 1
          },
          {
            "date": "2023-07-11",
            "count": 1
          },
          {
            "date": "2023-08-04",
            "count": 1
          },
          {
            "date": "2023-08-08",
            "count": 1
          },
          {
            "date": "2023-08-24",
            "count": 1
          },
          {
            "date": "2023-08-31",
            "count": 1
          },
          {
            "date": "2023-09-11",
            "count": 1
          },
          {
            "date": "2023-10-05",
            "count": 1
          },
          {
            "date": "2023-11-12",
            "count": 1
          },
          {
            "date": "2023-11-15",
            "count": 1
          },
          {
            "date": "2023-11-19",
            "count": 1
          },
          {
            "date": "2023-11-25",
            "count": 1
          },
          {
            "date": "2024-01-03",
            "count": 1
          },
          {
            "date": "2024-01-04",
            "count": 1
          },
          {
            "date": "2024-01-17",
            "count": 1
          },
          {
            "date": "2024-01-24",
            "count": 1
          },
          {
            "date": "2024-02-14",
            "count": 1
          },
          {
            "date": "2024-02-26",
            "count": 1
          },
          {
            "date": "2024-03-29",
            "count": 1
          },
          {
            "date": "2024-03-30",
            "count": 1
          },
          {
            "date": "2024-05-06",
            "count": 1
          },
          {
            "date": "2024-05-09",
            "count": 1
          },
          {
            "date": "2024-06-10",
            "count": 1
          },
          {
            "date": "2024-07-08",
            "count": 1
          },
          {
            "date": "2024-07-31",
            "count": 1
          },
          {
            "date": "2024-09-28",
            "count": 1
          },
          {
            "date": "2024-10-16",
            "count": 1
          },
          {
            "date": "2024-11-04",
            "count": 1
          },
          {
            "date": "2024-12-13",
            "count": 1
          },
          {
            "date": "2025-01-28",
            "count": 1
          },
          {
            "date": "2025-01-31",
            "count": 1
          },
          {
            "date": "2025-02-19",
            "count": 1
          },
          {
            "date": "2025-02-21",
            "count": 1
          },
          {
            "date": "2025-05-14",
            "count": 1
          },
          {
            "date": "2025-05-18",
            "count": 1
          },
          {
            "date": "2025-06-12",
            "count": 1
          },
          {
            "date": "2025-06-25",
            "count": 1
          },
          {
            "date": "2025-06-26",
            "count": 1
          },
          {
            "date": "2025-07-25",
            "count": 1
          },
          {
            "date": "2025-09-13",
            "count": 1
          },
          {
            "date": "2025-11-16",
            "count": 1
          },
          {
            "date": "2025-11-24",
            "count": 1
          },
          {
            "date": "2025-11-28",
            "count": 1
          },
          {
            "date": "2026-01-15",
            "count": 1
          },
          {
            "date": "2026-01-16",
            "count": 1
          },
          {
            "date": "2026-01-22",
            "count": 1
          },
          {
            "date": "2026-02-05",
            "count": 1
          },
          {
            "date": "2026-02-26",
            "count": 1
          },
          {
            "date": "2026-03-23",
            "count": 2
          },
          {
            "date": "2026-04-18",
            "count": 1
          },
          {
            "date": "2026-06-08",
            "count": 1
          },
          {
            "date": "2026-06-18",
            "count": 1
          },
          {
            "date": "2026-07-02",
            "count": 1
          },
          {
            "date": "2026-07-19",
            "count": 3
          }
        ],
        "complete": true,
        "collected": 488,
        "total_forks": 494
      },
      "star_history": {
        "days": [
          {
            "date": "2020-12-05",
            "count": 1
          },
          {
            "date": "2020-12-10",
            "count": 1
          },
          {
            "date": "2020-12-11",
            "count": 1
          },
          {
            "date": "2020-12-12",
            "count": 2
          },
          {
            "date": "2020-12-16",
            "count": 1
          },
          {
            "date": "2020-12-18",
            "count": 2
          },
          {
            "date": "2020-12-19",
            "count": 2
          },
          {
            "date": "2020-12-20",
            "count": 1
          },
          {
            "date": "2020-12-22",
            "count": 2
          },
          {
            "date": "2020-12-27",
            "count": 1
          },
          {
            "date": "2020-12-29",
            "count": 2
          },
          {
            "date": "2020-12-30",
            "count": 2
          },
          {
            "date": "2021-01-02",
            "count": 1
          },
          {
            "date": "2021-01-03",
            "count": 1
          },
          {
            "date": "2021-01-08",
            "count": 1
          },
          {
            "date": "2021-01-09",
            "count": 1
          },
          {
            "date": "2021-01-12",
            "count": 2
          },
          {
            "date": "2021-01-15",
            "count": 1
          },
          {
            "date": "2021-01-17",
            "count": 3
          },
          {
            "date": "2021-01-18",
            "count": 3
          },
          {
            "date": "2021-01-20",
            "count": 1
          },
          {
            "date": "2021-01-21",
            "count": 1
          },
          {
            "date": "2021-01-22",
            "count": 2
          },
          {
            "date": "2021-01-23",
            "count": 1
          },
          {
            "date": "2021-01-28",
            "count": 1
          },
          {
            "date": "2021-01-29",
            "count": 1
          },
          {
            "date": "2021-01-30",
            "count": 2
          },
          {
            "date": "2021-02-01",
            "count": 2
          },
          {
            "date": "2021-02-02",
            "count": 2
          },
          {
            "date": "2021-02-06",
            "count": 2
          },
          {
            "date": "2021-02-09",
            "count": 1
          },
          {
            "date": "2021-02-18",
            "count": 1
          },
          {
            "date": "2021-02-20",
            "count": 3
          },
          {
            "date": "2021-02-21",
            "count": 1
          },
          {
            "date": "2021-02-23",
            "count": 4
          },
          {
            "date": "2021-02-25",
            "count": 1
          },
          {
            "date": "2021-02-26",
            "count": 2
          },
          {
            "date": "2021-03-01",
            "count": 1
          },
          {
            "date": "2021-03-03",
            "count": 2
          },
          {
            "date": "2021-03-04",
            "count": 1
          },
          {
            "date": "2021-03-06",
            "count": 1
          },
          {
            "date": "2021-03-07",
            "count": 1
          },
          {
            "date": "2021-03-09",
            "count": 2
          },
          {
            "date": "2021-03-10",
            "count": 2
          },
          {
            "date": "2021-03-12",
            "count": 1
          },
          {
            "date": "2021-03-15",
            "count": 1
          },
          {
            "date": "2021-03-16",
            "count": 2
          },
          {
            "date": "2021-03-19",
            "count": 1
          },
          {
            "date": "2021-03-20",
            "count": 1
          },
          {
            "date": "2021-03-23",
            "count": 1
          },
          {
            "date": "2021-03-24",
            "count": 1
          },
          {
            "date": "2021-03-26",
            "count": 1
          },
          {
            "date": "2021-03-27",
            "count": 1
          },
          {
            "date": "2021-03-28",
            "count": 2
          },
          {
            "date": "2021-03-30",
            "count": 1
          },
          {
            "date": "2021-03-31",
            "count": 1
          },
          {
            "date": "2021-04-02",
            "count": 1
          },
          {
            "date": "2021-04-03",
            "count": 1
          },
          {
            "date": "2021-04-04",
            "count": 1
          },
          {
            "date": "2021-04-05",
            "count": 1
          },
          {
            "date": "2021-04-07",
            "count": 1
          },
          {
            "date": "2021-04-09",
            "count": 1
          },
          {
            "date": "2021-04-10",
            "count": 1
          },
          {
            "date": "2021-04-12",
            "count": 1
          },
          {
            "date": "2021-04-14",
            "count": 1
          },
          {
            "date": "2021-04-19",
            "count": 2
          },
          {
            "date": "2021-04-20",
            "count": 1
          },
          {
            "date": "2021-04-21",
            "count": 2
          },
          {
            "date": "2021-04-23",
            "count": 1
          },
          {
            "date": "2021-04-25",
            "count": 2
          },
          {
            "date": "2021-04-29",
            "count": 2
          },
          {
            "date": "2021-05-03",
            "count": 1
          },
          {
            "date": "2021-05-05",
            "count": 1
          },
          {
            "date": "2021-05-13",
            "count": 1
          },
          {
            "date": "2021-05-14",
            "count": 1
          },
          {
            "date": "2021-05-18",
            "count": 1
          },
          {
            "date": "2021-05-21",
            "count": 2
          },
          {
            "date": "2021-05-24",
            "count": 4
          },
          {
            "date": "2021-05-26",
            "count": 1
          },
          {
            "date": "2021-05-27",
            "count": 2
          },
          {
            "date": "2021-05-30",
            "count": 1
          },
          {
            "date": "2021-05-31",
            "count": 1
          },
          {
            "date": "2021-06-01",
            "count": 1
          },
          {
            "date": "2021-06-07",
            "count": 1
          },
          {
            "date": "2021-06-08",
            "count": 1
          },
          {
            "date": "2021-06-11",
            "count": 2
          },
          {
            "date": "2021-06-13",
            "count": 1
          },
          {
            "date": "2021-06-14",
            "count": 1
          },
          {
            "date": "2021-06-15",
            "count": 1
          },
          {
            "date": "2021-06-17",
            "count": 1
          },
          {
            "date": "2021-06-18",
            "count": 2
          },
          {
            "date": "2021-06-28",
            "count": 2
          },
          {
            "date": "2021-07-01",
            "count": 1
          },
          {
            "date": "2021-07-03",
            "count": 1
          },
          {
            "date": "2021-07-07",
            "count": 1
          },
          {
            "date": "2021-07-11",
            "count": 2
          },
          {
            "date": "2021-07-12",
            "count": 1
          },
          {
            "date": "2021-07-14",
            "count": 2
          },
          {
            "date": "2021-07-16",
            "count": 1
          },
          {
            "date": "2021-07-17",
            "count": 1
          },
          {
            "date": "2021-07-19",
            "count": 1
          },
          {
            "date": "2021-07-20",
            "count": 1
          },
          {
            "date": "2021-07-23",
            "count": 2
          },
          {
            "date": "2021-07-25",
            "count": 1
          },
          {
            "date": "2021-07-30",
            "count": 2
          },
          {
            "date": "2021-07-31",
            "count": 1
          },
          {
            "date": "2021-08-03",
            "count": 1
          },
          {
            "date": "2021-08-04",
            "count": 1
          },
          {
            "date": "2021-08-05",
            "count": 1
          },
          {
            "date": "2021-08-06",
            "count": 1
          },
          {
            "date": "2021-08-10",
            "count": 2
          },
          {
            "date": "2021-08-16",
            "count": 1
          },
          {
            "date": "2021-08-22",
            "count": 1
          },
          {
            "date": "2021-08-23",
            "count": 1
          },
          {
            "date": "2021-08-26",
            "count": 1
          },
          {
            "date": "2021-08-31",
            "count": 2
          },
          {
            "date": "2021-09-02",
            "count": 1
          },
          {
            "date": "2021-09-06",
            "count": 1
          },
          {
            "date": "2021-09-10",
            "count": 2
          },
          {
            "date": "2021-09-13",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 2
          },
          {
            "date": "2021-09-22",
            "count": 2
          },
          {
            "date": "2021-09-25",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 3
          },
          {
            "date": "2021-09-30",
            "count": 2
          },
          {
            "date": "2021-10-01",
            "count": 1
          },
          {
            "date": "2021-10-05",
            "count": 1
          },
          {
            "date": "2021-10-06",
            "count": 1
          },
          {
            "date": "2021-10-14",
            "count": 2
          },
          {
            "date": "2021-10-16",
            "count": 1
          },
          {
            "date": "2021-10-18",
            "count": 1
          },
          {
            "date": "2021-10-20",
            "count": 2
          },
          {
            "date": "2021-10-21",
            "count": 1
          },
          {
            "date": "2021-10-22",
            "count": 1
          },
          {
            "date": "2021-10-25",
            "count": 1
          },
          {
            "date": "2021-10-26",
            "count": 1
          },
          {
            "date": "2021-10-28",
            "count": 1
          },
          {
            "date": "2021-11-01",
            "count": 1
          },
          {
            "date": "2021-11-03",
            "count": 2
          },
          {
            "date": "2021-11-04",
            "count": 1
          },
          {
            "date": "2021-11-05",
            "count": 1
          },
          {
            "date": "2021-11-11",
            "count": 2
          },
          {
            "date": "2021-11-12",
            "count": 1
          },
          {
            "date": "2021-11-14",
            "count": 1
          },
          {
            "date": "2021-11-16",
            "count": 1
          },
          {
            "date": "2021-11-17",
            "count": 2
          },
          {
            "date": "2021-11-19",
            "count": 1
          },
          {
            "date": "2021-11-23",
            "count": 1
          },
          {
            "date": "2021-11-24",
            "count": 1
          },
          {
            "date": "2021-11-26",
            "count": 2
          },
          {
            "date": "2021-11-27",
            "count": 1
          },
          {
            "date": "2021-11-28",
            "count": 1
          },
          {
            "date": "2021-12-08",
            "count": 1
          },
          {
            "date": "2021-12-09",
            "count": 1
          },
          {
            "date": "2021-12-16",
            "count": 2
          },
          {
            "date": "2021-12-17",
            "count": 1
          },
          {
            "date": "2021-12-21",
            "count": 1
          },
          {
            "date": "2021-12-22",
            "count": 2
          },
          {
            "date": "2021-12-23",
            "count": 1
          },
          {
            "date": "2021-12-28",
            "count": 2
          },
          {
            "date": "2021-12-30",
            "count": 1
          },
          {
            "date": "2021-12-31",
            "count": 2
          },
          {
            "date": "2022-01-03",
            "count": 1
          },
          {
            "date": "2022-01-04",
            "count": 1
          },
          {
            "date": "2022-01-06",
            "count": 1
          },
          {
            "date": "2022-01-10",
            "count": 1
          },
          {
            "date": "2022-01-11",
            "count": 2
          },
          {
            "date": "2022-01-13",
            "count": 1
          },
          {
            "date": "2022-01-17",
            "count": 1
          },
          {
            "date": "2022-01-20",
            "count": 1
          },
          {
            "date": "2022-01-23",
            "count": 1
          },
          {
            "date": "2022-01-25",
            "count": 1
          },
          {
            "date": "2022-01-28",
            "count": 1
          },
          {
            "date": "2022-01-31",
            "count": 1
          },
          {
            "date": "2022-02-02",
            "count": 1
          },
          {
            "date": "2022-02-06",
            "count": 1
          },
          {
            "date": "2022-02-08",
            "count": 1
          },
          {
            "date": "2022-02-09",
            "count": 1
          },
          {
            "date": "2022-02-10",
            "count": 2
          },
          {
            "date": "2022-02-11",
            "count": 1
          },
          {
            "date": "2022-02-12",
            "count": 1
          },
          {
            "date": "2022-02-13",
            "count": 2
          },
          {
            "date": "2022-02-14",
            "count": 1
          },
          {
            "date": "2022-02-18",
            "count": 3
          },
          {
            "date": "2022-02-20",
            "count": 1
          },
          {
            "date": "2022-02-22",
            "count": 2
          },
          {
            "date": "2022-02-23",
            "count": 1
          },
          {
            "date": "2022-02-24",
            "count": 1
          },
          {
            "date": "2022-02-25",
            "count": 1
          },
          {
            "date": "2022-03-01",
            "count": 1
          },
          {
            "date": "2022-03-02",
            "count": 2
          },
          {
            "date": "2022-03-04",
            "count": 1
          },
          {
            "date": "2022-03-05",
            "count": 1
          },
          {
            "date": "2022-03-06",
            "count": 1
          },
          {
            "date": "2022-03-07",
            "count": 2
          },
          {
            "date": "2022-03-10",
            "count": 1
          },
          {
            "date": "2022-03-14",
            "count": 1
          },
          {
            "date": "2022-03-17",
            "count": 2
          },
          {
            "date": "2022-03-22",
            "count": 1
          },
          {
            "date": "2022-03-26",
            "count": 1
          },
          {
            "date": "2022-03-28",
            "count": 1
          },
          {
            "date": "2022-04-08",
            "count": 1
          },
          {
            "date": "2022-04-09",
            "count": 1
          },
          {
            "date": "2022-04-10",
            "count": 1
          },
          {
            "date": "2022-04-12",
            "count": 1
          },
          {
            "date": "2022-04-14",
            "count": 1
          },
          {
            "date": "2022-04-15",
            "count": 1
          },
          {
            "date": "2022-04-16",
            "count": 1
          },
          {
            "date": "2022-04-17",
            "count": 1
          },
          {
            "date": "2022-04-18",
            "count": 1
          },
          {
            "date": "2022-04-21",
            "count": 1
          },
          {
            "date": "2022-04-23",
            "count": 1
          },
          {
            "date": "2022-04-24",
            "count": 1
          },
          {
            "date": "2022-04-25",
            "count": 1
          },
          {
            "date": "2022-04-28",
            "count": 1
          },
          {
            "date": "2022-04-29",
            "count": 2
          },
          {
            "date": "2022-04-30",
            "count": 1
          },
          {
            "date": "2022-05-04",
            "count": 1
          },
          {
            "date": "2022-05-05",
            "count": 2
          },
          {
            "date": "2022-05-09",
            "count": 1
          },
          {
            "date": "2022-05-13",
            "count": 1
          },
          {
            "date": "2022-05-15",
            "count": 1
          },
          {
            "date": "2022-05-18",
            "count": 2
          },
          {
            "date": "2022-05-20",
            "count": 1
          },
          {
            "date": "2022-05-22",
            "count": 1
          },
          {
            "date": "2022-05-23",
            "count": 1
          },
          {
            "date": "2022-05-25",
            "count": 1
          },
          {
            "date": "2022-05-26",
            "count": 1
          },
          {
            "date": "2022-05-27",
            "count": 1
          },
          {
            "date": "2022-06-10",
            "count": 2
          },
          {
            "date": "2022-06-13",
            "count": 1
          },
          {
            "date": "2022-06-14",
            "count": 1
          },
          {
            "date": "2022-06-16",
            "count": 1
          },
          {
            "date": "2022-06-20",
            "count": 1
          },
          {
            "date": "2022-06-21",
            "count": 1
          },
          {
            "date": "2022-06-22",
            "count": 2
          },
          {
            "date": "2022-06-25",
            "count": 1
          },
          {
            "date": "2022-06-27",
            "count": 2
          },
          {
            "date": "2022-06-28",
            "count": 2
          },
          {
            "date": "2022-07-02",
            "count": 2
          },
          {
            "date": "2022-07-09",
            "count": 1
          },
          {
            "date": "2022-07-12",
            "count": 1
          },
          {
            "date": "2022-07-14",
            "count": 1
          },
          {
            "date": "2022-07-15",
            "count": 1
          },
          {
            "date": "2022-07-17",
            "count": 2
          },
          {
            "date": "2022-07-19",
            "count": 1
          },
          {
            "date": "2022-07-22",
            "count": 1
          },
          {
            "date": "2022-07-26",
            "count": 2
          },
          {
            "date": "2022-07-27",
            "count": 1
          },
          {
            "date": "2022-07-29",
            "count": 1
          },
          {
            "date": "2022-08-02",
            "count": 1
          },
          {
            "date": "2022-08-04",
            "count": 1
          },
          {
            "date": "2022-08-05",
            "count": 3
          },
          {
            "date": "2022-08-08",
            "count": 1
          },
          {
            "date": "2022-08-10",
            "count": 1
          },
          {
            "date": "2022-08-13",
            "count": 1
          },
          {
            "date": "2022-08-15",
            "count": 2
          },
          {
            "date": "2022-08-16",
            "count": 1
          },
          {
            "date": "2022-08-17",
            "count": 1
          },
          {
            "date": "2022-08-18",
            "count": 1
          },
          {
            "date": "2022-08-21",
            "count": 1
          },
          {
            "date": "2022-08-22",
            "count": 1
          },
          {
            "date": "2022-09-01",
            "count": 2
          },
          {
            "date": "2022-09-03",
            "count": 1
          },
          {
            "date": "2022-09-07",
            "count": 1
          },
          {
            "date": "2022-09-09",
            "count": 2
          },
          {
            "date": "2022-09-11",
            "count": 1
          },
          {
            "date": "2022-09-12",
            "count": 1
          },
          {
            "date": "2022-09-13",
            "count": 1
          },
          {
            "date": "2022-09-14",
            "count": 1
          },
          {
            "date": "2022-09-16",
            "count": 1
          },
          {
            "date": "2022-09-18",
            "count": 1
          },
          {
            "date": "2022-09-19",
            "count": 1
          },
          {
            "date": "2022-09-20",
            "count": 3
          },
          {
            "date": "2022-09-21",
            "count": 1
          },
          {
            "date": "2022-09-22",
            "count": 1
          },
          {
            "date": "2022-09-24",
            "count": 1
          },
          {
            "date": "2022-09-30",
            "count": 1
          },
          {
            "date": "2022-10-03",
            "count": 2
          },
          {
            "date": "2022-10-05",
            "count": 4
          },
          {
            "date": "2022-10-06",
            "count": 6
          },
          {
            "date": "2022-10-08",
            "count": 1
          },
          {
            "date": "2022-10-16",
            "count": 1
          },
          {
            "date": "2022-10-19",
            "count": 1
          },
          {
            "date": "2022-10-25",
            "count": 2
          },
          {
            "date": "2022-10-30",
            "count": 1
          },
          {
            "date": "2022-10-31",
            "count": 1
          },
          {
            "date": "2022-11-02",
            "count": 1
          },
          {
            "date": "2022-11-07",
            "count": 1
          },
          {
            "date": "2022-11-08",
            "count": 1
          },
          {
            "date": "2022-11-12",
            "count": 4
          },
          {
            "date": "2022-11-17",
            "count": 1
          },
          {
            "date": "2022-11-18",
            "count": 2
          },
          {
            "date": "2022-11-21",
            "count": 1
          },
          {
            "date": "2022-11-22",
            "count": 1
          },
          {
            "date": "2022-11-23",
            "count": 1
          },
          {
            "date": "2022-11-24",
            "count": 1
          },
          {
            "date": "2022-11-28",
            "count": 1
          },
          {
            "date": "2022-11-29",
            "count": 1
          },
          {
            "date": "2022-12-02",
            "count": 1
          },
          {
            "date": "2022-12-03",
            "count": 1
          },
          {
            "date": "2022-12-04",
            "count": 1
          },
          {
            "date": "2022-12-05",
            "count": 1
          },
          {
            "date": "2022-12-10",
            "count": 1
          },
          {
            "date": "2022-12-13",
            "count": 2
          },
          {
            "date": "2022-12-15",
            "count": 1
          },
          {
            "date": "2022-12-16",
            "count": 1
          },
          {
            "date": "2022-12-17",
            "count": 1
          },
          {
            "date": "2022-12-20",
            "count": 1
          },
          {
            "date": "2022-12-21",
            "count": 2
          },
          {
            "date": "2022-12-25",
            "count": 1
          },
          {
            "date": "2022-12-26",
            "count": 2
          },
          {
            "date": "2023-01-03",
            "count": 1
          },
          {
            "date": "2023-01-04",
            "count": 2
          },
          {
            "date": "2023-01-05",
            "count": 1
          },
          {
            "date": "2023-01-06",
            "count": 1
          },
          {
            "date": "2023-01-10",
            "count": 1
          },
          {
            "date": "2023-01-16",
            "count": 1
          },
          {
            "date": "2023-01-21",
            "count": 1
          },
          {
            "date": "2023-01-23",
            "count": 3
          },
          {
            "date": "2023-01-26",
            "count": 1
          },
          {
            "date": "2023-01-28",
            "count": 1
          },
          {
            "date": "2023-01-31",
            "count": 1
          },
          {
            "date": "2023-02-01",
            "count": 1
          },
          {
            "date": "2023-02-02",
            "count": 1
          },
          {
            "date": "2023-02-03",
            "count": 1
          },
          {
            "date": "2023-02-08",
            "count": 1
          },
          {
            "date": "2023-02-10",
            "count": 1
          },
          {
            "date": "2023-02-11",
            "count": 2
          },
          {
            "date": "2023-02-12",
            "count": 1
          },
          {
            "date": "2023-02-14",
            "count": 1
          },
          {
            "date": "2023-02-22",
            "count": 1
          },
          {
            "date": "2023-02-23",
            "count": 1
          },
          {
            "date": "2023-02-28",
            "count": 1
          },
          {
            "date": "2023-03-02",
            "count": 2
          },
          {
            "date": "2023-03-05",
            "count": 1
          },
          {
            "date": "2023-03-08",
            "count": 1
          },
          {
            "date": "2023-03-09",
            "count": 1
          },
          {
            "date": "2023-03-12",
            "count": 1
          },
          {
            "date": "2023-03-14",
            "count": 1
          },
          {
            "date": "2023-03-16",
            "count": 1
          },
          {
            "date": "2023-03-17",
            "count": 1
          },
          {
            "date": "2023-03-19",
            "count": 1
          },
          {
            "date": "2023-03-20",
            "count": 1
          },
          {
            "date": "2023-03-23",
            "count": 2
          },
          {
            "date": "2023-03-26",
            "count": 1
          },
          {
            "date": "2023-03-29",
            "count": 1
          },
          {
            "date": "2023-03-30",
            "count": 1
          },
          {
            "date": "2023-04-01",
            "count": 1
          },
          {
            "date": "2023-04-06",
            "count": 2
          },
          {
            "date": "2023-04-10",
            "count": 2
          },
          {
            "date": "2023-04-12",
            "count": 3
          },
          {
            "date": "2023-04-14",
            "count": 1
          },
          {
            "date": "2023-04-18",
            "count": 1
          },
          {
            "date": "2023-04-19",
            "count": 2
          },
          {
            "date": "2023-04-20",
            "count": 1
          },
          {
            "date": "2023-04-21",
            "count": 1
          },
          {
            "date": "2023-04-24",
            "count": 1
          },
          {
            "date": "2023-04-25",
            "count": 3
          },
          {
            "date": "2023-04-26",
            "count": 1
          },
          {
            "date": "2023-04-27",
            "count": 1
          },
          {
            "date": "2023-04-28",
            "count": 1
          },
          {
            "date": "2023-04-29",
            "count": 1
          },
          {
            "date": "2023-04-30",
            "count": 2
          },
          {
            "date": "2023-05-04",
            "count": 1
          },
          {
            "date": "2023-05-07",
            "count": 1
          },
          {
            "date": "2023-05-08",
            "count": 1
          },
          {
            "date": "2023-05-09",
            "count": 1
          },
          {
            "date": "2023-05-10",
            "count": 1
          },
          {
            "date": "2023-05-12",
            "count": 2
          },
          {
            "date": "2023-05-13",
            "count": 1
          },
          {
            "date": "2023-05-15",
            "count": 1
          },
          {
            "date": "2023-05-18",
            "count": 2
          },
          {
            "date": "2023-05-20",
            "count": 1
          },
          {
            "date": "2023-05-26",
            "count": 2
          },
          {
            "date": "2023-06-10",
            "count": 3
          },
          {
            "date": "2023-06-14",
            "count": 2
          },
          {
            "date": "2023-06-18",
            "count": 1
          },
          {
            "date": "2023-06-22",
            "count": 1
          },
          {
            "date": "2023-06-23",
            "count": 1
          },
          {
            "date": "2023-06-27",
            "count": 1
          },
          {
            "date": "2023-06-28",
            "count": 1
          },
          {
            "date": "2023-07-13",
            "count": 1
          },
          {
            "date": "2023-07-16",
            "count": 1
          },
          {
            "date": "2023-07-17",
            "count": 1
          },
          {
            "date": "2023-07-18",
            "count": 1
          },
          {
            "date": "2023-07-19",
            "count": 1
          },
          {
            "date": "2023-07-23",
            "count": 2
          },
          {
            "date": "2023-07-25",
            "count": 1
          },
          {
            "date": "2023-07-27",
            "count": 6
          },
          {
            "date": "2023-07-31",
            "count": 1
          },
          {
            "date": "2023-08-02",
            "count": 1
          },
          {
            "date": "2023-08-03",
            "count": 1
          },
          {
            "date": "2023-08-04",
            "count": 2
          },
          {
            "date": "2023-08-06",
            "count": 1
          },
          {
            "date": "2023-08-08",
            "count": 1
          },
          {
            "date": "2023-08-09",
            "count": 1
          },
          {
            "date": "2023-08-10",
            "count": 1
          },
          {
            "date": "2023-08-11",
            "count": 1
          },
          {
            "date": "2023-08-12",
            "count": 1
          },
          {
            "date": "2023-08-21",
            "count": 1
          },
          {
            "date": "2023-08-22",
            "count": 1
          },
          {
            "date": "2023-08-29",
            "count": 2
          },
          {
            "date": "2023-09-07",
            "count": 1
          },
          {
            "date": "2023-09-11",
            "count": 1
          },
          {
            "date": "2023-09-18",
            "count": 1
          },
          {
            "date": "2023-09-20",
            "count": 1
          },
          {
            "date": "2023-09-21",
            "count": 1
          },
          {
            "date": "2023-09-22",
            "count": 1
          },
          {
            "date": "2023-09-26",
            "count": 1
          },
          {
            "date": "2023-09-27",
            "count": 1
          },
          {
            "date": "2023-09-28",
            "count": 1
          },
          {
            "date": "2023-10-02",
            "count": 1
          },
          {
            "date": "2023-10-05",
            "count": 1
          },
          {
            "date": "2023-10-07",
            "count": 1
          },
          {
            "date": "2023-10-10",
            "count": 1
          },
          {
            "date": "2023-10-11",
            "count": 1
          },
          {
            "date": "2023-10-12",
            "count": 5
          },
          {
            "date": "2023-10-13",
            "count": 5
          },
          {
            "date": "2023-10-15",
            "count": 1
          },
          {
            "date": "2023-10-16",
            "count": 1
          },
          {
            "date": "2023-10-20",
            "count": 1
          },
          {
            "date": "2023-10-21",
            "count": 1
          },
          {
            "date": "2023-10-22",
            "count": 2
          },
          {
            "date": "2023-10-28",
            "count": 2
          },
          {
            "date": "2023-10-29",
            "count": 1
          },
          {
            "date": "2023-11-03",
            "count": 1
          },
          {
            "date": "2023-11-07",
            "count": 1
          },
          {
            "date": "2023-11-11",
            "count": 1
          },
          {
            "date": "2023-11-12",
            "count": 1
          },
          {
            "date": "2023-11-15",
            "count": 2
          },
          {
            "date": "2023-11-18",
            "count": 1
          },
          {
            "date": "2023-11-29",
            "count": 1
          },
          {
            "date": "2023-11-30",
            "count": 1
          },
          {
            "date": "2023-12-04",
            "count": 1
          },
          {
            "date": "2023-12-10",
            "count": 2
          },
          {
            "date": "2023-12-11",
            "count": 1
          },
          {
            "date": "2023-12-12",
            "count": 1
          },
          {
            "date": "2023-12-17",
            "count": 1
          },
          {
            "date": "2023-12-18",
            "count": 2
          },
          {
            "date": "2023-12-20",
            "count": 1
          },
          {
            "date": "2023-12-23",
            "count": 2
          },
          {
            "date": "2023-12-24",
            "count": 1
          },
          {
            "date": "2023-12-25",
            "count": 1
          },
          {
            "date": "2023-12-29",
            "count": 1
          },
          {
            "date": "2024-01-02",
            "count": 1
          },
          {
            "date": "2024-01-04",
            "count": 1
          },
          {
            "date": "2024-01-06",
            "count": 1
          },
          {
            "date": "2024-01-08",
            "count": 1
          },
          {
            "date": "2024-01-11",
            "count": 2
          },
          {
            "date": "2024-01-12",
            "count": 1
          },
          {
            "date": "2024-01-14",
            "count": 1
          },
          {
            "date": "2024-01-18",
            "count": 1
          },
          {
            "date": "2024-01-24",
            "count": 1
          },
          {
            "date": "2024-01-28",
            "count": 2
          },
          {
            "date": "2024-01-30",
            "count": 3
          },
          {
            "date": "2024-01-31",
            "count": 1
          },
          {
            "date": "2024-02-01",
            "count": 4
          },
          {
            "date": "2024-02-02",
            "count": 1
          },
          {
            "date": "2024-02-04",
            "count": 1
          },
          {
            "date": "2024-02-24",
            "count": 1
          },
          {
            "date": "2024-02-25",
            "count": 3
          },
          {
            "date": "2024-02-26",
            "count": 2
          },
          {
            "date": "2024-03-04",
            "count": 1
          },
          {
            "date": "2024-03-05",
            "count": 2
          },
          {
            "date": "2024-03-06",
            "count": 3
          },
          {
            "date": "2024-03-07",
            "count": 1
          },
          {
            "date": "2024-03-08",
            "count": 1
          },
          {
            "date": "2024-03-09",
            "count": 1
          },
          {
            "date": "2024-03-12",
            "count": 2
          },
          {
            "date": "2024-03-15",
            "count": 1
          },
          {
            "date": "2024-03-16",
            "count": 1
          },
          {
            "date": "2024-03-18",
            "count": 1
          },
          {
            "date": "2024-03-20",
            "count": 1
          },
          {
            "date": "2024-03-21",
            "count": 1
          },
          {
            "date": "2024-03-24",
            "count": 1
          },
          {
            "date": "2024-03-25",
            "count": 1
          },
          {
            "date": "2024-03-27",
            "count": 2
          },
          {
            "date": "2024-03-28",
            "count": 1
          },
          {
            "date": "2024-04-01",
            "count": 1
          },
          {
            "date": "2024-04-02",
            "count": 1
          },
          {
            "date": "2024-04-03",
            "count": 1
          },
          {
            "date": "2024-04-07",
            "count": 1
          },
          {
            "date": "2024-04-09",
            "count": 1
          },
          {
            "date": "2024-04-10",
            "count": 2
          },
          {
            "date": "2024-04-11",
            "count": 1
          },
          {
            "date": "2024-04-15",
            "count": 1
          },
          {
            "date": "2024-04-16",
            "count": 2
          },
          {
            "date": "2024-04-17",
            "count": 1
          },
          {
            "date": "2024-04-19",
            "count": 1
          },
          {
            "date": "2024-04-21",
            "count": 1
          },
          {
            "date": "2024-04-24",
            "count": 1
          },
          {
            "date": "2024-04-25",
            "count": 1
          },
          {
            "date": "2024-04-26",
            "count": 1
          },
          {
            "date": "2024-04-27",
            "count": 1
          },
          {
            "date": "2024-04-28",
            "count": 1
          },
          {
            "date": "2024-04-30",
            "count": 1
          },
          {
            "date": "2024-05-01",
            "count": 1
          },
          {
            "date": "2024-05-06",
            "count": 1
          },
          {
            "date": "2024-05-08",
            "count": 2
          },
          {
            "date": "2024-05-19",
            "count": 1
          },
          {
            "date": "2024-05-21",
            "count": 1
          },
          {
            "date": "2024-05-22",
            "count": 1
          },
          {
            "date": "2024-05-23",
            "count": 1
          },
          {
            "date": "2024-05-29",
            "count": 1
          },
          {
            "date": "2024-05-30",
            "count": 1
          },
          {
            "date": "2024-05-31",
            "count": 2
          },
          {
            "date": "2024-06-01",
            "count": 1
          },
          {
            "date": "2024-06-05",
            "count": 1
          },
          {
            "date": "2024-06-09",
            "count": 1
          },
          {
            "date": "2024-06-11",
            "count": 2
          },
          {
            "date": "2024-06-13",
            "count": 1
          },
          {
            "date": "2024-06-14",
            "count": 1
          },
          {
            "date": "2024-06-20",
            "count": 2
          },
          {
            "date": "2024-06-21",
            "count": 1
          },
          {
            "date": "2024-06-23",
            "count": 1
          },
          {
            "date": "2024-06-24",
            "count": 1
          },
          {
            "date": "2024-07-04",
            "count": 2
          },
          {
            "date": "2024-07-05",
            "count": 1
          },
          {
            "date": "2024-07-06",
            "count": 1
          },
          {
            "date": "2024-07-10",
            "count": 2
          },
          {
            "date": "2024-07-12",
            "count": 1
          },
          {
            "date": "2024-07-20",
            "count": 2
          },
          {
            "date": "2024-07-22",
            "count": 1
          },
          {
            "date": "2024-07-23",
            "count": 1
          },
          {
            "date": "2024-07-24",
            "count": 1
          },
          {
            "date": "2024-07-29",
            "count": 1
          },
          {
            "date": "2024-08-01",
            "count": 1
          },
          {
            "date": "2024-08-05",
            "count": 3
          },
          {
            "date": "2024-08-07",
            "count": 1
          },
          {
            "date": "2024-08-13",
            "count": 2
          },
          {
            "date": "2024-08-15",
            "count": 1
          },
          {
            "date": "2024-08-17",
            "count": 1
          },
          {
            "date": "2024-08-18",
            "count": 2
          },
          {
            "date": "2024-08-19",
            "count": 1
          },
          {
            "date": "2024-08-21",
            "count": 1
          },
          {
            "date": "2024-08-25",
            "count": 1
          },
          {
            "date": "2024-08-31",
            "count": 3
          },
          {
            "date": "2024-09-02",
            "count": 1
          },
          {
            "date": "2024-09-06",
            "count": 1
          },
          {
            "date": "2024-09-09",
            "count": 1
          },
          {
            "date": "2024-09-15",
            "count": 1
          },
          {
            "date": "2024-09-17",
            "count": 1
          },
          {
            "date": "2024-09-18",
            "count": 1
          },
          {
            "date": "2024-09-19",
            "count": 1
          },
          {
            "date": "2024-09-24",
            "count": 1
          },
          {
            "date": "2024-09-27",
            "count": 2
          },
          {
            "date": "2024-09-29",
            "count": 1
          },
          {
            "date": "2024-10-05",
            "count": 2
          },
          {
            "date": "2024-10-07",
            "count": 1
          },
          {
            "date": "2024-10-11",
            "count": 2
          },
          {
            "date": "2024-10-13",
            "count": 1
          },
          {
            "date": "2024-10-14",
            "count": 2
          },
          {
            "date": "2024-10-16",
            "count": 1
          },
          {
            "date": "2024-10-17",
            "count": 1
          },
          {
            "date": "2024-10-20",
            "count": 1
          },
          {
            "date": "2024-10-21",
            "count": 1
          },
          {
            "date": "2024-10-23",
            "count": 2
          },
          {
            "date": "2024-10-25",
            "count": 1
          },
          {
            "date": "2024-10-29",
            "count": 1
          },
          {
            "date": "2024-10-30",
            "count": 2
          },
          {
            "date": "2024-11-02",
            "count": 1
          },
          {
            "date": "2024-11-04",
            "count": 1
          },
          {
            "date": "2024-11-05",
            "count": 1
          },
          {
            "date": "2024-11-06",
            "count": 2
          },
          {
            "date": "2024-11-07",
            "count": 2
          },
          {
            "date": "2024-11-13",
            "count": 1
          },
          {
            "date": "2024-11-14",
            "count": 1
          },
          {
            "date": "2024-11-15",
            "count": 2
          },
          {
            "date": "2024-11-18",
            "count": 2
          },
          {
            "date": "2024-11-19",
            "count": 1
          },
          {
            "date": "2024-11-20",
            "count": 1
          },
          {
            "date": "2024-11-22",
            "count": 1
          },
          {
            "date": "2024-11-23",
            "count": 1
          },
          {
            "date": "2024-11-24",
            "count": 1
          },
          {
            "date": "2024-11-27",
            "count": 1
          },
          {
            "date": "2024-12-10",
            "count": 1
          },
          {
            "date": "2024-12-11",
            "count": 2
          },
          {
            "date": "2024-12-16",
            "count": 1
          },
          {
            "date": "2024-12-18",
            "count": 2
          },
          {
            "date": "2024-12-19",
            "count": 1
          },
          {
            "date": "2024-12-20",
            "count": 2
          },
          {
            "date": "2024-12-23",
            "count": 1
          },
          {
            "date": "2024-12-25",
            "count": 2
          },
          {
            "date": "2024-12-29",
            "count": 1
          },
          {
            "date": "2025-01-01",
            "count": 1
          },
          {
            "date": "2025-01-06",
            "count": 1
          },
          {
            "date": "2025-01-07",
            "count": 1
          },
          {
            "date": "2025-01-11",
            "count": 1
          },
          {
            "date": "2025-01-12",
            "count": 1
          },
          {
            "date": "2025-01-13",
            "count": 1
          },
          {
            "date": "2025-01-14",
            "count": 1
          },
          {
            "date": "2025-01-15",
            "count": 1
          },
          {
            "date": "2025-01-16",
            "count": 2
          },
          {
            "date": "2025-01-22",
            "count": 2
          },
          {
            "date": "2025-01-25",
            "count": 2
          },
          {
            "date": "2025-01-27",
            "count": 1
          },
          {
            "date": "2025-01-30",
            "count": 1
          },
          {
            "date": "2025-02-01",
            "count": 1
          },
          {
            "date": "2025-02-04",
            "count": 2
          },
          {
            "date": "2025-02-09",
            "count": 1
          },
          {
            "date": "2025-02-11",
            "count": 1
          },
          {
            "date": "2025-02-13",
            "count": 1
          },
          {
            "date": "2025-02-23",
            "count": 1
          },
          {
            "date": "2025-02-24",
            "count": 1
          },
          {
            "date": "2025-02-28",
            "count": 1
          },
          {
            "date": "2025-03-09",
            "count": 2
          },
          {
            "date": "2025-03-10",
            "count": 2
          },
          {
            "date": "2025-03-14",
            "count": 2
          },
          {
            "date": "2025-03-19",
            "count": 1
          },
          {
            "date": "2025-03-20",
            "count": 1
          },
          {
            "date": "2025-03-21",
            "count": 1
          },
          {
            "date": "2025-03-22",
            "count": 1
          },
          {
            "date": "2025-03-26",
            "count": 1
          },
          {
            "date": "2025-04-11",
            "count": 1
          },
          {
            "date": "2025-04-12",
            "count": 1
          },
          {
            "date": "2025-04-16",
            "count": 1
          },
          {
            "date": "2025-04-18",
            "count": 1
          },
          {
            "date": "2025-04-19",
            "count": 3
          },
          {
            "date": "2025-04-21",
            "count": 2
          },
          {
            "date": "2025-04-22",
            "count": 2
          },
          {
            "date": "2025-04-24",
            "count": 1
          },
          {
            "date": "2025-04-26",
            "count": 1
          },
          {
            "date": "2025-04-27",
            "count": 1
          },
          {
            "date": "2025-05-06",
            "count": 2
          },
          {
            "date": "2025-05-07",
            "count": 3
          },
          {
            "date": "2025-05-09",
            "count": 1
          },
          {
            "date": "2025-05-13",
            "count": 1
          },
          {
            "date": "2025-05-14",
            "count": 1
          },
          {
            "date": "2025-05-19",
            "count": 1
          },
          {
            "date": "2025-05-25",
            "count": 1
          },
          {
            "date": "2025-05-26",
            "count": 1
          },
          {
            "date": "2025-05-27",
            "count": 1
          },
          {
            "date": "2025-05-28",
            "count": 2
          },
          {
            "date": "2025-06-01",
            "count": 1
          },
          {
            "date": "2025-06-06",
            "count": 1
          },
          {
            "date": "2025-06-15",
            "count": 1
          },
          {
            "date": "2025-06-21",
            "count": 1
          },
          {
            "date": "2025-06-24",
            "count": 3
          },
          {
            "date": "2025-06-25",
            "count": 2
          },
          {
            "date": "2025-06-26",
            "count": 2
          },
          {
            "date": "2025-06-27",
            "count": 1
          },
          {
            "date": "2025-06-28",
            "count": 1
          },
          {
            "date": "2025-06-30",
            "count": 1
          },
          {
            "date": "2025-07-01",
            "count": 1
          },
          {
            "date": "2025-07-07",
            "count": 1
          },
          {
            "date": "2025-07-13",
            "count": 4
          },
          {
            "date": "2025-07-16",
            "count": 2
          },
          {
            "date": "2025-07-17",
            "count": 1
          },
          {
            "date": "2025-07-18",
            "count": 1
          },
          {
            "date": "2025-07-23",
            "count": 2
          },
          {
            "date": "2025-07-29",
            "count": 1
          },
          {
            "date": "2025-07-30",
            "count": 2
          },
          {
            "date": "2025-08-02",
            "count": 3
          },
          {
            "date": "2025-08-05",
            "count": 1
          },
          {
            "date": "2025-08-06",
            "count": 1
          },
          {
            "date": "2025-08-08",
            "count": 1
          },
          {
            "date": "2025-08-10",
            "count": 1
          },
          {
            "date": "2025-08-13",
            "count": 1
          },
          {
            "date": "2025-08-14",
            "count": 1
          },
          {
            "date": "2025-08-18",
            "count": 1
          },
          {
            "date": "2025-08-19",
            "count": 3
          },
          {
            "date": "2025-08-20",
            "count": 1
          },
          {
            "date": "2025-08-25",
            "count": 1
          },
          {
            "date": "2025-08-28",
            "count": 1
          },
          {
            "date": "2025-08-30",
            "count": 3
          },
          {
            "date": "2025-08-31",
            "count": 2
          },
          {
            "date": "2025-09-10",
            "count": 1
          },
          {
            "date": "2025-09-11",
            "count": 1
          },
          {
            "date": "2025-09-25",
            "count": 1
          },
          {
            "date": "2025-09-26",
            "count": 2
          },
          {
            "date": "2025-09-28",
            "count": 2
          },
          {
            "date": "2025-09-29",
            "count": 1
          },
          {
            "date": "2025-09-30",
            "count": 1
          },
          {
            "date": "2025-10-01",
            "count": 1
          },
          {
            "date": "2025-10-03",
            "count": 1
          },
          {
            "date": "2025-10-04",
            "count": 1
          },
          {
            "date": "2025-10-09",
            "count": 1
          },
          {
            "date": "2025-10-20",
            "count": 1
          },
          {
            "date": "2025-10-21",
            "count": 2
          },
          {
            "date": "2025-11-01",
            "count": 1
          },
          {
            "date": "2025-11-04",
            "count": 2
          },
          {
            "date": "2025-11-11",
            "count": 1
          },
          {
            "date": "2025-11-12",
            "count": 1
          },
          {
            "date": "2025-11-13",
            "count": 1
          },
          {
            "date": "2025-11-16",
            "count": 1
          },
          {
            "date": "2025-11-17",
            "count": 1
          },
          {
            "date": "2025-11-19",
            "count": 1
          },
          {
            "date": "2025-11-24",
            "count": 5
          },
          {
            "date": "2025-11-28",
            "count": 1
          },
          {
            "date": "2025-11-30",
            "count": 4
          },
          {
            "date": "2025-12-01",
            "count": 1
          },
          {
            "date": "2025-12-02",
            "count": 1
          },
          {
            "date": "2025-12-04",
            "count": 2
          },
          {
            "date": "2025-12-08",
            "count": 1
          },
          {
            "date": "2025-12-09",
            "count": 1
          },
          {
            "date": "2025-12-16",
            "count": 2
          },
          {
            "date": "2025-12-23",
            "count": 1
          },
          {
            "date": "2025-12-25",
            "count": 2
          },
          {
            "date": "2025-12-26",
            "count": 1
          },
          {
            "date": "2025-12-29",
            "count": 1
          },
          {
            "date": "2026-01-02",
            "count": 1
          },
          {
            "date": "2026-01-03",
            "count": 2
          },
          {
            "date": "2026-01-07",
            "count": 1
          },
          {
            "date": "2026-01-08",
            "count": 1
          },
          {
            "date": "2026-01-09",
            "count": 3
          },
          {
            "date": "2026-01-16",
            "count": 2
          },
          {
            "date": "2026-01-20",
            "count": 1
          },
          {
            "date": "2026-01-21",
            "count": 1
          },
          {
            "date": "2026-01-22",
            "count": 1
          },
          {
            "date": "2026-01-26",
            "count": 1
          },
          {
            "date": "2026-01-28",
            "count": 1
          },
          {
            "date": "2026-01-29",
            "count": 1
          },
          {
            "date": "2026-02-03",
            "count": 1
          },
          {
            "date": "2026-02-05",
            "count": 1
          },
          {
            "date": "2026-02-08",
            "count": 1
          },
          {
            "date": "2026-02-09",
            "count": 1
          },
          {
            "date": "2026-02-17",
            "count": 1
          },
          {
            "date": "2026-02-22",
            "count": 2
          },
          {
            "date": "2026-02-23",
            "count": 2
          },
          {
            "date": "2026-02-25",
            "count": 1
          },
          {
            "date": "2026-02-28",
            "count": 1
          },
          {
            "date": "2026-03-02",
            "count": 1
          },
          {
            "date": "2026-03-05",
            "count": 1
          },
          {
            "date": "2026-03-06",
            "count": 1
          },
          {
            "date": "2026-03-10",
            "count": 1
          },
          {
            "date": "2026-03-11",
            "count": 1
          },
          {
            "date": "2026-03-13",
            "count": 1
          },
          {
            "date": "2026-03-14",
            "count": 1
          },
          {
            "date": "2026-03-23",
            "count": 4
          },
          {
            "date": "2026-03-29",
            "count": 2
          },
          {
            "date": "2026-03-30",
            "count": 1
          },
          {
            "date": "2026-04-01",
            "count": 1
          },
          {
            "date": "2026-04-11",
            "count": 1
          },
          {
            "date": "2026-04-15",
            "count": 1
          },
          {
            "date": "2026-04-17",
            "count": 1
          },
          {
            "date": "2026-04-19",
            "count": 1
          },
          {
            "date": "2026-04-22",
            "count": 1
          },
          {
            "date": "2026-04-28",
            "count": 1
          },
          {
            "date": "2026-04-29",
            "count": 1
          },
          {
            "date": "2026-04-30",
            "count": 1
          },
          {
            "date": "2026-05-05",
            "count": 1
          },
          {
            "date": "2026-05-07",
            "count": 1
          },
          {
            "date": "2026-05-09",
            "count": 1
          },
          {
            "date": "2026-05-17",
            "count": 1
          },
          {
            "date": "2026-05-24",
            "count": 1
          },
          {
            "date": "2026-05-25",
            "count": 1
          },
          {
            "date": "2026-05-30",
            "count": 1
          },
          {
            "date": "2026-06-01",
            "count": 1
          },
          {
            "date": "2026-06-08",
            "count": 1
          },
          {
            "date": "2026-06-17",
            "count": 1
          },
          {
            "date": "2026-06-19",
            "count": 1
          },
          {
            "date": "2026-06-27",
            "count": 1
          },
          {
            "date": "2026-06-28",
            "count": 1
          }
        ],
        "complete": false,
        "collected": 1000,
        "total_stars": 2843
      },
      "open_issues_and_prs": 169
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "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": 37382,
      "source_files_sampled": 100,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "doc/requirements.txt",
        "requirements-testing.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:pexpect@4.9.0",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "pypi"
      ],
      "dependencies": [],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "aiounittest",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "coverage",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "coveralls",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "ptyprocess",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest-cov",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "sphinx",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "sphinx-rtd-theme",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-github-alt",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 9,
        "direct_count": 0,
        "indirect_count": 9
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 17,
        "merged_prs": 229,
        "open_issues": 152,
        "closed_ratio": 0.694,
        "closed_issues": 345,
        "closed_unmerged_prs": 82
      },
      "bus_factor": 2,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "takluyver",
          "commits": 432,
          "avatar_url": "https://avatars.githubusercontent.com/u/327925?v=4"
        },
        {
          "type": "User",
          "login": "jquast",
          "commits": 320,
          "avatar_url": "https://avatars.githubusercontent.com/u/972584?v=4"
        },
        {
          "type": "User",
          "login": "Red-M",
          "commits": 103,
          "avatar_url": "https://avatars.githubusercontent.com/u/1468433?v=4"
        },
        {
          "type": "User",
          "login": "dluyer",
          "commits": 46,
          "avatar_url": "https://avatars.githubusercontent.com/u/53582923?v=4"
        },
        {
          "type": "User",
          "login": "myint",
          "commits": 13,
          "avatar_url": "https://avatars.githubusercontent.com/u/1235108?v=4"
        },
        {
          "type": "User",
          "login": "joeledwards",
          "commits": 12,
          "avatar_url": "https://avatars.githubusercontent.com/u/412853?v=4"
        },
        {
          "type": "User",
          "login": "jdemeyer",
          "commits": 9,
          "avatar_url": "https://avatars.githubusercontent.com/u/3625785?v=4"
        },
        {
          "type": "User",
          "login": "tapple-cisco",
          "commits": 8,
          "avatar_url": "https://avatars.githubusercontent.com/u/167885465?v=4"
        },
        {
          "type": "User",
          "login": "kbriggs",
          "commits": 7,
          "avatar_url": "https://avatars.githubusercontent.com/u/841569?v=4"
        },
        {
          "type": "User",
          "login": "kislyuk",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/862013?v=4"
        }
      ],
      "contributors_sampled": 88,
      "top_contributor_share": 0.401
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": null,
            "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 0,
            "reason": "0 out of 11 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": 7,
            "reason": "Found 11/14 approved changesets -- score normalized to 7",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 51 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": 9,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 0,
            "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": 0,
            "reason": "Project has not signed or included provenance with any releases.",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "fc8f062518b40bd0862aae870cdedf5d9c0c7fc3",
        "ran_at": "2026-07-21T22:31:04Z",
        "aggregate_score": 3.8,
        "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": 778,
          "created_at": "2023-10-05T14:56:47Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 780,
          "created_at": "2023-11-25T17:51:43Z",
          "last_comment_at": "2024-10-30T10:10:44Z",
          "last_comment_author": "Red-M"
        },
        {
          "number": 782,
          "created_at": "2023-11-26T04:04:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 788,
          "created_at": "2024-01-04T00:00:43Z",
          "last_comment_at": "2024-03-19T10:13:20Z",
          "last_comment_author": "nowayelse"
        },
        {
          "number": 791,
          "created_at": "2024-02-02T14:42:27Z",
          "last_comment_at": "2024-07-02T21:12:54Z",
          "last_comment_author": "tianhuil"
        },
        {
          "number": 798,
          "created_at": "2024-07-08T23:53:15Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 801,
          "created_at": "2024-10-16T16:09:48Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 810,
          "created_at": "2024-12-13T16:16:45Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 812,
          "created_at": "2025-01-28T15:13:14Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 813,
          "created_at": "2025-01-31T17:08:42Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 815,
          "created_at": "2025-02-21T08:15:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 818,
          "created_at": "2025-05-18T07:27:37Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 819,
          "created_at": "2025-06-25T15:18:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 822,
          "created_at": "2025-11-16T16:39:42Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 826,
          "created_at": "2026-02-26T02:01:31Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 833,
          "created_at": "2026-06-29T14:54:49Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 834,
          "created_at": "2026-07-02T17:02:11Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2025-03-05T12:06:20Z",
      "ci_last_conclusion": null,
      "oldest_open_issues": [
        {
          "number": 50,
          "created_at": "2014-05-08T16:40:32Z",
          "last_comment_at": "2015-09-20T13:21:26Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 54,
          "created_at": "2014-05-19T07:35:17Z",
          "last_comment_at": "2014-06-02T19:25:59Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 103,
          "created_at": "2014-08-13T17:20:10Z",
          "last_comment_at": "2015-09-21T16:48:24Z",
          "last_comment_author": "jquast"
        },
        {
          "number": 120,
          "created_at": "2014-09-30T04:18:35Z",
          "last_comment_at": "2015-09-21T20:07:42Z",
          "last_comment_author": "jquast"
        },
        {
          "number": 130,
          "created_at": "2014-10-23T18:36:51Z",
          "last_comment_at": "2014-10-23T21:41:18Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 133,
          "created_at": "2014-11-10T21:52:30Z",
          "last_comment_at": "2020-06-10T09:32:31Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 209,
          "created_at": "2015-04-26T05:52:55Z",
          "last_comment_at": "2016-02-15T02:23:16Z",
          "last_comment_author": "jquast"
        },
        {
          "number": 270,
          "created_at": "2015-10-04T21:44:55Z",
          "last_comment_at": "2015-10-12T12:05:38Z",
          "last_comment_author": "quicksilvero2"
        },
        {
          "number": 319,
          "created_at": "2016-01-14T13:16:37Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 325,
          "created_at": "2016-02-10T20:07:59Z",
          "last_comment_at": "2016-02-11T12:38:51Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 326,
          "created_at": "2016-02-14T06:41:07Z",
          "last_comment_at": "2016-02-14T14:09:30Z",
          "last_comment_author": "jquast"
        },
        {
          "number": 330,
          "created_at": "2016-02-26T17:50:38Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 337,
          "created_at": "2016-03-09T23:34:46Z",
          "last_comment_at": "2016-04-06T17:58:20Z",
          "last_comment_author": "MountainRider"
        },
        {
          "number": 338,
          "created_at": "2016-03-10T19:12:37Z",
          "last_comment_at": "2016-05-19T13:50:46Z",
          "last_comment_author": "jquast"
        },
        {
          "number": 353,
          "created_at": "2016-06-09T09:18:13Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 356,
          "created_at": "2016-06-16T20:53:27Z",
          "last_comment_at": "2020-04-25T21:19:04Z",
          "last_comment_author": "blackbit42"
        },
        {
          "number": 363,
          "created_at": "2016-07-13T12:13:28Z",
          "last_comment_at": "2018-01-27T12:45:00Z",
          "last_comment_author": "garfieldnate"
        },
        {
          "number": 366,
          "created_at": "2016-08-11T09:17:52Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 367,
          "created_at": "2016-08-11T14:56:04Z",
          "last_comment_at": "2016-08-11T15:04:14Z",
          "last_comment_author": "takluyver"
        },
        {
          "number": 368,
          "created_at": "2016-08-15T22:38:18Z",
          "last_comment_at": "2016-08-16T00:23:06Z",
          "last_comment_author": "jquast"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/pexpect/pexpect",
    "host": "github.com",
    "name": "pexpect",
    "owner": "pexpect"
  },
  "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": 50,
        "vitality": 13,
        "community": 68,
        "governance": 64,
        "engineering": 61,
        "abandonment_cap": 49,
        "abandonment_state": "likely_abandoned",
        "abandonment_multiplier": 60,
        "weighted_overall_before_abandonment": 51,
        "overall_after_abandonment_multiplier": 31
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "critical",
        "name": "Vitality",
        "value": 13,
        "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": 466,
              "active_weeks_last_year": 0
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 466 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 466
                    }
                  }
                ],
                "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": null,
            "notes": [],
            "value": 32,
            "inputs": {
              "releases_count": 12,
              "latest_release_tag": "4.9",
              "releases_from_tags": false,
              "days_since_latest_release": 969,
              "mean_days_between_releases": 408.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "12 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 969 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 969
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~408.9 days",
                "points": 5.4,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 408.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "moderate",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "cap": 49,
              "state": "likely_abandoned",
              "guards": [
                "dependencies_clean"
              ],
              "signals": [
                "unanswered_contributions",
                "issue_rot",
                "scorecard_unmaintained"
              ],
              "red_flag": true,
              "multiplier_pct": 60,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": 14,
              "unanswered_open_issues": 8,
              "days_since_last_merged_pr": 503,
              "days_since_last_human_commit": 466,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "no human commit for 466 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
                "points": 60,
                "status": "partial",
                "details": [
                  {
                    "code": "abandonment_flagged",
                    "params": {
                      "days": 466,
                      "count": 3,
                      "signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 68,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "excellent",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 89,
            "inputs": {
              "forks": 494,
              "stars": 2843,
              "watchers": 85,
              "growth_state": "organic",
              "growth_factor_pct": 100
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "2,843 stars",
                "points": 56,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 2843
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "494 forks",
                "points": 22.4,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 494
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "85 watchers",
                "points": 10.7,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 85
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "at_risk",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 44,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file present, not a recognized license",
                "points": 16.9,
                "status": "partial",
                "details": [
                  {
                    "code": "license_custom",
                    "params": {}
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 64,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "moderate",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 62,
            "inputs": {
              "bus_factor": 2,
              "contributors_sampled": 88,
              "top_contributor_share": 0.401
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "2 contributor(s) cover half of all commits",
                "points": 25.2,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 40% of commits",
                "points": 13.5,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 40
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "88 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 88
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 51 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 71,
            "inputs": {
              "merged_prs": 229,
              "open_issues": 152,
              "closed_issues": 345,
              "issue_closed_ratio": 0.694,
              "closed_unmerged_prs": 82
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "69% of issues closed",
                "points": 32.4,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 69
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "229/311 decided PRs merged",
                "points": 28.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 229,
                      "decided": 311
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 11/14 approved changesets -- score normalized to 7",
                "points": 10.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "followers": 19,
              "owner_type": "Organization",
              "is_verified": null,
              "owner_login": "pexpect",
              "public_repos": 2,
              "account_age_days": 4690
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "organization-owned",
                "points": 30,
                "status": "met",
                "details": [
                  {
                    "code": "owner_organization",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "19 followers of pexpect",
                "points": 9.4,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 19,
                      "login": "pexpect"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "2 public repos, account ~12 yr old",
                "points": 15.5,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 2
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 12
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "moderate",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 69,
            "inputs": {
              "packages": [
                "pexpect"
              ],
              "ecosystems": "pypi",
              "any_deprecated": false,
              "min_days_since_publish": 969
            },
            "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 969 days ago",
                "points": 4,
                "status": "partial",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 969
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "18 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 18
                    }
                  }
                ],
                "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": 61,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "at_risk",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 48,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "1 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "0 out of 11 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": 80,
            "inputs": {
              "topics": [],
              "has_wiki": false,
              "homepage": "http://pexpect.readthedocs.io/",
              "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": "http://pexpect.readthedocs.io/",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 50,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "branch_protection",
                    "packaging"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 38,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.8
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "0 out of 11 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 11/14 approved changesets -- score normalized to 7",
                "points": 5.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 51 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.2,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pexpect@4.9.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:pexpect@4.9.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": 13
            },
            "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": 40,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 31,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.58,
              "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": "58 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 30.9,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 58,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "at_risk",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [
                "doc/Makefile"
              ],
              "has_devcontainer": false,
              "has_linter_config": false,
              "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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": 55,
            "inputs": {
              "primary_language": "Python",
              "largest_source_bytes": 37382,
              "source_files_sampled": 100,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Python without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Python"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/100 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 100,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "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",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "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:31:29.359362Z",
  "schema_version": "0.25.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pexpect/pexpect.svg",
  "full_name": "pexpect/pexpect",
  "license_state": "custom",
  "license_spdx": null
}

Оцінки — це сигнали, а не гарантії. Вони відображають публічно видимі практики на GitHub — це не аудит коду й не гарантія безпеки.

Відсутні дані виключаються, а ваги перенормовуються — нуль за відсутність ніколи не ставиться. Методологія версіонована й відкрита: метрики v1.13.0, схема v0.25.0 — повна методологія · вікі метрик.

Як окремий результат виглядає на тлі всього реєстру: сукупна статистикаPyPI.