JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 157,
"has_wiki": true,
"homepage": "http://pypi.python.org/pypi/appdirs",
"languages": {
"Python": 27955,
"Dockerfile": 325
},
"pushed_at": "2023-02-10T23:42:40Z",
"created_at": "2010-07-28T04:07:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-14T02:59:39Z",
"description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://activestate.com/",
"name": "ActiveState Software",
"type": "Organization",
"login": "ActiveState",
"company": null,
"location": "Vancouver, BC",
"followers": 251,
"avatar_url": "https://avatars.githubusercontent.com/u/319781?v=4",
"created_at": "2010-07-01T08:15:21Z",
"is_verified": null,
"public_repos": 276,
"account_age_days": 5864
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.4",
"kind": "patch",
"published_at": "2020-05-11T08:18:45Z"
},
{
"tag": "1.4.3",
"kind": "patch",
"published_at": "2017-03-07T07:30:04Z"
},
{
"tag": "1.4.2",
"kind": "patch",
"published_at": "2017-02-24T08:14:40Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2017-02-02T08:01:39Z"
}
],
"recent_commits": [
{
"oid": "8734277956c1df3b85385e6b308e954910533884",
"body": null,
"is_bot": false,
"headline": "Deprecate notice.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2023-02-10T23:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc0eb4fff00b39a45cd6b4362975ea59483f650",
"body": null,
"is_bot": false,
"headline": "Update to mention platformdirs.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2023-01-20T01:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211708144ddcbba1f02e26a43efec9aef57bc9fc",
"body": null,
"is_bot": false,
"headline": "add newer python versions, remove 3.5",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2023-01-05T00:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193a2cbba58cce2542882fcedd0e49f6763672ed",
"body": "MIT License",
"is_bot": false,
"headline": "Merge pull request #182 from TechnologyClassroom/mit",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2022-07-21T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a29701ee45d785c8be228d65b7913566261cd9",
"body": null,
"is_bot": false,
"headline": "MIT License",
"author_name": "Michael McMahon",
"author_login": "TechnologyClassroom",
"committed_at": "2022-07-20T18:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eacfa312d77aba28d483fbfb6f6fc54099622be",
"body": "Explicitly decode appdirs.py as UTF-8",
"is_bot": false,
"headline": "Merge pull request #152 from neirbowj/explicit_encoding",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2021-01-28T08:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5c478e05d8fc36bac09af7db3888680535e2dfb",
"body": "Use ternary operator for better readability",
"is_bot": false,
"headline": "Merge pull request #159 from sir-sigurd/patch-1",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2021-01-28T03:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48357882e5c095003e10f8351b405bf54e41424f",
"body": null,
"is_bot": false,
"headline": "Use ternary operator for better readability",
"author_name": "Sergey Fedoseev",
"author_login": "sir-sigurd",
"committed_at": "2020-12-11T14:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e126c5f96e688dd89454ea6463de93e2f65cacb",
"body": null,
"is_bot": false,
"headline": "Delete TODO.md",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-11-12T08:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5483b55c2635544e81c27be44c21df38841e38b",
"body": "test on Python 3.9",
"is_bot": false,
"headline": "Merge pull request #157 from sir-sigurd/test-python-3.9",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-11-12T08:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f7ba5e28d2c3f6c0652eacdaeee7db3acf4700",
"body": null,
"is_bot": false,
"headline": "test on Python 3.9",
"author_name": "Sergey Fedoseev",
"author_login": "sir-sigurd",
"committed_at": "2020-11-11T17:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4868af8932c7c82223f2dc76fb7df35424895cef",
"body": "Add os.environ fallback for Jython",
"is_bot": false,
"headline": "Merge pull request #155 from Kevin-McClusky/154-jython-fix",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-09-14T07:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a4640abef12db76c693babfd1d98470407edad",
"body": null,
"is_bot": false,
"headline": "Add os.environ fallback for jython",
"author_name": "Kevin McClusky",
"author_login": "Kevin-McClusky",
"committed_at": "2020-08-29T21:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381d90dd40abf2e46200855c5bb248f0d68b147c",
"body": null,
"is_bot": false,
"headline": "Explicitly decode appdirs.py as UTF-8",
"author_name": "John W. O'Brien",
"author_login": "neirbowj",
"committed_at": "2020-08-22T01:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699bc891844233847ca6c9cac7c8f8eede2a0eae",
"body": "Replace use of deprecated 'setup.py test'",
"is_bot": false,
"headline": "Merge pull request #134 from jdufresne/setup-py-test",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-07-07T05:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23aecfc5a2de4475146318e7608330fff42ef2a5",
"body": "Remove unnecessary use of pywin32 for loading Windows folder",
"is_bot": false,
"headline": "Merge pull request #133 from ofek/patch-1",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-06-02T07:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94974d3a40cbaa6aca6931ca224c8cb2b0ea9c5",
"body": "Remove deprecated license_file from setup.cfg",
"is_bot": false,
"headline": "Merge pull request #135 from jdufresne/license",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-06-02T07:04:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a6a9da317d88497550d9c79a76bf6b819b17593",
"body": null,
"is_bot": false,
"headline": "Update maintainer details.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-05-01T07:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae5f6e51edb84765d3b5a85bc7b354b06a4f99e",
"body": "…e-script\n\nRemove shebang from nonexecutable script",
"is_bot": false,
"headline": "Merge pull request #144 from hrnciar/remove-shebang-from-nonexecutabl…",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-04-27T23:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7eb3ea06a5d95be4bc82e1f15df2e96fd24ff9",
"body": "When packaging appdirs and pip (which bundles it) in Fedora, we have realized\nthat there is a nonexecuatble file with a shebang line.\n\nIt seems that the primary purpose of this file is to be imported from Python\ncode or to be executed via `python appdirs.py` or `python -m\nappdirs` and hence the sheb\n[…]\nupstream to use `#!/usr/bin/env python` while in the RPM package, we\nneed to avoid that and use a more specific interpreter. Since the shebang was\nunused, I propose to remove it to avoid the problems.",
"is_bot": false,
"headline": "Remove shebang from nonexecutable script",
"author_name": "Tomas Hrnciar",
"author_login": "hrnciar",
"committed_at": "2020-04-09T08:09:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fe6a83776843a46f20c2e5587afcffe05e03b39",
"body": "Remove myself as a maintainer",
"is_bot": false,
"headline": "Merge pull request #143 from srid/patch-1",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-03-30T07:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41297d4faf3f20a9863d07e6859488e5a96e971b",
"body": "cc @trentm @zoofood",
"is_bot": false,
"headline": "Remove myself as a maintainer",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2020-03-29T21:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4534511708f20fdd9f51315e3885585b70c10bbf",
"body": null,
"is_bot": false,
"headline": "Update appdirs.py",
"author_name": "Ofek Lev",
"author_login": "ofek",
"committed_at": "2020-02-26T05:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f0daabca9c1ad3f66bfef5fda89f54c4b69c9a",
"body": "Starting with wheel 0.32.0 (2018-09-29), the \"license_file\" option is\ndeprecated.\n\nhttps://wheel.readthedocs.io/en/stable/news.html\n\nThe wheel will continue to include LICENSE, it is now included\nautomatically:\n\nhttps://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file",
"is_bot": false,
"headline": "Remove deprecated license_file from setup.cfg",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2020-02-26T04:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4463d5f7cef8dbe8a3455603a438f0f20028f428",
"body": "Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally\ndeprecated and should not be used. Now use unittest as the test entry\npoint.",
"is_bot": false,
"headline": "Replace use of deprecated 'setup.py test'",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2020-02-26T04:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a8e9dcbdcf212f05e610957ba6ff55294049f0",
"body": "Drop support for EOL Python 3.4",
"is_bot": false,
"headline": "Merge pull request #128 from hugovk/rm-3.4",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2020-02-25T22:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1828cf05ac6243c12036f7fa0132992b86d8c83",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary use of pywin32 for loading Windows folder",
"author_name": "Ofek Lev",
"author_login": "ofek",
"committed_at": "2020-02-25T22:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25ab0294551510a5efe4371a7cba1c631873c2a",
"body": null,
"is_bot": false,
"headline": "Test on latest PyPy",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2019-12-06T22:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b963e64cba68c371248257f1fcfd9345d3c2fb26",
"body": null,
"is_bot": false,
"headline": "Drop support for EOL Python 3.4",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2019-12-06T22:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3a2188e0ae793a9f45de735a5cf515613dba27",
"body": "Add Python 3.8 to the test matrix",
"is_bot": false,
"headline": "Merge pull request #126 from jdufresne/py38",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2019-12-06T22:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd4aea3ace3deb2e1b8db7bae12e1a798301032",
"body": null,
"is_bot": false,
"headline": "Add Python 3.8 to the test matrix",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2019-11-11T18:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54ea98feed0a7593475b94de3a359e9e1fe8fdb",
"body": "Use 'dist: xenial' in Travis to simplify configuration",
"is_bot": false,
"headline": "Merge pull request #119 from jdufresne/xenial",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2019-02-11T20:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56eeda7ddfc5703136a72e42671bfe1e9c926abb",
"body": "Allows using Python version 3.7 without sudo declarations.\n\nTravis officially added support for Xenial on 2018-11-08.\n\nhttps://blog.travis-ci.com/2018-11-08-xenial-release\n\nAs pypy3 is tested on Travis, add it to tox.ini as well.",
"is_bot": false,
"headline": "Use 'dist: xenial' in Travis to simplify configuration",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2019-01-25T01:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7725ce30fbe6b7a6992458b0ba55f998195a6f",
"body": null,
"is_bot": false,
"headline": "Proper platform naming, change Mac OS X to macOS.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-26T02:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f169ba2b0ab9458eee6d6ce389839baf78f8c477",
"body": "Drop support for EOL Pythons",
"is_bot": false,
"headline": "Merge pull request #114 from jdufresne/eol",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-17T17:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5ef8b9e679dc5a060f88b818783c55aa04bb3ca",
"body": "Python 2.6, 3.2, and 3.3 are end of life. They are no longer receiving\nbug fixes, including for security issues. Python 2.6 went EOL on\n2013-10-29, Python 3.2 on 2016-02-20, and Python 3.3 on 2017-09-29. For\nadditional details on support Python versions, see:\n\nhttps://devguide.python.org/#status-of-\n[…]\n 1,622 |\n| 3.3 | 0.06% | 711 |\n| 3.8 | 0.01% | 174 |\n| None | 0.00% | 19 |\n| 3.2 | 0.00% | 7 |",
"is_bot": false,
"headline": "Drop support for EOL Pythons",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-09-17T16:55:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f4f3b626e7f2f6f2365c77a9b7f6dac72f41f12",
"body": "Add testing and document support for Python 3.7",
"is_bot": false,
"headline": "Merge pull request #113 from jdufresne/py37",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-17T16:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a18c554d148f7437b6bae5b02941d9f9044f489",
"body": "Python 3.7 was released on June 27, 2018.\n\nhttps://docs.python.org/3/whatsnew/3.7.html",
"is_bot": false,
"headline": "Add testing and document support for Python 3.7",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-09-16T18:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3442ee661f62b39a88896a84fba9fb401101c5a4",
"body": "Prefer https:// links where available",
"is_bot": false,
"headline": "Merge pull request #112 from jdufresne/https",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-12T06:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422d7e471b1a1068caff15b264e51ad1e163d3f0",
"body": "Simplify trove classifier list",
"is_bot": false,
"headline": "Merge pull request #111 from jdufresne/simplify-trove",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-12T06:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f728d7e073be27b69c1835c1bf917a1fb4a65f2",
"body": "Rename [wheel] section to [bdist_wheel] as the former is legacy",
"is_bot": false,
"headline": "Merge pull request #110 from jdufresne/dep-wheel",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-12T06:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9dce934adb54dc097b3bb83e5413f57c1a5ad72",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dep-wheel",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-12T06:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6133ff3272f574834c7736db3e31bb99b1acbd3",
"body": "Include license file in the generated wheel package",
"is_bot": false,
"headline": "Merge pull request #109 from jdufresne/license",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2018-09-12T06:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f51b813eb4aa924bcaf98a445d1aea72c624eaf",
"body": "Easier to simply define a list of strings instead of processing a big\nstring with split() & strip().",
"is_bot": false,
"headline": "Simplify trove classifier list",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-08-28T14:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a917021e9cf8b3b8503260493b190ed1478d884",
"body": null,
"is_bot": false,
"headline": "Prefer https:// links where available",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-08-28T10:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0155c264658ec71483bcb4aad4a6136aa5e6ee7",
"body": "For additional details, see:\n\nhttps://github.com/pypa/wheel/blob/3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf/wheel/bdist_wheel.py#L127-L133\n\nhttp://pythonwheels.com/",
"is_bot": false,
"headline": "Rename [wheel] section to [bdist_wheel] as the former is legacy",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-08-28T10:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e14af2a28109b1b05bc3143834d86b56634ff7ce",
"body": "The wheel package format supports including the license file. This is\ndone using the [metadata] section in the setup.cfg file. For additional\ninformation on this feature, see:\n\nhttps://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file\n\nHelps project comply with its own license:\n\n> The above copyright notice and this permission notice shall be\n> included in all copies or substantial portions of the Software.",
"is_bot": false,
"headline": "Include license file in the generated wheel package",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2018-08-28T10:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0a27856ff5ffef6cedb0cf442cb386edbbbd66",
"body": null,
"is_bot": false,
"headline": "Update CHANGES.rst",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-11-22T01:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438cd5e8bef0a17bffef9224dc3e8c885221f024",
"body": null,
"is_bot": false,
"headline": "Noted change regarding correcting the config directory on MacOS.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-11-22T01:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867ef2c33f0cf54417e5c949b025319eea1c9038",
"body": "Corrected *_config_dir() for OSX",
"is_bot": false,
"headline": "Merge pull request #100 from davidh-ssec/master",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-11-21T21:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99f3303007a1803cbaa23fc2830336ec551460b",
"body": null,
"is_bot": false,
"headline": "Corrected *_config_dir() for OSX",
"author_name": "Rex Kerr",
"author_login": "rexkerr",
"committed_at": "2017-11-06T14:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b55d0c20536c01270896b6a00eccae853179e1",
"body": null,
"is_bot": false,
"headline": "Bump version, now listed as stable and import fix.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-04-29T20:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "885dd1442b36b919ddfe4d6cf738f74c3bdec797",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-04-29T20:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8048f67cb5f8db9e6d7dcdf7274fee4297a22697",
"body": "…er to stable.",
"is_bot": false,
"headline": "Has been in use for years in core python libraries. Changing classifi…",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-04-29T20:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "494089c48316890f4c9fc19b92db4ef4b5f8baea",
"body": "…s-during-setup\n\nDon't import appdirs from setup.py",
"is_bot": false,
"headline": "Merge pull request #92 from leorochael/leorochael-no-import-of-appdir…",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-04-29T04:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0262da2a2dc2654b61842325652d31b77b2af30",
"body": "In general, setup.py should never import the code it's trying to\ninstall.\n\nDuring a setup.py run, there is no guarantee that importing `appdirs`\nwill actually import the one in the same directory as `setup.py`.\n\nInstead, read the version number out of `appdirs.py` by opening it.",
"is_bot": false,
"headline": "Don't import appdirs from setup.py",
"author_name": "Leonardo Rochael Almeida",
"author_login": "leorochael",
"committed_at": "2017-04-11T14:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859eac40ac7d0b5f3260068c4810d027012f0488",
"body": null,
"is_bot": false,
"headline": "Release notes 1.4.3.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-03-07T07:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c456b965cbf4fe35a9ac92b7271264c3017536",
"body": null,
"is_bot": false,
"headline": "Bump.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-03-07T07:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a583bc1fdd7a2d3ce8c2b1679691766bc51bc8",
"body": "Fix DeprecationWarning in Python 3.6",
"is_bot": false,
"headline": "Merge pull request #76 from yan12125/fix-py36-invalid-escape-sequence",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-03-05T22:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b49f2af8035965ccae8dfd0848fb00e46c0844e",
"body": "1.4.2 release notes",
"is_bot": false,
"headline": "Update CHANGES.rst",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T07:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a68b2d25b6b4657ce1a5f3c06b16847090a5a95",
"body": null,
"is_bot": false,
"headline": "Bump version.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T07:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad2a1b9ba98784ea74e3935ce6a4d336d410f54c",
"body": null,
"is_bot": false,
"headline": "Python 3.6 support",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T07:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "916df249ab8a75efe7579a74434cf5b96c369d4f",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T07:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc55c346888e515d399a96d90fef84e0aab4ddd",
"body": null,
"is_bot": false,
"headline": "Update tox.ini",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T07:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e708311ef952bba6e3830387ef15384222c49d7e",
"body": "Allow installing without setuptools",
"is_bot": false,
"headline": "Merge pull request #84 from jmroot/optional-setuptools",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-24T06:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0336c77a8d138f864cd307a84a576dfea00319b9",
"body": "Fix string delimiters in setup.py description",
"is_bot": false,
"headline": "Merge pull request #86 from adamjstewart/fixes/setup-description",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-23T08:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c703110ab1bee6e4ed242cc2598194eeeccd7c3",
"body": null,
"is_bot": false,
"headline": "Fix string delimiters in setup.py description",
"author_name": "Adam J. Stewart",
"author_login": "adamjstewart",
"committed_at": "2017-02-21T01:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68a72e5472ead00a7ff3772dee672e46a70ecdb",
"body": "Setuptools v34 requires appdirs, which creates an obvious bootstrap problem if appdirs uses setuptools in its setup.py. Therefore, allow installing with distutils if setuptools is not available.",
"is_bot": false,
"headline": "Allow installing without setuptools",
"author_name": "Joshua Root",
"author_login": "jmroot",
"committed_at": "2017-02-08T22:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08811109230c42d99868e25b457669da408df7ca",
"body": null,
"is_bot": false,
"headline": "Time to bump...long overdue.",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-02T07:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b57d544e6ca200666658f572a0a4950be64644",
"body": null,
"is_bot": false,
"headline": "Gee, could use a Travis build on 3.5 as well...",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-02T07:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b802f405cf5a180a00b89168d0ba4c70a2bc69cb",
"body": null,
"is_bot": false,
"headline": "py35",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-02T07:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f0c07b3e41cb97d47fde29045b1375fa17f550",
"body": null,
"is_bot": false,
"headline": "Python3.5, maintainer",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-02T07:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce139293b3169ef432189bda71875c2acdcbc26",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #82 from jwilk/spelling",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2017-02-02T05:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "782cf74128d10de270ea3dc0cf71914c9a82b6e1",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Jakub Wilk",
"author_login": "jwilk",
"committed_at": "2016-12-30T17:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f86d5b3c6fa16189ea3d845276fb266a65bb7ac0",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #60 from jwilk/spelling",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2016-12-30T06:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b842832439893dce1426a9ed0b8a728cd08e4f6",
"body": "Make appname optional in AppDirs wrapper as in the wrapped functions. Fixes #55.",
"is_bot": false,
"headline": "Merge pull request #56 from jaraco/issue-55",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2016-12-29T05:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e593ebf272c8fd3f72bcb0f464fd8b2816298667",
"body": "support XDG_STATE_HOME",
"is_bot": false,
"headline": "Merge pull request #53 from carlwgeorge/state_dir",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2016-12-28T04:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa60d2506294e9dffe339c06157075396cddb5ac",
"body": "fix typos in doc strings",
"is_bot": false,
"headline": "Merge pull request #52 from carlwgeorge/typos",
"author_name": "Jeff Rouse",
"author_login": "zoofood",
"committed_at": "2016-12-28T02:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af4d38b6977d4596fbb097054109a2cf64a1ad9",
"body": null,
"is_bot": false,
"headline": "Fix DeprecationWarning in Python 3.6",
"author_name": "Yen Chi Hsuan",
"author_login": null,
"committed_at": "2016-09-16T15:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9bfe0b0b4a8d76cac71c985244c79f704831c20",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Jakub Wilk",
"author_login": "jwilk",
"committed_at": "2015-09-09T14:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c242db5eb01882bea8edb0d1e98b6a39da00e5f1",
"body": "… Fixes #55.",
"is_bot": false,
"headline": "Make appname optional in AppDirs wrapper as in the wrapped functions.…",
"author_name": "Jason R. Coombs",
"author_login": "jaraco",
"committed_at": "2015-08-01T19:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f35455ee00e4531469afb6c156533ea29ac235",
"body": "Fix typo in a variable name",
"is_bot": false,
"headline": "Merge pull request #54 from show0k/patch-1",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2015-07-23T04:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5303508acd0fcea7980457fec11687b7be4ffb34",
"body": "Fix typo in a variable name",
"is_bot": false,
"headline": "Update appdirs.py",
"author_name": "Théo Segonds",
"author_login": "show0k",
"committed_at": "2015-07-19T21:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0063e32f4b3219dc88002ea0680c1e392ce04d",
"body": null,
"is_bot": false,
"headline": "add tests for ea0701d",
"author_name": "carlgeorge",
"author_login": "carlwgeorge",
"committed_at": "2015-06-29T00:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0701d7550fc290384c949b4a8e492a05163bce",
"body": "There is a proposal to add another directory type to the XDG Base Directory\nSpecification.\n\nhttps://wiki.debian.org/XDGBaseDirectorySpecification#state\n\nTo be clear, this is _not_ currently part of the specification. However, I\nthink it would be a valuable addition to the appdirs module. I wasn't sure if\nthere was an equivalent for OSX or Windows, so for now those fall back to using\nuser_data_dir.",
"is_bot": false,
"headline": "support XDG_STATE_HOME",
"author_name": "carlgeorge",
"author_login": "carlwgeorge",
"committed_at": "2015-06-29T00:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90cbea4522bda08c0f83779103592b6d355c9c5d",
"body": "* site_data_dir examples were described as 'user data', change to 'site data'\n* user_config_dir examples were described as 'user data', change to 'user config'\n* site_config_dir examples were described as 'user data', change to 'site config'\n* user_log_dir examples were described as 'user cache', change to 'user log'",
"is_bot": false,
"headline": "fix typos in doc strings",
"author_name": "carlgeorge",
"author_login": "carlwgeorge",
"committed_at": "2015-06-28T22:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf3ff1b66054d90f99fe21259f0a609b67055af",
"body": "Update trove and tox with supported python versions",
"is_bot": false,
"headline": "Merge pull request #50 from graingert/chore/update-trove-and-tox",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2014-08-20T15:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ca62aab24e7c3d80a9b12f638468dffb5b4c9f",
"body": null,
"is_bot": false,
"headline": "Update trove and tox with supported python versions",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2014-08-20T08:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3b24f6dc749d66c2d61ee9e06e143ee5114f53",
"body": "Revert \"Update README.rst\"",
"is_bot": false,
"headline": "Merge pull request #49 from ActiveState/revert-48-patch-1",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2014-08-18T18:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1d82e4af7cbb5aec7d57c8072b19426279e09de",
"body": null,
"is_bot": false,
"headline": "Revert \"Update README.rst\"",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2014-08-18T18:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e6c46a66f6f870c78edaf90de1cf1f5a34ae0eb",
"body": "Update README.rst",
"is_bot": false,
"headline": "Merge pull request #48 from DaleEMoore/patch-1",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2014-08-18T18:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a2ecdd8bc37510fe7463d92241e61882c134b9",
"body": "Examples use 'appauthor = \"Acme\"' then follow it with '/Users/trentm/Library/Application Support/SuperApp'. I've changed trentm to Acme.",
"is_bot": false,
"headline": "Update README.rst",
"author_name": "Dale E. Moore",
"author_login": "DaleEMoore",
"committed_at": "2014-08-18T11:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3651f4c6a5c4aaf9c641da097e245de5dbf2b3",
"body": null,
"is_bot": false,
"headline": "need to run register first",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83ae93d497810d966bc792dc0f4d95f96204d31c",
"body": "Add py34 to travis",
"is_bot": false,
"headline": "Merge pull request #46 from graingert/patch-2",
"author_name": "Sridhar Ratnakumar",
"author_login": "srid",
"committed_at": "2014-08-17T18:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e444fba5016f832b97fbdd477060bbbc0ba9ada",
"body": null,
"is_bot": false,
"headline": "upload a wheel file as well",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3aad9d9b78aba4a1c782accbf29730e9999c89c",
"body": null,
"is_bot": false,
"headline": "Add py34",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2014-08-17T18:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c93e5e0e96cef5837b4fc906f35b8c0bda87924",
"body": "fixes #38",
"is_bot": false,
"headline": "import winreg on py3",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c99d3b2cf33369cd8eca495f9be39528ab7071",
"body": "closes #37",
"is_bot": false,
"headline": "get rid of unused Makefile.py",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6248669f5e159a14a7a1b9cc86ae99ca6ce372b",
"body": null,
"is_bot": false,
"headline": "run tests when creating docker image",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37182e6b0284c5c3c550e3bea7bb6b4cd883c248",
"body": null,
"is_bot": false,
"headline": "python3 docker testing",
"author_name": "Sridhar Ratnakumar",
"author_login": null,
"committed_at": "2014-08-17T18:31:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2020-05-11T08:18:45Z",
"latest_release_tag": "1.4.4",
"releases_from_tags": false,
"days_since_last_push": 1257,
"active_weeks_last_year": 0,
"days_since_latest_release": 2262,
"mean_days_between_releases": 398
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "appdirs",
"exists": true,
"license": "MIT",
"keywords": [
"application",
"directory",
"log",
"cache",
"user",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/appdirs/",
"is_deprecated": false,
"latest_version": "1.4.4",
"repository_url": "http://github.com/ActiveState/appdirs",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-09-02T19:16:27.053891Z",
"latest_published_at": "2020-05-11T07:59:51.037820Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2262
}
]
},
"popularity": {
"forks": 98,
"stars": 1080,
"watchers": 60,
"fork_history": {
"days": [
{
"date": "2011-06-01",
"count": 1
},
{
"date": "2012-06-26",
"count": 1
},
{
"date": "2012-07-20",
"count": 1
},
{
"date": "2012-12-28",
"count": 1
},
{
"date": "2013-06-22",
"count": 1
},
{
"date": "2014-01-14",
"count": 1
},
{
"date": "2014-05-03",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-08-18",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2016-04-14",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-19",
"count": 2
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-07-29",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-03-01",
"count": 2
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2020-02-05",
"count": 1
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-02-25",
"count": 2
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-10-28",
"count": 2
},
{
"date": "2025-11-28",
"count": 1
}
],
"complete": true,
"collected": 96,
"total_forks": 98
},
"star_history": {
"days": [
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-10",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-11-13",
"count": 2
},
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-01-22",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-04-29",
"count": 2
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-03",
"count": 2
},
{
"date": "2015-05-13",
"count": 1
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-17",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-31",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-06-17",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-24",
"count": 3
},
{
"date": "2015-07-25",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-08-16",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-08-30",
"count": 1
},
{
"date": "2015-08-31",
"count": 2
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-11-19",
"count": 2
},
{
"date": "2015-12-09",
"count": 1
},
{
"date": "2015-12-31",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-02-17",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-25",
"count": 2
},
{
"date": "2016-02-27",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-07",
"count": 2
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-10",
"count": 4
},
{
"date": "2016-03-11",
"count": 2
},
{
"date": "2016-03-12",
"count": 2
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-04-17",
"count": 1
},
{
"date": "2016-04-24",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-07-13",
"count": 2
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-17",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-08-15",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-20",
"count": 2
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-19",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-13",
"count": 3
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-11",
"count": 2
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-15",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-08",
"count": 2
},
{
"date": "2017-02-10",
"count": 2
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-20",
"count": 2
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-02-24",
"count": 2
},
{
"date": "2017-02-25",
"count": 1
},
{
"date": "2017-02-27",
"count": 3
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-01",
"count": 2
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-08",
"count": 2
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-22",
"count": 2
},
{
"date": "2017-03-28",
"count": 2
},
{
"date": "2017-03-30",
"count": 2
},
{
"date": "2017-04-09",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-01",
"count": 2
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-07",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-28",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-15",
"count": 1
},
{
"date": "2017-08-08",
"count": 2
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-13",
"count": 1
},
{
"date": "2017-08-15",
"count": 3
},
{
"date": "2017-08-26",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-24",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2018-01-11",
"count": 2
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-04-21",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-06-30",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-07-29",
"count": 2
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-02",
"count": 2
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-27",
"count": 2
},
{
"date": "2018-10-28",
"count": 2
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-05",
"count": 3
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-16",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-12-03",
"count": 2
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-03",
"count": 5
},
{
"date": "2019-02-04",
"count": 3
},
{
"date": "2019-02-05",
"count": 2
},
{
"date": "2019-02-06",
"count": 3
},
{
"date": "2019-02-08",
"count": 2
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-02-20",
"count": 3
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-04-01",
"count": 2
},
{
"date": "2019-04-07",
"count": 1
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-08",
"count": 2
},
{
"date": "2019-05-12",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-28",
"count": 2
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-06-14",
"count": 2
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-06-24",
"count": 2
},
{
"date": "2019-07-01",
"count": 2
},
{
"date": "2019-07-07",
"count": 1
},
{
"date": "2019-07-09",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-07-30",
"count": 2
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-06",
"count": 2
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-08-18",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-09",
"count": 1
},
{
"date": "2019-09-13",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-02",
"count": 2
},
{
"date": "2019-11-04",
"count": 2
},
{
"date": "2019-11-05",
"count": 2
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-16",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-16",
"count": 2
},
{
"date": "2019-12-19",
"count": 2
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2019-12-29",
"count": 1
},
{
"date": "2020-01-03",
"count": 2
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-13",
"count": 2
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-22",
"count": 2
},
{
"date": "2020-01-26",
"count": 3
},
{
"date": "2020-01-27",
"count": 2
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-02",
"count": 3
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-10",
"count": 2
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-23",
"count": 2
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-03-29",
"count": 2
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-24",
"count": 2
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-03",
"count": 3
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-24",
"count": 3
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-14",
"count": 1
},
{
"date": "2020-06-18",
"count": 2
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-06-27",
"count": 2
},
{
"date": "2020-06-29",
"count": 2
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-03",
"count": 2
},
{
"date": "2020-07-10",
"count": 2
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-08",
"count": 2
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-14",
"count": 3
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-24",
"count": 3
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-09-30",
"count": 2
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-12",
"count": 2
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-08",
"count": 2
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-13",
"count": 3
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-11-28",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-12-01",
"count": 2
},
{
"date": "2020-12-02",
"count": 2
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-07",
"count": 2
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-13",
"count": 3
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2020-12-30",
"count": 2
},
{
"date": "2021-01-03",
"count": 2
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-07",
"count": 2
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-01-14",
"count": 2
},
{
"date": "2021-01-15",
"count": 2
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-21",
"count": 2
},
{
"date": "2021-01-23",
"count": 2
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-12",
"count": 2
},
{
"date": "2021-02-14",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-23",
"count": 2
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-02",
"count": 2
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-10",
"count": 4
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-14",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-23",
"count": 3
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-31",
"count": 2
},
{
"date": "2021-04-04",
"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": 2
},
{
"date": "2021-04-15",
"count": 2
},
{
"date": "2021-04-17",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-05-01",
"count": 2
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-12",
"count": 2
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-23",
"count": 2
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-28",
"count": 3
},
{
"date": "2021-06-05",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-25",
"count": 3
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-03",
"count": 2
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-10",
"count": 2
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-07-18",
"count": 1
},
{
"date": "2021-07-19",
"count": 3
},
{
"date": "2021-07-23",
"count": 2
},
{
"date": "2021-07-24",
"count": 2
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-18",
"count": 2
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-08-31",
"count": 2
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-21",
"count": 2
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-11-19",
"count": 2
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-11-27",
"count": 3
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-16",
"count": 2
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-22",
"count": 2
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-01-25",
"count": 3
},
{
"date": "2022-01-26",
"count": 3
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-01",
"count": 2
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-06",
"count": 2
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-23",
"count": 1
},
{
"date": "2022-04-24",
"count": 2
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-04-28",
"count": 2
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-25",
"count": 2
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-11",
"count": 2
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-06",
"count": 3
},
{
"date": "2022-07-09",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-05",
"count": 2
},
{
"date": "2022-08-07",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-04",
"count": 3
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-09",
"count": 2
},
{
"date": "2022-09-18",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-30",
"count": 2
},
{
"date": "2022-10-06",
"count": 2
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-11",
"count": 3
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-01",
"count": 2
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-26",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2022-12-31",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-01-26",
"count": 4
},
{
"date": "2023-01-27",
"count": 2
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-08",
"count": 2
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 2
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 2
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-02",
"count": 2
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-28",
"count": 2
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-02",
"count": 2
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-15",
"count": 2
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-24",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-19",
"count": 2
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-06",
"count": 2
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-09",
"count": 2
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-08-28",
"count": 2
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-14",
"count": 2
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1080
},
"open_issues_and_prs": 44
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 24527,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"setup.cfg",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 14,
"merged_prs": 52,
"open_issues": 30,
"closed_ratio": 0.667,
"closed_issues": 60,
"closed_unmerged_prs": 28
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zoofood",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/16480148?v=4"
},
{
"type": "User",
"login": "trentm",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/46866?v=4"
},
{
"type": "User",
"login": "eddyp",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/123772?v=4"
},
{
"type": "User",
"login": "jdufresne",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/347634?v=4"
},
{
"type": "User",
"login": "srid",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/3998?v=4"
},
{
"type": "User",
"login": "bdrung",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/239485?v=4"
},
{
"type": "User",
"login": "cpburnz",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/2126043?v=4"
},
{
"type": "User",
"login": "graingert",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/413772?v=4"
},
{
"type": "User",
"login": "joeyespo",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/634573?v=4"
},
{
"type": "User",
"login": "carlwgeorge",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12187228?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.313
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 12 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 12/17 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 34 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "8734277956c1df3b85385e6b308e954910533884",
"ran_at": "2026-07-22T01:43:47Z",
"aggregate_score": 4,
"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": 75,
"created_at": "2016-09-12T16:12:59Z",
"last_comment_at": "2019-12-21T01:35:37Z",
"last_comment_author": "cblegare"
},
{
"number": 105,
"created_at": "2018-05-03T13:57:46Z",
"last_comment_at": "2018-05-07T19:43:00Z",
"last_comment_author": "zoofood"
},
{
"number": 122,
"created_at": "2019-03-01T21:25:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 123,
"created_at": "2019-03-01T21:43:01Z",
"last_comment_at": "2020-02-19T19:07:53Z",
"last_comment_author": "Qu4tro"
},
{
"number": 131,
"created_at": "2020-02-19T18:38:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2020-02-25T22:36:13Z",
"last_comment_at": "2020-05-14T18:41:35Z",
"last_comment_author": "pradyunsg"
},
{
"number": 137,
"created_at": "2020-03-05T22:36:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 147,
"created_at": "2020-05-19T20:58:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2020-06-18T03:18:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2021-07-09T10:56:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 169,
"created_at": "2021-08-08T04:29:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 174,
"created_at": "2022-03-11T19:30:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 186,
"created_at": "2022-08-12T01:12:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 187,
"created_at": "2022-10-06T13:00:41Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2022-07-21T06:13:21Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 51,
"created_at": "2014-12-25T03:48:41Z",
"last_comment_at": "2019-03-27T00:07:38Z",
"last_comment_author": "2xB"
},
{
"number": 57,
"created_at": "2015-08-02T23:30:10Z",
"last_comment_at": "2020-01-05T02:45:17Z",
"last_comment_author": "LexiconCode"
},
{
"number": 61,
"created_at": "2015-09-13T15:11:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2016-04-15T09:37:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2016-04-16T08:59:40Z",
"last_comment_at": "2019-03-13T21:20:17Z",
"last_comment_author": "elbenfreund"
},
{
"number": 74,
"created_at": "2016-09-12T11:14:02Z",
"last_comment_at": "2019-12-21T01:42:51Z",
"last_comment_author": "cblegare"
},
{
"number": 78,
"created_at": "2016-11-14T08:09:39Z",
"last_comment_at": "2020-03-24T01:20:42Z",
"last_comment_author": "0az"
},
{
"number": 79,
"created_at": "2016-11-15T13:41:14Z",
"last_comment_at": "2023-03-16T13:51:25Z",
"last_comment_author": "pradyunsg"
},
{
"number": 80,
"created_at": "2016-11-22T19:28:05Z",
"last_comment_at": "2016-11-23T19:18:33Z",
"last_comment_author": "Kriskras99"
},
{
"number": 95,
"created_at": "2017-05-09T18:47:59Z",
"last_comment_at": "2021-07-08T20:38:41Z",
"last_comment_author": "YariKartoshe4ka"
},
{
"number": 103,
"created_at": "2018-01-24T18:22:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2018-05-29T03:20:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 120,
"created_at": "2019-02-22T02:55:59Z",
"last_comment_at": "2021-07-31T05:07:13Z",
"last_comment_author": "McSinyx"
},
{
"number": 121,
"created_at": "2019-03-01T20:39:26Z",
"last_comment_at": "2021-01-10T07:19:26Z",
"last_comment_author": "cbm755"
},
{
"number": 130,
"created_at": "2020-02-19T18:17:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 141,
"created_at": "2020-03-29T00:14:32Z",
"last_comment_at": "2020-03-29T04:38:00Z",
"last_comment_author": "McSinyx"
},
{
"number": 148,
"created_at": "2020-06-10T17:47:29Z",
"last_comment_at": "2024-10-24T15:16:44Z",
"last_comment_author": "sellout"
},
{
"number": 149,
"created_at": "2020-06-12T22:23:55Z",
"last_comment_at": "2020-08-25T15:58:40Z",
"last_comment_author": "harrybiddle"
},
{
"number": 154,
"created_at": "2020-08-29T03:47:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 156,
"created_at": "2020-09-29T13:19:14Z",
"last_comment_at": "2021-07-10T10:45:05Z",
"last_comment_author": "YariKartoshe4ka"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ActiveState/appdirs",
"host": "github.com",
"name": "appdirs",
"owner": "ActiveState"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"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": 29,
"inputs": {
"security": 40,
"vitality": 15,
"community": 64,
"governance": 71,
"engineering": 50,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 48,
"overall_after_abandonment_multiplier": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"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": 1257,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1257 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1257
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"releases_count": 4,
"latest_release_tag": "1.4.4",
"releases_from_tags": false,
"days_since_latest_release": 2262,
"mean_days_between_releases": 398
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2262 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2262
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~398 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 398
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 14,
"unanswered_open_issues": 20,
"days_since_last_merged_pr": 1461,
"days_since_last_human_commit": 1257,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1257 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1257,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"forks": 98,
"stars": 1080,
"watchers": 60,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,080 stars",
"points": 49.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1080
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "98 forks",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 98
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "60 watchers",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 60
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 28,
"top_contributor_share": 0.313
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 31% of commits",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 31
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 52,
"open_issues": 30,
"closed_issues": 60,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 28
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "52/80 decided PRs merged",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 52,
"decided": 80
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/17 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 251,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ActiveState",
"public_repos": 276,
"account_age_days": 5864
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "251 followers of ActiveState",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 251,
"login": "ActiveState"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "276 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 276
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"appdirs"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 2262
},
"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 2262 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2262
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://pypi.python.org/pypi/appdirs",
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://pypi.python.org/pypi/appdirs",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 12 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 12/17 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 20
},
"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": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"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": 24527,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T01:44:10.909767Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ActiveState/appdirs.svg",
"full_name": "ActiveState/appdirs",
"license_state": "standard",
"license_spdx": "MIT"
}