Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 372,
"has_wiki": false,
"homepage": "https://requests-mock.readthedocs.io",
"languages": {
"Python": 140204
},
"pushed_at": "2024-07-15T17:52:59Z",
"created_at": "2014-12-16T20:06:51Z",
"owner_type": "User",
"updated_at": "2026-07-11T13:20:27Z",
"description": "Mocked responses for the requests library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.jamielennox.net",
"name": "Jamie Lennox",
"type": "User",
"login": "jamielennox",
"company": "@agoda-com ",
"location": "Bangkok, Thailand",
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/416057?v=4",
"created_at": "2010-09-26T03:13:47Z",
"is_verified": null,
"public_repos": 127,
"account_age_days": 5777
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.12.1",
"kind": "patch",
"published_at": "2024-03-28T03:42:56Z"
},
{
"tag": "1.12.0",
"kind": "minor",
"published_at": "2024-03-27T14:49:28Z"
},
{
"tag": "1.11.0",
"kind": "minor",
"published_at": "2023-06-08T14:00:54Z"
},
{
"tag": "1.10.0",
"kind": "minor",
"published_at": "2022-08-30T16:24:42Z"
},
{
"tag": "1.9.3",
"kind": "patch",
"published_at": "2021-05-28T03:07:12Z"
},
{
"tag": "1.9.2",
"kind": "patch",
"published_at": "2021-04-30T03:37:02Z"
},
{
"tag": "1.9.1",
"kind": "patch",
"published_at": "2021-04-28T09:59:32Z"
},
{
"tag": "1.9.0",
"kind": "minor",
"published_at": "2021-04-28T06:38:45Z"
},
{
"tag": "1.8.0",
"kind": "minor",
"published_at": "2020-05-02T13:09:21Z"
},
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2019-09-01T07:52:07Z"
},
{
"tag": "1.6.0",
"kind": "minor",
"published_at": "2019-04-28T09:12:26Z"
}
],
"recent_commits": [
{
"oid": "9742d02a8cad17276dbeba7b300b6d27ae1b6fb1",
"body": null,
"is_bot": false,
"headline": "Type hint for _RequestHistoryTracker.reset method",
"author_name": "Leon Helwerda",
"author_login": "lhelwerd",
"committed_at": "2024-04-18T15:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c42ab560d54dd41d91956114f59647f3c1b72cef",
"body": null,
"is_bot": false,
"headline": "Fix type hint of `Mocker.__enter__/__exit__`",
"author_name": "Viicos",
"author_login": "Viicos",
"committed_at": "2024-04-18T15:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba8cc7faf83be9f1505625d566721ee6c68ed39",
"body": "We no longer support python2, but this is the only way i've found to say\nthat the package can only be installed on python 3. 3.5 is somewhat of\nan arbitrary value, but I don't want to go perfectly recent.",
"is_bot": false,
"headline": "Add python_requires>=3.5",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-03-28T03:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e5ce92a16de678ac2acc79d233ca19015e273a",
"body": "We don't use that method any more, use the build process to sdist",
"is_bot": false,
"headline": "Update build steps to remove setup.py",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-03-27T14:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d5ec6c96f9827dafdf59d26be78a638986debc",
"body": null,
"is_bot": false,
"headline": "Remove unused `six` dependency",
"author_name": "Viicos",
"author_login": "Viicos",
"committed_at": "2024-03-27T14:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1ccf12f38d4d64cfcd02df9136b5104dcc6da7",
"body": null,
"is_bot": false,
"headline": "fix(mocker.pyi): fix Mocker class type hints",
"author_name": "Pavel Los",
"author_login": "pavellos21",
"committed_at": "2024-02-04T13:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946a008779a5b1b5424ddee5792c451ccbf89b81",
"body": null,
"is_bot": false,
"headline": "Employ setuptools_scm for version-from-tags functionality.",
"author_name": "Jason R. Coombs",
"author_login": "jaraco",
"committed_at": "2024-01-22T15:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "491adcb15acaf45845e98d7f21eeafa574ae9f79",
"body": "… config in setup.cfg. Fixes #218.",
"is_bot": false,
"headline": "Remove dependency on pbr. Update metadata to resolve from declarative…",
"author_name": "Jason R. Coombs",
"author_login": "jaraco",
"committed_at": "2024-01-22T15:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c4ea7ac6e58051631a352667ec91ca845903bd",
"body": null,
"is_bot": false,
"headline": "Improve type definition of `Mocker.__call__`",
"author_name": "Viicos",
"author_login": "Viicos",
"committed_at": "2024-01-22T15:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233e2eed59d534df8d005a69ac28376d7db32e0d",
"body": null,
"is_bot": false,
"headline": "Allow `raw` parameter to accept callable like body elements",
"author_name": "Ramast",
"author_login": "ramast",
"committed_at": "2024-01-22T15:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f708009b6cb7ac5ad3d65d7eb76c60739186fb",
"body": "Seems like something is wrong with python 3.12 and older versions of\nurllib.",
"is_bot": false,
"headline": "Use python 3.8 for oldest.",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd727f3dd73ce8b9ea3c2a3204b8f962bb7f36f5",
"body": "Bundle all the python2 changes into a single release note.",
"is_bot": false,
"headline": "Release notes for python2",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f2b86bf7c204243ee22e08439581c1e032d5a0c",
"body": "This was a really old hack around forks in urllib3 in early versions of\nrequests 2. With newer requests we don't need this any more.",
"is_bot": false,
"headline": "Don't use requests.packages.urllib3",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad237734bbc9883684566380e0b2d74a968b5a1",
"body": "This minimum version is somewhat arbitrary, however inline with the\npython3 changes there's no reason to keep compatibility with these old\nversions.\n\nI'm not sure why, but 2.20 has some issues with old python versions.\nThis seems like a decent minimum.",
"is_bot": false,
"headline": "Bump required requests to 2.22",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bd0d1a92e40fa9cb1d587c59157020a45de620",
"body": "We shouldn't need this any more as we can rely on python3",
"is_bot": false,
"headline": "Remove CookieJar FakeHttpResponse compat",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74eb15026a67eaa734a208be1e0e660bf2a7083",
"body": "Farewell, it's been a good run. Realistically this should have been\nremoved years ago, but it's causing pain now.\n\nRemove six which handles the majority of the compatibility.",
"is_bot": false,
"headline": "Drop python2 support",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55603cc24637a3e3cad65b063a0b3be57c1f7651",
"body": "Github has dropped support for python2. Remove it from the unittesting\nand tox configuration.",
"is_bot": false,
"headline": "Remove py2 from testing frameworks",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4ee3af3fbfeba4b57ecc6b126f3197f79be877",
"body": "The type bytes is available on all supported Pythons. On Python 2.7, it\nis an alias for str, same as six.binary_type.\n\nLikewise, io.BytesIO is available on all supported Pythons. It is always\na stream implementation using an in-memory bytes buffer.\n\nByte literals and Unicode literals are available on all supported\nPythons.\n\nMakes the code more forward compatible with Python 3.",
"is_bot": false,
"headline": "Remove unnecessary compatibility shims",
"author_name": "Jon Dufresne",
"author_login": "jdufresne",
"committed_at": "2024-01-22T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06f124a33f56e9f03840518e19669ba41b93202",
"body": "Leaving it as 2014 makes it appear (from the docs) that the project is stale. Updating it to avoid putting people off if they don't click through to the repo",
"is_bot": false,
"headline": "Update copyright year",
"author_name": "Krishan Bhasin",
"author_login": "KrishanBhasin",
"committed_at": "2023-11-04T01:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15df8e2b85ae71afea1013b5bf9fd010623acd39",
"body": "testrepository was an openstack concept necessary when you had a lot\nmore tests than we do. It appears to be abandoned.\n\nRemove the dependency and go back to testtools.run for a launcher.",
"is_bot": false,
"headline": "Remove testrepository dependency",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2023-06-08T13:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722cb3ab1d890645712237df0f415f637ea6f653",
"body": "It used to be important that requests-mock didn't break compatibility\nwith nova or keystoneclient. This hasn't been a thing for a long time\nand those tests don't work any more.\n\nScrap these old tests and ensure the requests-tip one is still actually\nworking.",
"is_bot": false,
"headline": "Remove nova/keystone tip tests and fix requests-tip",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2023-06-08T13:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcbef4faf88c986fd576f2662ec92a48b643d2ba",
"body": "In urllib3 v2 they default enforce_content_length to true. This fails\nnow when you mock a request that doesn't have any data that can be\npartially read.\n\nFixes: #228",
"is_bot": false,
"headline": "Tell urllib3 to ignore content length mismatch",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2023-06-08T13:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc806b3165a4256011dd6241cd2bfe7b7ba126ae",
"body": null,
"is_bot": false,
"headline": "Use unittest.mock when available on Python > 3.3",
"author_name": "Jelle van der Waa",
"author_login": "jelly",
"committed_at": "2023-06-08T13:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc190340fafd6bcc051ee58d096278728911cccc",
"body": "Typing analysis and public type aliases",
"is_bot": false,
"headline": "Merge pull request #226 from noirbizarre/style/typing",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2023-05-15T15:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0ae6190e83345d0b3ca7c48150c707ce723954",
"body": "Update from master with updated flake8 CI config.",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into style/typing",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2023-05-15T15:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799ac71c11b4398680392b2d77d3166e9dce70fe",
"body": "Use newer versions of github actions to keep CI working.",
"is_bot": false,
"headline": "Upgrade GitHub Actions (#224)",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-05-15T15:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ebf1c2edf4d0fdfeaee6b272ecdda070e2b791",
"body": "…y linting",
"is_bot": false,
"headline": "ci(typing): renamed `flake8.yml` workflow into `lint.yml` and add myp…",
"author_name": "Axel H",
"author_login": "noirbizarre",
"committed_at": "2023-04-22T15:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa8038cb5db3ca4fa3eed679acc21926d17c5f0",
"body": "…y users",
"is_bot": false,
"headline": "style(typing): expose public TypeAliases for type intended for librar…",
"author_name": "Axel H",
"author_login": "noirbizarre",
"committed_at": "2023-04-22T13:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84703fb725e865a346d8ea3efa49cc7e5bcb10c",
"body": null,
"is_bot": false,
"headline": "build(typing): add type hinting linting using MyPy",
"author_name": "Axel H",
"author_login": "noirbizarre",
"committed_at": "2023-04-22T13:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19c3343d3a70a57427bd37fbb5fcffb0b7def1c",
"body": "We should document this in release notes for the release as if there is\na problem with the release it's most likely to come from this.",
"is_bot": false,
"headline": "Add a release note for the RLock",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-08-30T16:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792aea7a6c584477d77051290f02a029ef0f3725",
"body": "This will let people interact better with Django or similar encoders.\nYou can set it for the whole mocker or only on individual responses.\n\nCloses: #188",
"is_bot": false,
"headline": "Allow passing json_encoder to mocking",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-08-30T15:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27688f9667963a7014cebc467692e0ab63b9b04e",
"body": "I found a number of places where the type hints are either incorrect or\nnot specific enough. Improve or fix warnings as reported by my IDE.",
"is_bot": false,
"headline": "Improvements to Type Hints",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-08-30T15:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a28fd2072ca65d40a6cab75faa7a45f0d7a7da",
"body": "Fix long line for PR job.",
"is_bot": false,
"headline": "Lint fix for long line exception",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-08-30T15:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8ee570fe2b790e99c1d5d4f69255113527a7b1",
"body": "This was recently indented another level which caused the test to fail\nand block PRs",
"is_bot": false,
"headline": "Shorten line length of comments",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-08-30T15:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926428471f9cd7d5275bff13be21d11fbd1905ed",
"body": null,
"is_bot": false,
"headline": "Workaround for python2.7 not supporting lock timeout",
"author_name": "Peter Hodge",
"author_login": "phodge",
"committed_at": "2022-08-30T14:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a92ca40a923b782f4b161d6b01573372ebc8ab",
"body": null,
"is_bot": false,
"headline": "Comments to explain reentrant behaviour",
"author_name": "Peter Hodge",
"author_login": "phodge",
"committed_at": "2022-08-30T14:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f317f65042d45ffa92f18cf28ef72923c16d91e",
"body": null,
"is_bot": false,
"headline": "Change to use RLock and set a timeout to prevent infinite deadlocks",
"author_name": "Peter Hodge",
"author_login": "phodge",
"committed_at": "2022-08-30T14:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f639fea3a9febbd038ad238278cf4d4652fe6f8",
"body": null,
"is_bot": false,
"headline": "Update homepage/doc URLs of requests library",
"author_name": "Stefaan Lippens",
"author_login": "soxofaan",
"committed_at": "2022-08-30T14:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aeaecd3f43be0fc99a342fa2d6f77d9702997b1",
"body": "This PR seems fine, however lacks a comment for why we would be late\nloading the main module. Add it so we can merge rather than go back and\nforwards about a minor comment.",
"is_bot": false,
"headline": "Add comment for pytest late loading feature",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2022-04-19T11:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7273d50f302964328b98f602baa2ccebf174a9",
"body": null,
"is_bot": false,
"headline": "pytest plugin should lazy-load requests_mock",
"author_name": "Ilya Konstantinov",
"author_login": "ikonst",
"committed_at": "2022-04-19T11:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f5cb23278435d6729e64316b3495615d2f037e",
"body": null,
"is_bot": false,
"headline": "Add test for threaded race condition",
"author_name": "Peter Hodge",
"author_login": "phodge",
"committed_at": "2022-04-19T10:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "116fd5bda33d692c2ff92951eb478bf6151fe06a",
"body": "… of get_adapter()",
"is_bot": false,
"headline": "Use threading.Lock() to prevent race conditions around monkeypatching…",
"author_name": "Peter Hodge",
"author_login": "phodge",
"committed_at": "2022-04-19T10:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdd3891f967d26b6cecb81864301eeebcc28bef",
"body": null,
"is_bot": false,
"headline": "add GitHub URL for PyPi",
"author_name": "Andrii Oriekhov",
"author_login": "andriyor",
"committed_at": "2022-04-19T10:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f840fd66d2c03d273206e18f48a219c853a34b",
"body": null,
"is_bot": false,
"headline": "Add reset methods on the Mocker class type.",
"author_name": "Cyrille Corpet",
"author_login": "zozoens31",
"committed_at": "2022-02-10T03:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180e65358df8a0ea1022f8d96a409d33f772aa25",
"body": "Fixes the error seen in #172 without dropping the old pytest branches. There's no need for ``distutils.StrictVersion`` for simple version comparisons.",
"is_bot": false,
"headline": "Avoid using distutils to check pytest version.",
"author_name": "Adam Johnson",
"author_login": "adamchainz",
"committed_at": "2022-02-10T03:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad0bb1a0d20e7a20deb6b53a4a2ed70b6ece0577",
"body": null,
"is_bot": false,
"headline": "YAML quoting",
"author_name": "Adam Johnson",
"author_login": "adamchainz",
"committed_at": "2022-02-10T03:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb1bb902cbcf204561d508f9b0507b08e2fa9fb9",
"body": null,
"is_bot": false,
"headline": "Support Python 3.10.",
"author_name": "Adam Johnson",
"author_login": "adamchainz",
"committed_at": "2022-02-10T03:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eefbc0bdb8f137591013891870ab03caacfa8611",
"body": null,
"is_bot": false,
"headline": "Minor changes to code snippet example",
"author_name": "Kenny Nguyen",
"author_login": "akhsiM",
"committed_at": "2022-02-10T03:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e9a383ce6f7d4c78235a1d9c037a44ab330a2a",
"body": "The dash-separated option keys in setup.cfg are deprecated since\nsetuptools 54.1.0, use underscore-separated names instead.",
"is_bot": false,
"headline": "Fix DeprecationWarnings in setup.cfg keys",
"author_name": "Michał Górny",
"author_login": "mgorny",
"committed_at": "2021-09-30T05:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c056efe0376f01007c519075f97945f2c3e7fd",
"body": null,
"is_bot": false,
"headline": "a few minor fixes and proposed changes to documentation files",
"author_name": "Petre Mierlutiu",
"author_login": "petrem",
"committed_at": "2021-09-30T05:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9271d2eb67930a62275a464c2967d3a4661afc7",
"body": "Fix failing pytest",
"is_bot": false,
"headline": "Merge pull request #177 from jamielennox/fix-pytest",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-06-09T05:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8be9e10b9593d164841012d7c9a27b40142102",
"body": null,
"is_bot": false,
"headline": "Merge pull request #178 from OldSneerJaw/response-args-type-hints",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-06-09T05:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ffdc248697dd927d515dbfaecbe915bccdf35d1",
"body": "Makes improvements to the type hints of response parameters in both `MockerCore` and `Adapter`:\n- Added explicit parameters for `reason`, `cookies`, `json`, `content`, `body`, `raw` and `exc` as per the documentation at https://requests-mock.readthedocs.io/en/latest/response.html#registering-respons\n[…]\nsts-mock.readthedocs.io/en/latest/response.html#dynamic-response\n- Ensured that the \"new\" `json`, `content` and `body` parameters support both static and dynamic values, just like the `text` parameter",
"is_bot": false,
"headline": "Improve response-related param type hints",
"author_name": "Joel Andrews",
"author_login": "OldSneerJaw",
"committed_at": "2021-05-30T01:53:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa79a778ae83bb05a93263213d6403a6fc47ad5d",
"body": "See PEP 3102 (https://www.python.org/dev/peps/pep-3102/).",
"is_bot": false,
"headline": "Explicitly indicate start of keyword-only args",
"author_name": "Joel Andrews",
"author_login": "OldSneerJaw",
"committed_at": "2021-05-30T01:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7238c1148c756e6a27c3dbc1ccbff7a3e9a60d82",
"body": "When you start a method with test_ pytest loads it and tries to parse\nthe parameters as fixtures. In this case it's not a real test, just a\nmatcher function used later on in the test file.\n\nWe can inline it into the function as it's only used in one place.\n\nFixes: #175",
"is_bot": false,
"headline": "Fix failing pytest",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-05-28T02:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2eb83ce3fd3111f90318ddff095dc6821bcabb",
"body": "Added a release note for merged type annotations so that there's\nsomething in the changelog for why to update to this version.",
"is_bot": false,
"headline": "Release note for 1.9.3 type annotations",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-05-28T02:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4c3aed9c26c0eb49814c951dffd53b5b9a1cbc",
"body": null,
"is_bot": false,
"headline": "Merge pull request #173 from OldSneerJaw/mocker-type-stub",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-05-28T02:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb47a36f08db758419375afb16be5dbdd77d8326",
"body": "For #171\n\nImprovements:\n- Introduces the `AnyMatcher` type for the `requests_mock.adapter.ANY` matcher.\n- Adds the `request_headers` and `complete_qs` request matching parameters to `MockerCore`'s registration methods (e.g. `register_uri`, `request`, get`, etc.).\n- Adds the `response_list` parameter\n[…]\nmock.readthedocs.io/en/latest/response.html#response-lists)'s examples.\n- Ensures that `Adapter`'s `register_uri` method supports the same request matching parameters as `MockerCore`'s `register_uri`.",
"is_bot": false,
"headline": "Additional improvements to response matching type stubs",
"author_name": "Joel Andrews",
"author_login": "OldSneerJaw",
"committed_at": "2021-05-11T20:17:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94f20de566ff1a891bcabe050c8fd0c0b87681c8",
"body": "For #171\n\nModifications to `MockerCore`:\n- Adds the missing `url` parameter to the `register_uri` and `request` methods.\n- Renames the `path` parameters of `delete`, `get`, `head`, `options`, `patch`, `post`, and `put` methods to `url` to match the name of the corresponding parameter in `requests_mock.adapter.Adapter.register_uri`.\n- Changes the types of various `method` and `url` parameters to support the `requests_mock.adapter.ANY` \"wildcard\" value.",
"is_bot": false,
"headline": "Improve MockerCore type stubs",
"author_name": "Joel Andrews",
"author_login": "OldSneerJaw",
"committed_at": "2021-05-11T00:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "850671f958afd287c2dbce7420f670215892314f",
"body": "Use requests to quote URLs",
"is_bot": false,
"headline": "Merge pull request #169 from Matoking/quote_fix",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-30T03:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77f1a1fef7a6bb60b1ad4bafb85159782474178d",
"body": null,
"is_bot": false,
"headline": "Add release note for urlquote fix",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-30T03:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e7466c025ce23019fdace9b0ebf302475db8ae",
"body": "To make sure we don't break this again.",
"is_bot": false,
"headline": "Simple tests to ensure character encoding works",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-29T11:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dfb42dea9c8e72d8fb72719d05c04b7833d1a33",
"body": "The previous fix to jamielennox#158 didn't match requests' own behavior\nand quoted a lot of additional characters, causing test breakage.\n\nUse `requests.utils.requote_uri` to quote the URL instead, which\nshould ensure the behavior matches requests more closely.",
"is_bot": false,
"headline": "Use requests to quote URLs",
"author_name": "Janne Pulkkinen",
"author_login": "Matoking",
"committed_at": "2021-04-29T09:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8084a3f292c4d3008de29f600eaeb2804ab275",
"body": "There are no longer any circleci jobs",
"is_bot": false,
"headline": "Remove circleci badge from README",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-28T10:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ef2d0a377355d5e0a20e6eeb6c8333f3bdf17c",
"body": "Without this type annotations aren't picked up. This should not have\nbeen deleted.\n\nhttps://www.python.org/dev/peps/pep-0561/#packaging-type-information\n\nCloses: #165",
"is_bot": false,
"headline": "Restore py.typed file to enable types",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-28T09:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956bd2cf008b806c72c3d0ffc157e97a83b48780",
"body": null,
"is_bot": false,
"headline": "Change tag pattern",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-27T16:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f072845c0cb13c6c0fb18824160639a8bb3c7fe8",
"body": "Requests-mock safely quotes things like spaces and non-url safe\ncharacters. We should do the same thing so that the matchers work.\n\nFix tests that were passing even though they had invalid schema and\nshouldn't have been working.\n\nCloses: #158",
"is_bot": false,
"headline": "Url Quote the path provided to the mocker",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-27T14:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80b2c31d811b77bca52dfdbf96ffa2a42332a7a",
"body": null,
"is_bot": false,
"headline": "Use github action to push a release to PyPI (#163)",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-27T14:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "402fd627cc28f76f6938c17848c6c88ff58863c0",
"body": null,
"is_bot": false,
"headline": "Release note for type hints",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-04-13T07:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09bc7b262f61c9354403bb927b3842487327c134",
"body": "For #94",
"is_bot": false,
"headline": "Add [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints.",
"author_name": "Pascal Corpet",
"author_login": "pcorpet",
"committed_at": "2021-04-13T07:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44af2b9fd2329789f30a829afef03a80cd0a332",
"body": "Currently, the `copy` method hard-codes the `Mocker` class as the return type.\nIn order to allow this to work with sub-classes of `Mocker`, this commit\nreplaces it with the type of the instance.",
"is_bot": false,
"headline": "Mocker.copy: Use correct type when copying mocker",
"author_name": "Allan Lewis",
"author_login": "allanlewis",
"committed_at": "2021-04-12T12:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088db9f73180f57a5c51099756d5c128de371800",
"body": null,
"is_bot": false,
"headline": "Merge pull request #157 from eumiro/gha-on-pull-request",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-01-21T02:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3235cf3984aaa91e67e0d8679f980e939fa47c",
"body": "Add support for Python up to 3.9",
"is_bot": false,
"headline": "Merge pull request #156 from eumiro/py39",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2021-01-21T02:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "519f7b614f4224862bea2fc1d181196fe92d668b",
"body": null,
"is_bot": false,
"headline": "Run unit tests for pull requests as well",
"author_name": "Miroslav Šedivý",
"author_login": "eumiro",
"committed_at": "2021-01-16T22:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c674b9c66650dc25d8e8fb59dfc9ae7d1520ec23",
"body": null,
"is_bot": false,
"headline": "Add support for Python up to 3.9",
"author_name": "Miroslav Šedivý",
"author_login": "eumiro",
"committed_at": "2021-01-16T21:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a09b1d4a64fe91319d91badfe98e33ec766ed84f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #146 from dongfangtianyu/master",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-24T14:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1705c234b381908d2ce59789cdb0adbf28cc928",
"body": null,
"is_bot": false,
"headline": "Merge pull request #149 from jamielennox/zero-bytes",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-24T13:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfd65618e45fae771ae60042e23a17ea3353e0b",
"body": "Codecov and some of the circle jobs are playing up. Easier to switch over to github actions.",
"is_bot": false,
"headline": "Use Github Actions",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-24T13:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c81c8325c3be76354a1ac7d4e02cebe2bfa77e",
"body": "Small change that in practice shouldn't matter, but I'm a bit pedantic\nabout things being private.",
"is_bot": false,
"headline": "Make is_bound_method private.",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-04T13:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c4769156c5ec558b15c40c2af78bb464226ca0",
"body": "Add missing string delimiter in example",
"is_bot": false,
"headline": "Merge pull request #147 from homeworkprod/patch-1",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-04T13:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91bb753d62c8788d0ed72292d5e1f37ed1a365e0",
"body": null,
"is_bot": false,
"headline": "Add release note for fixed bug",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-04T13:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3cb0c45d98d2a9039763dc06d99427e7488887",
"body": "Normally doing a read and getting nothing back implies the stream is\nclosed an you can't read any more from it. However there are times where\nyou might do this on purpose and not expect the stream to close so\nhandle that case explicitly.\n\nCloses: #144",
"is_bot": false,
"headline": "Correctly handle an explicit zero byte read",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-10-02T14:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c8d818db73bc48dc5c9f030e18ca34550a05d5",
"body": null,
"is_bot": false,
"headline": "Add missing string delimiter in example",
"author_name": "Jochen Kupperschmidt",
"author_login": "homeworkprod",
"committed_at": "2020-09-18T17:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9a497231cbb85a28ec193d9d354b93cca581e0",
"body": null,
"is_bot": false,
"headline": "fix: is_bound_method by six",
"author_name": "dongfangtianyu",
"author_login": "dongfangtianyu",
"committed_at": "2020-09-12T10:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2efb40ce3ad7c3a439d647514e4da098692d1181",
"body": null,
"is_bot": false,
"headline": "fix: `session` and `real_http` cannot be used at the same time",
"author_name": "dongfangtianyu",
"author_login": "dongfangtianyu",
"committed_at": "2020-09-12T09:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9a732fe842d4ac59d23eb85d1db34360d08745",
"body": null,
"is_bot": false,
"headline": "Merge pull request #133 from clslgrnc/akeeman_patch",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T12:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d1e16e384b8a34d335b9bfa20b46e5853351b1",
"body": "The code that parses the requests version is broken when used in\nconjunction with PEP440 full versions. It doesn't handle +local and a\nnumber of other cases.\n\nHowever this code is only being used to check if we're using requests <\n2.3 and our requirements have been updated so that we depend on a\nrequests newer than this.\n\nTherefore instead of fixing the version code lets just remove the\ncompatability layer.",
"is_bot": false,
"headline": "Remove requests 2.3 compatibility code",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T12:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeca73aeb57752315a5b6cd123b00a24e81f8c39",
"body": "Adds the release note, but also adds the reset() to the Mocker so that\nit's consistent across all the objects.",
"is_bot": false,
"headline": "Add release notes for reset function",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T12:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35bfe56591f188dd169bad64b612688e55ec552c",
"body": null,
"is_bot": false,
"headline": "Add release note for session scoped mock",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T12:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e16eee8629152a5152838bd0ababc401359fa00",
"body": "Session is really the only argument i can think we'd allow to take on\nMocker(). Also type check it. I know python, but still.",
"is_bot": false,
"headline": "Allow passing session as postiional argument",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T08:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd153189156c4ec4da0d819a2cd17ecb0ccaeea0",
"body": "Adding a wrapper function adds another layer to step through when\ndebugging. Really all we want to do there is bind it to the instance so\njust do that up front.\n\nThis is one of those moments you should just drop python 2.",
"is_bot": false,
"headline": "Create bound method instead of a wrapper",
"author_name": "Jamie Lennox",
"author_login": "jamielennox",
"committed_at": "2020-05-02T08:03:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fff7bf65af3dcb728dab054e8b1c9c4577aa0b3",
"body": "Add a reset() function that clears the history out of existing Matchers. This will keep the matchers in place but essentially allow you to reuse them in another test.",
"is_bot": false,
"headline": "Added reset_mock to _RequestHistoryTracker and Adapter (#139)",
"author_name": "rfportilla",
"author_login": "rfportilla",
"committed_at": "2020-05-02T07:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26f8a9471907a9de3ae87cf2c09da934467a3b9",
"body": null,
"is_bot": false,
"headline": "doc on session Mockers",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-28T02:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e52e84b2c3a1d38cdd4430b645d08c51376626b0",
"body": null,
"is_bot": false,
"headline": "doc on nesting Mockers",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-28T02:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6c8e78b5b68760aa6a2aedf3ceeb15772c636c",
"body": null,
"is_bot": false,
"headline": "fix README.rst typo",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-19T04:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce61a52bf7db0084d8877e39d0afd7ffa1d114f8",
"body": null,
"is_bot": false,
"headline": "suggest Mocker for users unfamiliar with adapters",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-19T04:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a601da091c705885921d42967df5409bcab9f677",
"body": null,
"is_bot": false,
"headline": "update examples to mount adapter on 'mock://'",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-19T04:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8746ce414549679df70e4177afc1e5bddbe7476",
"body": null,
"is_bot": false,
"headline": "fix global/session mock interactions and real_http",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-05T14:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84e7f4aa9ee51bcf64488dbe6fa7d16438b82b02",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into akeeman_patch",
"author_name": "clslgrnc",
"author_login": "clslgrnc",
"committed_at": "2020-04-01T19:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5183606c5602b98c456b34eb517f2087a81c9c56",
"body": "I started on the docs and couldn't find a reference to which PyPI package I could install without heading over to GitHub and looking at the README.",
"is_bot": false,
"headline": "Added installation instructions",
"author_name": "Simon Willison",
"author_login": "simonw",
"committed_at": "2020-03-31T13:46:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 0,
"latest_release_at": "2024-03-28T03:42:56Z",
"latest_release_tag": "1.12.1",
"releases_from_tags": false,
"days_since_last_push": 736,
"active_weeks_last_year": 0,
"days_since_latest_release": 845,
"mean_days_between_releases": 185.5
},
"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": "requests-mock",
"exists": true,
"license": "Apache-2",
"keywords": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Testing"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/requests-mock/",
"is_deprecated": false,
"latest_version": "1.12.1",
"repository_url": "https://github.com/jamielennox/requests-mock",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2014-06-16T13:57:52.376889Z",
"latest_published_at": "2024-03-29T03:54:29.446559Z",
"latest_version_yanked": null,
"days_since_latest_publish": 844
}
]
},
"popularity": {
"forks": 73,
"stars": 466,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-04-29",
"count": 3
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-03-08",
"count": 2
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-06",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-12-19",
"count": 2
},
{
"date": "2026-03-05",
"count": 1
}
],
"complete": true,
"collected": 73,
"total_forks": 73
},
"star_history": {
"days": [
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-18",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-04-29",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-23",
"count": 2
},
{
"date": "2018-05-28",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-07-25",
"count": 1
},
{
"date": "2018-08-13",
"count": 2
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-20",
"count": 1
},
{
"date": "2018-10-22",
"count": 3
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-25",
"count": 2
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-16",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-07-03",
"count": 2
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-08",
"count": 2
},
{
"date": "2019-08-23",
"count": 2
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-08-31",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-22",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-17",
"count": 4
},
{
"date": "2020-02-22",
"count": 2
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-10",
"count": 2
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-22",
"count": 2
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-23",
"count": 2
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-04",
"count": 2
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-11",
"count": 2
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-17",
"count": 2
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-16",
"count": 2
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-01-19",
"count": 2
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-28",
"count": 2
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-19",
"count": 2
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-29",
"count": 2
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-18",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-04-28",
"count": 4
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-10",
"count": 5
},
{
"date": "2021-05-11",
"count": 2
},
{
"date": "2021-05-28",
"count": 3
},
{
"date": "2021-05-29",
"count": 2
},
{
"date": "2021-05-30",
"count": 2
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-15",
"count": 2
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-05",
"count": 2
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-25",
"count": 3
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2021-12-05",
"count": 1
},
{
"date": "2021-12-06",
"count": 3
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-04",
"count": 2
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-12-02",
"count": 2
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-15",
"count": 2
},
{
"date": "2022-12-20",
"count": 2
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-17",
"count": 3
},
{
"date": "2023-02-21",
"count": 2
},
{
"date": "2023-02-22",
"count": 2
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-20",
"count": 2
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-05-27",
"count": 2
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-11-03",
"count": 2
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-31",
"count": 2
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-29",
"count": 2
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-12",
"count": 2
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-22",
"count": 3
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-30",
"count": 2
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-30",
"count": 3
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
}
],
"complete": true,
"collected": 466,
"total_stars": 466
},
"open_issues_and_prs": 67
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"doc/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"requests_mock/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 25939,
"source_files_sampled": 21,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements.txt",
"setup.cfg"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"assessed_package": "pypi:requests-mock@1.12.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "requests",
"manifest": "setup.cfg",
"ecosystem": "pypi",
"version_constraint": ">=2.22,<3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": "2.22.0",
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fixtures",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pbr",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "purl",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "reno",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests-futures",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "testtools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "types-requests",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "wheel",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 2,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 16,
"merged_prs": 98,
"open_issues": 51,
"closed_ratio": 0.63,
"closed_issues": 87,
"closed_unmerged_prs": 20
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jamielennox",
"commits": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/416057?v=4"
},
{
"type": "User",
"login": "jdufresne",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/347634?v=4"
},
{
"type": "User",
"login": "clslgrnc",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/20681956?v=4"
},
{
"type": "User",
"login": "phodge",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3629785?v=4"
},
{
"type": "User",
"login": "OldSneerJaw",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5003870?v=4"
},
{
"type": "User",
"login": "adamchainz",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/857609?v=4"
},
{
"type": "User",
"login": "noirbizarre",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/15725?v=4"
},
{
"type": "User",
"login": "Viicos",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/65306057?v=4"
},
{
"type": "User",
"login": "akeeman",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12628547?v=4"
},
{
"type": "User",
"login": "jaraco",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/308610?v=4"
}
],
"contributors_sampled": 48,
"top_contributor_share": 0.514
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yaml",
"release.yaml",
"unit-test.yaml"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 14 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": 5,
"reason": "Found 9/17 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 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": 0,
"reason": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9742d02a8cad17276dbeba7b300b6d27ae1b6fb1",
"ran_at": "2026-07-21T20:44:45Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jamielennox/requests-mock",
"host": "github.com",
"name": "requests-mock",
"owner": "jamielennox"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 42,
"vitality": 17,
"community": 56,
"governance": 58,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 736,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 736 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 736
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 11,
"latest_release_tag": "1.12.1",
"releases_from_tags": false,
"days_since_latest_release": 845,
"mean_days_between_releases": 185.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 845 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 845
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~185.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 185.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "queues_not_read",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 824,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 73,
"stars": 466,
"watchers": 4,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "466 stars",
"points": 43.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 466
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "73 forks",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 73
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 48,
"top_contributor_share": 0.514
},
"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 51% of commits",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "48 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 48
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 98,
"open_issues": 51,
"closed_issues": 87,
"issue_closed_ratio": 0.63,
"closed_unmerged_prs": 20
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "63% of issues closed",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 63
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "98/118 decided PRs merged",
"points": 31.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 98,
"decided": 118
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/17 approved changesets -- score normalized to 5",
"points": 7.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": 57,
"inputs": {
"followers": 26,
"owner_type": "User",
"is_verified": null,
"owner_login": "jamielennox",
"public_repos": 127,
"account_age_days": 5777
},
"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": "26 followers of jamielennox",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "jamielennox"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "127 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 127
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"requests-mock"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 844
},
"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 844 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 844
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 70,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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 14 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://requests-mock.readthedocs.io",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://requests-mock.readthedocs.io",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 14 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 9/17 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 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": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:requests-mock@1.12.1 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:requests-mock@1.12.1",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.54,
"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": "54 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"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": false,
"bootstrap_files": [
"doc/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"requests_mock/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "doc/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "doc/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "requests_mock/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "requests_mock/py.typed"
}
}
],
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 25939,
"source_files_sampled": 21,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (requests_mock/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "requests_mock/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"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-21T20:45:09.788406Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jamielennox/requests-mock.svg",
"full_name": "jamielennox/requests-mock",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}