原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 806,
"has_wiki": true,
"homepage": "http://sendapatch.se/projects/pylibmc/",
"languages": {
"C": 104141,
"Shell": 494,
"Python": 56385
},
"pushed_at": "2025-04-12T08:57:21Z",
"created_at": "2009-07-31T19:51:02Z",
"owner_type": "User",
"updated_at": "2026-07-06T16:30:33Z",
"description": "A Python wrapper around the libmemcached interface from TangentOrg. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "C",
"significant_languages": [
"C",
"Python"
]
},
"owner": {
"blog": "http://sendapatch.se/",
"name": "Ludvig Ericson",
"type": "User",
"login": "lericson",
"company": "@sendapatch ",
"location": "Sweden",
"followers": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/46901?v=4",
"created_at": "2009-01-15T21:08:56Z",
"is_verified": null,
"public_repos": 95,
"account_age_days": 6396
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.6.3",
"kind": "patch",
"published_at": "2022-08-26T08:40:12Z"
},
{
"tag": "1.6.2",
"kind": "patch",
"published_at": "2022-08-05T11:59:38Z"
}
],
"recent_commits": [
{
"oid": "b6e8452bc92232ce434d9d064a73606a94457f5e",
"body": null,
"is_bot": false,
"headline": "Test more Pythons, remove 3.7 from GitHub CI",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2025-04-12T08:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d3f4686ec2257a6df8b942d2e28e0dd28c6ca3",
"body": "Stop accessing None as a dictionary",
"is_bot": false,
"headline": "Merge pull request #292 from hroncok/py3.13",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2025-04-12T08:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fa2762bef7f114f0537153286162dc24e89bd4",
"body": "Add Python 3.13 support",
"is_bot": false,
"headline": "Merge pull request #295 from nikolas/python-3.13",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2025-04-12T08:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a1aaf3738852823e179b9a4f6facf7328e2c8eb",
"body": null,
"is_bot": false,
"headline": "Add Python 3.13 support",
"author_name": "Nikolas Nyby",
"author_login": "nikolas",
"committed_at": "2024-11-14T21:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18ad2911676b4d6b03877ffe94178ea983dc387",
"body": "PyMapping_HasKeyString does not work on None\nAccidentally, it used to return false result on silent errors.\n\nSince Python 3.13, this is what happens instead:\n\n >>> import pylibmc\n >>> m = pylibmc.Client([\"10.0.0.1\"], binary=True)\n Exception ignored in PyMapping_HasKeyString(); consider usin\n[…]\nMapping_HasKeyString(); consider using PyMapping_HasKeyStringWithError(), PyMapping_GetOptionalItemString() or PyMapping_GetItemString(): None\n\nFixes https://github.com/pallets-eco/cachelib/issues/400",
"is_bot": false,
"headline": "Stop accessing None as a dictionary",
"author_name": "Miro Hrončok",
"author_login": "hroncok",
"committed_at": "2024-07-03T10:58:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1183e48eb86adf0c23c5164bfe2c2a4058234640",
"body": "build wheels on newer image for py3.12 support",
"is_bot": false,
"headline": "Merge pull request #287 from davidszotten/py3.12-build",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2023-10-11T13:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86172c0738e30dedbf8d903b938076aeca0b5764",
"body": "cibuildwheel has dropped support for (launching from, separate to\nbuilding) 3.7 and we need a newer one to pull in a docker image with\npy3.12. For now this keeps building 3.7 wheels",
"is_bot": false,
"headline": "build wheels on newer python for py3.12 support",
"author_name": "David Szotten",
"author_login": "davidszotten",
"committed_at": "2023-10-11T12:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1223712ae394c406dc83fe245fb89739e8e8df47",
"body": "Add py3.12 to classifiers, change to setuptools, add setuptools to requirements",
"is_bot": false,
"headline": "Add Python 3.12 support (#286)",
"author_name": "David Szotten",
"author_login": "davidszotten",
"committed_at": "2023-10-11T09:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ace274cffd8dbf3067c6f60f59470f99ae22ee",
"body": "Upgrade GitHub Actions and add Python 3.11 to the testing",
"is_bot": false,
"headline": "Merge pull request #283 from cclauss/patch-1",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2023-08-21T09:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cefa699ca394ccd25fe0b7614bf80e05c0e48d4",
"body": null,
"is_bot": false,
"headline": "python_requires='>=3.7'",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-25T13:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad2dd181b33ddaab40638f6695771a669493f68",
"body": null,
"is_bot": false,
"headline": "Python 3.7+",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-16T11:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5799562892416fbee3418dccfa33d306d45137e9",
"body": null,
"is_bot": false,
"headline": "tox.ini: Add py311",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-15T12:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad56ca0a97b555ec4b43f80c896cbd3930d3a738",
"body": null,
"is_bot": false,
"headline": "setup.py: Add 'Programming Language :: Python :: 3.11',",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-15T12:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b96a2788336aea4951cd4fe6ed85ceb96add01",
"body": null,
"is_bot": false,
"headline": "Drop unsupported Python 3.6",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-15T12:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db6bede2a3b230c8229fb7d3f5a127316530d26",
"body": null,
"is_bot": false,
"headline": "ubuntu-20.04",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-13T15:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f80362f20d3d322943947a0fc5fc2398f1811087",
"body": null,
"is_bot": false,
"headline": "Update cd.yml",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-01-13T14:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ebf73586756d5fea6c6aa08a5abaea606e1c2d",
"body": null,
"is_bot": false,
"headline": "Fixes for Python 3.6 and PyPy3.9",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-11-30T06:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cf1c98e73267dbbe58ef10d09598656866f7b9",
"body": null,
"is_bot": false,
"headline": "Upgrade GitHub Actions",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-11-30T06:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860d0cb0cd6dbbcd89805a1f2a1f73043159ef41",
"body": "* https://www.python.org/downloads/release/python-3110/\r\n* https://github.com/actions/checkout/releases\r\n* https://github.com/actions/setup-python/releases",
"is_bot": false,
"headline": "Upgrade GitHub Actions and add Python 3.11 to the testing",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2022-11-30T06:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ce86b2124b32c12825e641c501feb3da454bef",
"body": null,
"is_bot": false,
"headline": "Reset version to 1.7.0-dev",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-26T08:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7478dc2e8c80c271b6e50b98ef0c2bad742eb807",
"body": "Howebrew does not make universal binaries and does not want to.",
"is_bot": false,
"headline": "[CD] Use own prebuilt libmemcached instead",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-25T12:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1c7dbfeb7c8165822f51c7ab2a38c5033b9d5e",
"body": null,
"is_bot": false,
"headline": "CI/CD Workflow updates",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T12:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2563abaded7b59fc1d701b744ce2275e4826f18",
"body": null,
"is_bot": false,
"headline": "Testing Github Action for releases",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T11:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23abdc480651a2fc09a8a7ddd8c7c5efef9d286",
"body": "add GitHub URL for PyPi",
"is_bot": false,
"headline": "Merge pull request #276 from andriyor/patch-1",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd4429cd5fad66028232cb2ee34e6ca30c2cac3",
"body": null,
"is_bot": false,
"headline": "Update install instructions",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a076a01390b18a5d0a6c811466b24d3d0e65c43",
"body": null,
"is_bot": false,
"headline": "Update CI badge reference to GitHub Actions endpoint",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5108f51c45a386933e8522fc2301532750e33678",
"body": null,
"is_bot": false,
"headline": "Test for Python 3.10 support",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c959748859758a7bbe1a623cfb343ac0af96e21",
"body": null,
"is_bot": false,
"headline": "DRY test dendencies",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd2df8401498017f3cdd59e76f04d5712641608",
"body": null,
"is_bot": false,
"headline": "Modernize tests and test harness",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2022-08-05T09:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20bbdd4fa78be1444b4f748fde1e97063126e0e4",
"body": "There are small typos in:\n- docs/behaviors.rst\n- src/_pylibmcmodule.c\n\nFixes:\n- Should read `while` rather than `wiile`.\n- Should read `allotted` rather than `alloted`.",
"is_bot": false,
"headline": "docs: Fix a few typos",
"author_name": "Tim Gates",
"author_login": "timgates42",
"committed_at": "2022-08-05T09:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ea577ae6a93e186795346f1c4c72caafb4e4855",
"body": null,
"is_bot": false,
"headline": "add GitHub URL for PyPi",
"author_name": "Andrii Oriekhov",
"author_login": "andriyor",
"committed_at": "2022-03-02T20:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9f983d9b909666c3d71ad38caa75b28734f870",
"body": "The number of keys in testBigGetMulti is reduced because the larger number\ndoesn't work with memcached 1.6.12. For an unknown reason, get_multi()\nwith more than 2186 keys here returns nothing.",
"is_bot": false,
"headline": "Add github actions & remove travis-ci config.",
"author_name": "Asher Foa",
"author_login": "asherf",
"committed_at": "2021-12-02T23:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cda09a3caac391c41d8231618170d606fb1527a",
"body": "Fix logger.warn() deprecation warnings",
"is_bot": false,
"headline": "Merge pull request #270 from timgraham/logger.warn",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2021-10-26T14:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d256ad1b36cfa26f4076ec9226f23c26db4d83e3",
"body": null,
"is_bot": false,
"headline": "Fix logger.warn() deprecation warnings",
"author_name": "Tim Graham",
"author_login": "timgraham",
"committed_at": "2021-10-26T14:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4048ae9f316f004dfdc32d267dd03ea175383b",
"body": "Drop support for EOL Python 2.6-3.5",
"is_bot": false,
"headline": "Merge pull request #258 from hugovk/rm-eol",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2021-08-05T12:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1dbd3efd0d1dce7876a19c6ff4c23ef1598868",
"body": null,
"is_bot": false,
"headline": "Fix alignment",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2021-08-05T09:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b5200cee403f0c859133b6b46fd45a70c5e564",
"body": null,
"is_bot": false,
"headline": "Upgrade Python syntax with pyupgrade --py36-plus",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2021-08-05T08:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d866e7a141064192599a37f4bb3009f3ded0a87",
"body": null,
"is_bot": false,
"headline": "Drop support for EOL Python 3.5",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2021-08-05T08:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a54ded9aeee4a3f35a6d71068d0059d2102bd49",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into rm-eol",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2021-04-30T21:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e783a69cc69fb04b9faad6c61ab43193569ab0f",
"body": "Add support for Python 3.8 and 3.9",
"is_bot": false,
"headline": "Merge pull request #257 from hugovk/add-3.8",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2021-01-22T14:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee060fd66054d12c55bb76866caa8fd8572e6717",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.9",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2020-11-18T21:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c65fd52cf83abddc085324733cac1aa1e1fd1a4",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.8",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-11-18T21:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0f6714ea59b270782dfcc3755b5de0f3278737",
"body": "fix #254 properly",
"is_bot": false,
"headline": "Clean up multi_get code, fix allocation properly",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2020-06-29T13:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22854a4ba8f7e926099219c107104723089bcad8",
"body": null,
"is_bot": false,
"headline": "2020: Do not pass ‘U’ flag to open",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2020-06-29T12:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cabaa49874dc6e91aa4e05a0cbe29c91456dda4",
"body": null,
"is_bot": false,
"headline": "Clear trap after cleanup",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2020-06-29T12:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49e334c3ff5371678d06c9683d387c5d54e8c34",
"body": "Fixes #254",
"is_bot": false,
"headline": "Do not allocate Python memory without GIL",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2020-06-29T11:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea26672c0a637cef81e56b97bda247ceb1ec023c",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.8",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T14:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7adc66e64ecd35776fb8f2af298d3ab46cc25069",
"body": null,
"is_bot": false,
"headline": "Drop support for EOL Python 2",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T14:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3aac06a76c75721812d42c2507e9d35ffffd28",
"body": null,
"is_bot": false,
"headline": "U flag deprecated since Python 3.3 and removed in 3.9",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T13:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c56faf966a5ab9cb8112e6c752305610aa7050",
"body": null,
"is_bot": false,
"headline": "Add python_requires to help pip",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T13:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8115597c387e0ff9750caa6ba50aa689fa0904b8",
"body": null,
"is_bot": false,
"headline": "Upgrade Python syntax with pyupgrade --py3-plus",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T13:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb0843c9fbabdb4993316a402bb29f74b697639",
"body": null,
"is_bot": false,
"headline": "Drop support for EOL Python 2.6-3.4",
"author_name": "Hugo",
"author_login": "hugovk",
"committed_at": "2020-01-22T13:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8bafe91f57ebdd73f76eb80bdb4d4a515c7fc48",
"body": "Fixes #252",
"is_bot": false,
"headline": "Fix bug where pickle protocol is ignored",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2019-08-15T12:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6cd043c3f6eeeb8471e13390deacfe19e1e09fb",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.7.0-dev",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2019-08-15T12:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa39707d820bf8daf7ce2fefbda4cc13d3604d9",
"body": null,
"is_bot": false,
"headline": "Fix Travis build",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2019-08-15T11:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6122d0b85948e9d5c12e8856a1b6ad9479d08f62",
"body": "Test on Travis CI with Ubuntu Xenial and Python 3.7.",
"is_bot": false,
"headline": "Merge pull request #250 from andreif/feature/test-new-versions",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2019-08-15T11:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6792d0157598b2d5f98af839f059382208e045ee",
"body": null,
"is_bot": false,
"headline": "Test with pypy3.5-6.0.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-03-02T12:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446802cfe4db3f363ab9c2162bbca751454005c5",
"body": null,
"is_bot": false,
"headline": "Test with pypy2.7-6.0 as well.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-03-02T12:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "744b62073aa692aba86d4d17b88280594934de0d",
"body": null,
"is_bot": false,
"headline": "Test with pypy3.5 as well.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-02-24T23:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51683a1ff00cd1fffbf7e8c4df0c71dbf45855cd",
"body": null,
"is_bot": false,
"headline": "Test with Python 3.8.0a1+ as well.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-02-24T21:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e901c0e7e85a8f0ec11b6274c0f8c2b152a8811b",
"body": null,
"is_bot": false,
"headline": "Remove deprecated versions; update actual libmc version.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-02-24T19:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ca5033dacf9fe0017170822c22b08fa3503c18",
"body": null,
"is_bot": false,
"headline": "Test with Xenial, Python 3.7, libmc 1.0.18-4.",
"author_name": "Andrei Fokau",
"author_login": "andreif-funnel",
"committed_at": "2019-02-24T19:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42dcd3d4f118899938c4b7bdb8be80739980a159",
"body": "Officially support Python 3.7",
"is_bot": false,
"headline": "Merge pull request #249 from hmpf/master",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2019-02-21T09:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aac0458c80ec1400a304357fdc51501db237efa",
"body": null,
"is_bot": false,
"headline": "Officially support Python 3.7",
"author_name": "Hanne Moa",
"author_login": "hmpf",
"committed_at": "2019-02-21T08:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fd6d96ad7efcb28f19b453d0bee5107575aff9",
"body": null,
"is_bot": false,
"headline": "Add changelog to documentation",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T18:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0bf6731364dfe598a612a233a1442a1b8733f24",
"body": null,
"is_bot": false,
"headline": "Update release notes",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T17:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64c7c7b9caedae3fb51b89bb4b5060d786ca19a",
"body": null,
"is_bot": false,
"headline": "Update installation requirements",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68eb2cb51db27fa06e16605ea49e45e69ee57779",
"body": "pylibmc still works, but testing for this platform becomes cumbersome.\nIt is also severely outdated.",
"is_bot": false,
"headline": "Don't run tests on Python 3.2",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335819150f0c126dd0e35f3ff05f5db8b9495b99",
"body": null,
"is_bot": false,
"headline": "Fix Unicode behavior mismatches in tests between Py2 and 3",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be88dbbc99f0293111e47c6a71d5543541f200b5",
"body": "Turns out Python 2.x defaults to ASCII.",
"is_bot": false,
"headline": "Explicitly use UTF-8 in decode",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db42d53b3917cd6f57ea5102726b2c220076401a",
"body": null,
"is_bot": false,
"headline": "Add with-memcached runner",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e269bbdd617b0e6fc67bab9fbe383486bb69bac4",
"body": "This is in line with python-memcached. Closes #242, #234.",
"is_bot": false,
"headline": "Replace bool support with unicode support",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb45ab3cf13622721955fd6bdf0ad5127f05d8f1",
"body": null,
"is_bot": false,
"headline": "Better error message for missing zlib",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T13:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e59859d0430725abb444a4d77e5bdeb4ae67baf",
"body": "In particular it would not read -1",
"is_bot": false,
"headline": "Fix bug in pickle_protocol implementation",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T12:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c0a0b62ead820538abd3b72bf60527494374b1",
"body": null,
"is_bot": false,
"headline": "Include documentation on new pickle_protocol",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T11:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce2e8cb4a1ff9857f3f26e898ce5441070bc4abb",
"body": null,
"is_bot": false,
"headline": "Introduce behavior for pickle protocol",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-09T11:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd4d59332a7297c18e7ce93911bf140b2e43da55",
"body": "Include installation instructions with Homebrew for OSX.",
"is_bot": false,
"headline": "Merge pull request #230 from YPCrumble/update_docs_for_homebrew",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-05T12:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79725fc87bea2bdfb51f59141a99af2f4f34e6b",
"body": "Better Python 3.x compatibility.",
"is_bot": false,
"headline": "Use range rather than xrange",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-05T12:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3da62393534bc5847b664d6f24adbe5765c5eb",
"body": null,
"is_bot": false,
"headline": "Nix dead code",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-05T12:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e4e5b4d66db6abb028942aba59db50e00b68fa0",
"body": "Do not use bare exceptions",
"is_bot": false,
"headline": "Merge pull request #238 from cclauss/patch-1",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-11-05T12:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd09b75c989ee985bbf2e9c6b05865cd4a3267e",
"body": "We are looking for __NameError__ in these instances. Discovered via #237",
"is_bot": false,
"headline": "Do not use bare exceptions",
"author_name": "cclauss",
"author_login": null,
"committed_at": "2018-11-04T20:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849c682f925f57119b1813f90c27ab9335953c2e",
"body": null,
"is_bot": false,
"headline": "Change setup.py comments",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469e7e75861b2066c8f999276e98eaa87d8dab09",
"body": null,
"is_bot": false,
"headline": "Python 3.2..3.5 friendly formatting",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7def8761e355323d017ccd428b590f1fc4c4b1",
"body": null,
"is_bot": false,
"headline": "Add Python 3.6 to Travis CI test platforms",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9808869923a88a669a0033b280d3b8ba87e2127",
"body": null,
"is_bot": false,
"headline": "Fix version test in Travis CI script",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e07ddee1100943acc51628e2741259a0240b2f7",
"body": "This because it is too hard to build CI for it.",
"is_bot": false,
"headline": "Stop testing libmemcached 0.53",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2329beb5d891e42ba47df452eb6524c4cb0f28ca",
"body": null,
"is_bot": false,
"headline": "Update Travis CI build script",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T17:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2042868adc6007c5d512af62d23639061101f161",
"body": "Although this won't reload the configuration in runtime, it might be\nuseful to some people. References #109.",
"is_bot": false,
"headline": "Add autoconfiguration client for ElastiCache",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T16:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e50df8297e1edad9d7f9a249a42f9bb2a18d71",
"body": "Fixes #233.",
"is_bot": false,
"headline": "Fix wording in touch documentation.",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2018-03-13T16:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a1c53894ec722f20afcd8dbca37c92e477b861",
"body": null,
"is_bot": false,
"headline": "Include installation instructions with Homebrew for OSX.",
"author_name": "Ian Campbell",
"author_login": "YPCrumble",
"committed_at": "2017-09-22T14:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbd4d254ff4d9166eac4704928893a685d0d0fbc",
"body": "Install documentation: improve pip instructions",
"is_bot": false,
"headline": "Merge pull request #224 from mbeijen/pip-install-option",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2017-05-01T14:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b02c8025434041655639df09a5213318e699d29",
"body": "the installation instructions state you can't use pip to pass parameters\nto setup but this is not true. This PR updates the installation\ninstructions to show how to do that.",
"is_bot": false,
"headline": "Install documentation: improve pip instructions",
"author_name": "Michiel Beijen",
"author_login": "mbeijen",
"committed_at": "2017-04-18T15:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e0a86b39af19e4ea64bff650ebdee8752bde6f5",
"body": "Fixes #217.",
"is_bot": false,
"headline": "Don’t add error message if it’s SUCCESS",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2017-01-28T17:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3695f20feafdaa3b3b2990d158b26d7796ce8c1a",
"body": "Include doc SVG files in source distributions",
"is_bot": false,
"headline": "Merge pull request #221 from sbraz/docs",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2017-01-19T12:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e792f86459b8dba5f4ac62e6bc7f0707d7c896",
"body": null,
"is_bot": false,
"headline": "Include doc SVG files in source distributions",
"author_name": "Louis Sautier",
"author_login": "sbraz",
"committed_at": "2017-01-19T11:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f66d73ea9d4ce58ca1c03b23c62367923568bf",
"body": "Fixes issue #216",
"is_bot": false,
"headline": "Use latest pickle protocol again",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2016-08-18T13:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17785cd8702c1d9eef5b7ce6a87409e3d3110c96",
"body": null,
"is_bot": false,
"headline": "Add all exceptions to pylibmc module",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2016-08-09T16:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736e21276ad04d557b68bd81b7f28be1a4b4e1ec",
"body": "Refs #184 on Github",
"is_bot": false,
"headline": "Add TooBig exception",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2016-08-09T16:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a441478a89354aadb59d32bd322be42ed308fd",
"body": null,
"is_bot": false,
"headline": "Add Python 3.5 to the trove classifiers",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2016-06-15T11:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a062cb65830bd4f378069661c16b7f4765ea80e",
"body": "Breaking API changes to `get` and `__getitem__`",
"is_bot": false,
"headline": "Merge pull request #211 from slingamn/get_api.2",
"author_name": "Ludvig Ericson",
"author_login": "lericson",
"committed_at": "2016-06-15T11:41:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2022-08-26T08:40:12Z",
"latest_release_tag": "1.6.3",
"releases_from_tags": false,
"days_since_last_push": 465,
"active_weeks_last_year": 0,
"days_since_latest_release": 1425,
"mean_days_between_releases": 20.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pylibmc",
"exists": true,
"license": null,
"keywords": [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pylibmc/",
"is_deprecated": false,
"latest_version": "1.6.3",
"repository_url": "https://github.com/lericson/pylibmc",
"versions_count": 44,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2008-09-13T13:06:04Z",
"latest_published_at": "2022-08-30T07:33:38.884269Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1421
}
]
},
"popularity": {
"forks": 139,
"stars": 492,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2009-09-17",
"count": 1
},
{
"date": "2010-03-16",
"count": 1
},
{
"date": "2010-06-20",
"count": 1
},
{
"date": "2010-09-10",
"count": 1
},
{
"date": "2011-07-13",
"count": 1
},
{
"date": "2011-07-22",
"count": 1
},
{
"date": "2011-08-26",
"count": 1
},
{
"date": "2011-09-02",
"count": 1
},
{
"date": "2011-09-12",
"count": 1
},
{
"date": "2011-11-17",
"count": 1
},
{
"date": "2011-12-12",
"count": 1
},
{
"date": "2011-12-28",
"count": 1
},
{
"date": "2012-01-02",
"count": 1
},
{
"date": "2012-01-05",
"count": 1
},
{
"date": "2012-02-11",
"count": 1
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-02-28",
"count": 1
},
{
"date": "2012-03-13",
"count": 1
},
{
"date": "2012-03-21",
"count": 1
},
{
"date": "2012-04-13",
"count": 2
},
{
"date": "2012-04-24",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-07-04",
"count": 1
},
{
"date": "2012-07-12",
"count": 1
},
{
"date": "2012-08-02",
"count": 1
},
{
"date": "2012-09-06",
"count": 1
},
{
"date": "2012-10-03",
"count": 1
},
{
"date": "2012-10-22",
"count": 1
},
{
"date": "2012-12-17",
"count": 1
},
{
"date": "2012-12-19",
"count": 1
},
{
"date": "2013-01-04",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-15",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-18",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-07-09",
"count": 1
},
{
"date": "2013-07-18",
"count": 1
},
{
"date": "2013-09-09",
"count": 1
},
{
"date": "2013-09-16",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-10-23",
"count": 1
},
{
"date": "2013-11-17",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2014-01-09",
"count": 2
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-17",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-08-14",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-02",
"count": 2
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-10-06",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-12-08",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-24",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-06-16",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-04-17",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
}
],
"complete": true,
"collected": 130,
"total_forks": 139
},
"star_history": {
"days": [
{
"date": "2009-07-31",
"count": 64
},
{
"date": "2009-08-06",
"count": 1
},
{
"date": "2009-08-07",
"count": 1
},
{
"date": "2009-08-14",
"count": 1
},
{
"date": "2009-08-20",
"count": 1
},
{
"date": "2009-08-22",
"count": 1
},
{
"date": "2009-09-04",
"count": 1
},
{
"date": "2009-09-17",
"count": 1
},
{
"date": "2009-10-01",
"count": 1
},
{
"date": "2009-10-06",
"count": 1
},
{
"date": "2009-10-13",
"count": 1
},
{
"date": "2009-10-26",
"count": 1
},
{
"date": "2009-11-14",
"count": 1
},
{
"date": "2009-11-30",
"count": 1
},
{
"date": "2009-12-02",
"count": 1
},
{
"date": "2009-12-17",
"count": 1
},
{
"date": "2009-12-28",
"count": 1
},
{
"date": "2010-01-05",
"count": 1
},
{
"date": "2010-01-10",
"count": 1
},
{
"date": "2010-01-20",
"count": 1
},
{
"date": "2010-01-21",
"count": 1
},
{
"date": "2010-01-22",
"count": 1
},
{
"date": "2010-01-23",
"count": 1
},
{
"date": "2010-01-26",
"count": 1
},
{
"date": "2010-01-28",
"count": 1
},
{
"date": "2010-01-30",
"count": 1
},
{
"date": "2010-02-12",
"count": 1
},
{
"date": "2010-03-10",
"count": 1
},
{
"date": "2010-03-14",
"count": 1
},
{
"date": "2010-03-18",
"count": 1
},
{
"date": "2010-03-28",
"count": 1
},
{
"date": "2010-04-02",
"count": 1
},
{
"date": "2010-04-07",
"count": 1
},
{
"date": "2010-04-13",
"count": 1
},
{
"date": "2010-04-24",
"count": 1
},
{
"date": "2010-04-29",
"count": 2
},
{
"date": "2010-05-03",
"count": 1
},
{
"date": "2010-05-05",
"count": 1
},
{
"date": "2010-05-07",
"count": 1
},
{
"date": "2010-05-08",
"count": 1
},
{
"date": "2010-05-09",
"count": 1
},
{
"date": "2010-05-29",
"count": 1
},
{
"date": "2010-06-02",
"count": 1
},
{
"date": "2010-06-22",
"count": 1
},
{
"date": "2010-06-24",
"count": 1
},
{
"date": "2010-07-12",
"count": 1
},
{
"date": "2010-07-17",
"count": 1
},
{
"date": "2010-07-20",
"count": 1
},
{
"date": "2010-08-03",
"count": 1
},
{
"date": "2010-08-09",
"count": 1
},
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-08-18",
"count": 1
},
{
"date": "2010-08-24",
"count": 1
},
{
"date": "2010-09-04",
"count": 1
},
{
"date": "2010-09-10",
"count": 1
},
{
"date": "2010-09-20",
"count": 1
},
{
"date": "2010-09-27",
"count": 1
},
{
"date": "2010-09-30",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-10-11",
"count": 1
},
{
"date": "2010-10-29",
"count": 1
},
{
"date": "2010-11-03",
"count": 1
},
{
"date": "2010-11-06",
"count": 1
},
{
"date": "2010-12-08",
"count": 1
},
{
"date": "2010-12-21",
"count": 1
},
{
"date": "2010-12-28",
"count": 1
},
{
"date": "2011-01-02",
"count": 1
},
{
"date": "2011-01-12",
"count": 1
},
{
"date": "2011-01-13",
"count": 1
},
{
"date": "2011-01-22",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-02-17",
"count": 1
},
{
"date": "2011-02-18",
"count": 1
},
{
"date": "2011-02-27",
"count": 1
},
{
"date": "2011-03-16",
"count": 1
},
{
"date": "2011-04-02",
"count": 1
},
{
"date": "2011-04-15",
"count": 1
},
{
"date": "2011-04-23",
"count": 1
},
{
"date": "2011-04-26",
"count": 1
},
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2011-06-25",
"count": 1
},
{
"date": "2011-07-15",
"count": 1
},
{
"date": "2011-07-16",
"count": 1
},
{
"date": "2011-07-22",
"count": 1
},
{
"date": "2011-08-01",
"count": 1
},
{
"date": "2011-08-17",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-10-08",
"count": 1
},
{
"date": "2011-10-11",
"count": 1
},
{
"date": "2011-10-26",
"count": 1
},
{
"date": "2011-11-18",
"count": 1
},
{
"date": "2011-12-10",
"count": 1
},
{
"date": "2011-12-28",
"count": 1
},
{
"date": "2012-02-01",
"count": 1
},
{
"date": "2012-02-26",
"count": 1
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-05-10",
"count": 1
},
{
"date": "2012-08-20",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-02-22",
"count": 1
},
{
"date": "2013-02-25",
"count": 1
},
{
"date": "2013-02-26",
"count": 1
},
{
"date": "2013-03-05",
"count": 2
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-15",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-25",
"count": 2
},
{
"date": "2013-03-29",
"count": 1
},
{
"date": "2013-04-04",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-15",
"count": 1
},
{
"date": "2013-04-20",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-05-28",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-06-02",
"count": 1
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-07-01",
"count": 1
},
{
"date": "2013-07-07",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-09",
"count": 2
},
{
"date": "2013-07-20",
"count": 2
},
{
"date": "2013-07-29",
"count": 1
},
{
"date": "2013-08-13",
"count": 1
},
{
"date": "2013-08-27",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-20",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2014-01-08",
"count": 1
},
{
"date": "2014-01-30",
"count": 1
},
{
"date": "2014-01-31",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-19",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-03-13",
"count": 1
},
{
"date": "2014-03-24",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-08",
"count": 1
},
{
"date": "2014-04-17",
"count": 1
},
{
"date": "2014-05-08",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-08-09",
"count": 1
},
{
"date": "2014-08-30",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-11",
"count": 3
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-09-18",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-10-24",
"count": 1
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-24",
"count": 2
},
{
"date": "2014-11-25",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2015-01-04",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-01-24",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-02-06",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-15",
"count": 1
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-02-22",
"count": 1
},
{
"date": "2015-03-04",
"count": 2
},
{
"date": "2015-04-05",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-25",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-13",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-18",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-06-30",
"count": 1
},
{
"date": "2015-07-24",
"count": 1
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-24",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-28",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-28",
"count": 1
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-08-14",
"count": 1
},
{
"date": "2016-08-15",
"count": 2
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-13",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-04-22",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-06-01",
"count": 2
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-17",
"count": 1
},
{
"date": "2017-06-20",
"count": 2
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-09-02",
"count": 2
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-28",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-14",
"count": 2
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2017-12-07",
"count": 2
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-04-27",
"count": 2
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-12-01",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-08-31",
"count": 1
},
{
"date": "2019-09-13",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-06",
"count": 2
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-10-02",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-10-03",
"count": 2
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-26",
"count": 5
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
}
],
"complete": true,
"collected": 492,
"total_stars": 492
},
"open_issues_and_prs": 36
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 83234,
"source_files_sampled": 22,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements_test.txt",
"setup.cfg",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 71,
"open_issues": 32,
"closed_ratio": 0.843,
"closed_issues": 172,
"closed_unmerged_prs": 27
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "lericson",
"commits": 431,
"avatar_url": "https://avatars.githubusercontent.com/u/46901?v=4"
},
{
"type": "User",
"login": "hfalcic",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/6562198?v=4"
},
{
"type": "User",
"login": "ketralnis",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/51039?v=4"
},
{
"type": "User",
"login": "slingamn",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/376448?v=4"
},
{
"type": "User",
"login": "jbergstroem",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/176984?v=4"
},
{
"type": "User",
"login": "hugovk",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1324225?v=4"
},
{
"type": "User",
"login": "cclauss",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/3709715?v=4"
},
{
"type": "User",
"login": "msabramo",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/305268?v=4"
},
{
"type": "User",
"login": "andreif-funnel",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/53863244?v=4"
},
{
"type": "User",
"login": "schmichael",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/113362?v=4"
}
],
"contributors_sampled": 41,
"top_contributor_share": 0.711
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cd.yml",
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 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": 3,
"reason": "Found 6/17 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 45 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b6e8452bc92232ce434d9d064a73606a94457f5e",
"ran_at": "2026-07-22T00:22:15Z",
"aggregate_score": 3.2,
"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": 293,
"created_at": "2024-09-03T22:10:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 299,
"created_at": "2026-02-18T11:50:27Z",
"last_comment_at": "2026-05-28T20:13:31Z",
"last_comment_author": "mxamin"
},
{
"number": 303,
"created_at": "2026-03-10T15:46:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 304,
"created_at": "2026-04-03T19:01:18Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-04-12T08:52:30Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 53,
"created_at": "2011-09-07T11:23:26Z",
"last_comment_at": "2011-09-07T20:17:04Z",
"last_comment_author": "lericson"
},
{
"number": 56,
"created_at": "2011-09-12T20:01:12Z",
"last_comment_at": "2011-09-12T22:13:01Z",
"last_comment_author": "jbergstroem"
},
{
"number": 83,
"created_at": "2012-03-16T04:34:20Z",
"last_comment_at": "2012-03-19T17:44:03Z",
"last_comment_author": "dound"
},
{
"number": 88,
"created_at": "2012-05-18T13:34:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2012-07-11T10:20:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2012-08-17T01:48:02Z",
"last_comment_at": "2012-10-02T06:37:07Z",
"last_comment_author": "bukzor"
},
{
"number": 100,
"created_at": "2012-09-25T01:30:10Z",
"last_comment_at": "2012-10-29T09:30:19Z",
"last_comment_author": "lericson"
},
{
"number": 115,
"created_at": "2013-02-27T12:36:03Z",
"last_comment_at": "2013-02-27T13:04:37Z",
"last_comment_author": "lericson"
},
{
"number": 120,
"created_at": "2013-04-16T00:28:23Z",
"last_comment_at": "2013-06-21T20:48:43Z",
"last_comment_author": "spladug"
},
{
"number": 154,
"created_at": "2014-07-24T16:47:21Z",
"last_comment_at": "2014-08-08T10:32:08Z",
"last_comment_author": "lericson"
},
{
"number": 171,
"created_at": "2014-12-05T16:40:16Z",
"last_comment_at": "2014-12-10T19:40:09Z",
"last_comment_author": "davidblewett"
},
{
"number": 172,
"created_at": "2014-12-10T08:33:57Z",
"last_comment_at": "2015-04-15T10:29:16Z",
"last_comment_author": "lericson"
},
{
"number": 176,
"created_at": "2015-01-23T06:36:46Z",
"last_comment_at": "2015-02-02T22:44:34Z",
"last_comment_author": "dterei"
},
{
"number": 180,
"created_at": "2015-03-13T18:44:04Z",
"last_comment_at": "2016-03-29T12:28:37Z",
"last_comment_author": "lericson"
},
{
"number": 202,
"created_at": "2016-01-28T15:06:21Z",
"last_comment_at": "2017-08-15T12:10:41Z",
"last_comment_author": "lericson"
},
{
"number": 245,
"created_at": "2018-11-12T09:29:31Z",
"last_comment_at": "2021-04-21T04:16:00Z",
"last_comment_author": "hyperair"
},
{
"number": 262,
"created_at": "2020-06-29T12:06:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 264,
"created_at": "2020-09-16T09:09:16Z",
"last_comment_at": "2021-02-25T16:09:18Z",
"last_comment_author": "lericson"
},
{
"number": 265,
"created_at": "2020-09-29T19:57:22Z",
"last_comment_at": "2023-08-05T19:29:55Z",
"last_comment_author": "ljluestc"
},
{
"number": 273,
"created_at": "2021-11-05T20:53:00Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lericson/pylibmc",
"host": "github.com",
"name": "pylibmc",
"owner": "lericson"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 30,
"inputs": {
"security": 32,
"vitality": 22,
"community": 59,
"governance": 59,
"engineering": 74,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 50,
"overall_after_abandonment_multiplier": 30
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"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": 465,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 465 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 465
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 2,
"latest_release_tag": "1.6.3",
"releases_from_tags": false,
"days_since_latest_release": 1425,
"mean_days_between_releases": 20.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1425 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1425
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~20.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 20.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 465,
"days_since_last_human_commit": 465,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 465 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 465,
"count": 3,
"signals": "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": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 139,
"stars": 492,
"watchers": 8,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "492 stars",
"points": 43.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 492
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "139 forks",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 139
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 41,
"top_contributor_share": 0.711
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 71% of commits",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "41 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 41
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 45 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 71,
"open_issues": 32,
"closed_issues": 172,
"issue_closed_ratio": 0.843,
"closed_unmerged_prs": 27
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "71/98 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 71,
"decided": 98
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/17 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 123,
"owner_type": "User",
"is_verified": null,
"owner_login": "lericson",
"public_repos": 95,
"account_age_days": 6396
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "123 followers of lericson",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 123,
"login": "lericson"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "95 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 95
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"pylibmc"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 1421
},
"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 1421 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1421
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "44 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 44
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://sendapatch.se/projects/pylibmc/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://sendapatch.se/projects/pylibmc/",
"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": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.2
},
"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 6 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 6/17 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 45 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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": 23
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.24,
"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": "24 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 83234,
"source_files_sampled": 22,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/22 source files over 60KB",
"points": 52.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:22:38.332288Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lericson/pylibmc.svg",
"full_name": "lericson/pylibmc",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}