Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 482,
"has_wiki": true,
"homepage": "https://multipart.readthedocs.io/",
"languages": {
"Python": 142303,
"Makefile": 765
},
"pushed_at": "2026-07-18T15:55:32Z",
"created_at": "2010-06-17T19:36:11Z",
"owner_type": "User",
"updated_at": "2026-07-18T15:55:39Z",
"description": "A fast multipart/form-data parser for python",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://defnull.de/",
"name": "Marcel Hellkamp",
"type": "User",
"login": "defnull",
"company": "GWDG Göttingen",
"location": "Germany",
"followers": 897,
"avatar_url": "https://avatars.githubusercontent.com/u/62740?v=4",
"created_at": "2009-03-12T12:52:06Z",
"is_verified": null,
"public_repos": 77,
"account_age_days": 6340
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2026-03-12T15:37:35Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-03-12T15:02:57Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-07-26T15:12:16Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-11-29T08:47:01Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-11-28T16:10:32Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-10-03T17:11:30Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-11-29T08:51:25Z"
}
],
"recent_commits": [
{
"oid": "a14fdd637f1a69b6e8db06603489ac495efd1bb2",
"body": null,
"is_bot": false,
"headline": "Release of 2.0.0",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T15:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca7836b27b40aec62cd9efbb0ab2f40be0a8b29",
"body": null,
"is_bot": false,
"headline": "Prepare 2.0 release",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T15:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1240e8cb74b2473834b76d6096486ae70e59ba79",
"body": null,
"is_bot": false,
"headline": "build: fix venv builder in makefile",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T15:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1d834d3884298e4539b58a8eff2532737bcb71",
"body": "Accessing MultipartSegment 'size' before the segment is 'complete' now raises ParserStateError. The new attribute 'bytes_received' provides the in-progress segment body byte count previously exposed by 'size'.",
"is_bot": false,
"headline": "change: MultipartSegment.size now throws if incomplete.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T15:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59322fee206c150211f84f72769d20f34acb9666",
"body": null,
"is_bot": false,
"headline": "build: More github CI checks and fixed makefile",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T15:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4421f32f1674bd0d0b1dea40ce23c2e6da566307",
"body": null,
"is_bot": false,
"headline": "Switch to stdlib cached_property",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T14:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "520fdf9d2409958589d61fff621aacd190983930",
"body": null,
"is_bot": false,
"headline": "All public APIs should be in __all__",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T14:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e7ea77db397ef3579c0efa09e5f70c4d2a2721",
"body": null,
"is_bot": false,
"headline": "docs: cleanup",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T14:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce8554f7a6b469a75531898f685dcbb3ae70b39",
"body": null,
"is_bot": false,
"headline": "feat: parse_content_disposition is now a publich API",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T13:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c47df9af65279e0c55acd5605b80d0f1c29ea7",
"body": null,
"is_bot": false,
"headline": "Link to defnull.de for benchmarks",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T13:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2561e06e8dea338367af5433f9a788f404c6d1d2",
"body": null,
"is_bot": false,
"headline": "docs: Remove WIP example from readme",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-18T12:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c1bf2051fff53cffc0fe19eed1e3be9c117628",
"body": null,
"is_bot": false,
"headline": "Added examples folder and AsyncMultipartStreamWrapper example.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-11T07:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df11977b0e4f743c53c4caf509c12c3bde42966",
"body": null,
"is_bot": false,
"headline": "docs: Changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-11T06:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd57e432ffc6a471b1648aa4098037073656be9",
"body": null,
"is_bot": false,
"headline": "Minor cleanup",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-07T16:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd07b1f44ff0a9b7880e6a76c50cf4f45b214046",
"body": "This shaves of another 10% from header parsing overhead for input generated by modern browsers.",
"is_bot": false,
"headline": "perf: Avoid header name normalization if already normalized.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-07T15:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264b7e49259e50c474e18ed6aad2f32c8e42a836",
"body": "Modern browsers follow a very strict pattern for the Content-Disposition header within multipart segments. We can use that to avoid expensive regular expressions in almost all real-world scenarios and improve parser throughput by up to 40% for requests with mostly small fields.",
"is_bot": false,
"headline": "perf: Fast-path for common Content-Disposition headers.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-07T14:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41817e2a108f56aba3bbf764ae2db70ee1e29131",
"body": null,
"is_bot": false,
"headline": "perf: Speed up charset name validation for common charsets.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-07-07T14:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81101226d8474a2e03be3679b913b5ef1821a055",
"body": null,
"is_bot": false,
"headline": "tests: Cover new edge case",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T12:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a189aa13dc2504d7c5ddc5f04bb36d91eb6b70",
"body": "When parsing segment body chunks, we have to deal with partial boundaries at chunk\nborders. Currently we always keep `len(boundary)-1` bytes in the buffer 'just in case'\nand merge it with the next chunk, which is quite expensive. We can avoid this overhead\nin most cases by checking for an actual par\n[…]\nfile uploads and slight\nspeedups in most of the other tested scenarios.\n\nfeat: Boundary delimiters inside segment bodies are now detected and reported as\nfatal errors in most cases (see RFC-7578 4.1).",
"is_bot": false,
"headline": "perf: Optimized partial boundary detection on chunk borders",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T12:06:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3add691f7f9984c9f7f3905549c81b90d9d624d0",
"body": "The buffer is large enough most of the time, so let's optimize for that case,\nreplace an assert with an explicit check and remove the now redundant explicit\npre-check.",
"is_bot": false,
"headline": "perf: Delay defensive check",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T12:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449dda062c4a9172017d8a79059facfb34569929",
"body": "Performance tests have shown that working with immutable byte strings instead of\nbytearrays for internal parser buffering is slightly faster in all tested scenarios,\nand up to 15% faster in specific scenarios (e.g. small segments).\n\nThis is an API change, but in return the caller can now assume that the returned chunk\ndoes not change. Chunks can be collected and later merged without a defensive copy.",
"is_bot": false,
"headline": "change: PushMultipartParser now emits bytes instead of bytearray",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T12:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c17815ab0afaa6b0aaf113ae638b6e037a0045",
"body": "Bump major version since we are planning a release with breaking changes.",
"is_bot": false,
"headline": "build: Start of 2.0 development.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T11:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c66c1cce624066a294f0a792302d3990f622ef",
"body": "If the parser is fed with very small chunks then afther preamble scanning phase the internal buffer offset could be negative. A later check corrects this, so there are no consequences. It's still wrong and now fixed.\n\nAlso, to account for partial delimiters we only need to keep len(delimiter)+1 bytes for the next round.",
"is_bot": false,
"headline": "fix: Edge case with very small chunks",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T11:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b75859d247cf7704dba28b45a0e9931bbf824ab",
"body": null,
"is_bot": false,
"headline": "tests: 100% coverage",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-13T11:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14dcd86ce1d8410997c25e4ffe80da0da71e2dd8",
"body": null,
"is_bot": false,
"headline": "build: Fix readthedocs build config",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-06-06T14:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e5ca88a36610bf6720020a2763832c57771bac",
"body": null,
"is_bot": false,
"headline": "Docstrings, typos and formatting",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-04-11T15:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3b21333abebac3aa81b8d27a4c8cb7972b3270f",
"body": "The behavior is now consistent with the multipart handling and adds an important safeguard against denial of service attacks.",
"is_bot": false,
"headline": "change: Enforce part_limit for url-encoded data in parse_form_data().",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-04-11T15:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74eade5e77ad2054f2bec78af12b23c3675181be",
"body": "Typical boundaries are between 40 and 80 bytes long. A 1kb boundary is likely an attempt to waste CPU cycles, bloat internal buffers or break assumptions.\n\nThe parser can deal with larger boundaries just fine, and most webservers limit header values to 4kb anyway, so this check is only enabled in strict mode for now.",
"is_bot": false,
"headline": "change: Added boundary size limit in strict mode",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-04-11T13:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb9fa9d7b99bf61165199e0165f72e2a8820cc9",
"body": "Invalid charsets used to throw LookupError and bad boundaries used to throw ParserStateError, even though both are the result of invalid user input and should trigger a ParserError.",
"is_bot": false,
"headline": "change: Throw ParserError on invalid charsets or bad boundaries.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-04-11T13:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d390c3a98a619f4445d7f340d6022b0ccad2ca8e",
"body": null,
"is_bot": false,
"headline": "build: Upgraded actions versions",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-14T09:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06f19347c92a0e67877de059064c2e431bb4aec",
"body": null,
"is_bot": false,
"headline": "build: Fix test action",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-14T09:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc96b6f2ea4cdc9add21340bc62f1488f8648ec",
"body": null,
"is_bot": false,
"headline": "build: Move 'dev' and 'docs' to dependency-groups where they belong.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-14T09:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1789ac987827786ad47e1e503f27a596e13ac3",
"body": null,
"is_bot": false,
"headline": "docs: Fixed LICENSE link in readme.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T15:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce2bc4e185fd17c99c3f8ac571491e576b80a60",
"body": null,
"is_bot": false,
"headline": "docs: Change default branch to main",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T15:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70121c31c42717a2c8261736412e278b86b6348",
"body": null,
"is_bot": false,
"headline": "build: Fix python versions in actions.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T15:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd60d74c556d0e9aaa914d8008868f9595fffab",
"body": null,
"is_bot": false,
"headline": "build: Drop EOL python versions",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1126c06525f9ba17b834a97ca9814313960afc8d",
"body": null,
"is_bot": false,
"headline": "Explicit type check for chunk data.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311ed3a7a7bfcfcc4f4033702ceb59b6fce99f48",
"body": "…PushMultipartParser",
"is_bot": false,
"headline": "fix: MultipartParser(strict=True) not properly forwarded to internal …",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14f4067f7e5eeedfcfc53fd836d37322af8879b",
"body": "No performance difference, but the change stops static code checkers from complaining about strings beeing compared by identity.",
"is_bot": false,
"headline": "Switch from strings to raw objects for parser state tokens.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34aee56862ea8970f0a0a3589a33af90fdf410e",
"body": "This should never happen, but returning an empty result is more correct\nthan throwing IndexError.",
"is_bot": false,
"headline": "fix: Allow empty header values and options",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cef6c08f010054e501586e2ea6dccf15d7a7301",
"body": "This is just an additional sanity check and should not affect applications, because parse_options_header() would never return a boundary that triggers those checks.",
"is_bot": false,
"headline": "change: Raise ParserStateError on invalid boundaries.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-03-09T13:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0b303e07ad59a485653243274ee38b6cd541af",
"body": null,
"is_bot": false,
"headline": "docs: Changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-02-27T09:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5386c9c437955acdd863c912c048b7be2d04c3",
"body": null,
"is_bot": false,
"headline": "typing: Async and blocking writers (not used yet)",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-02-27T09:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef94ebb8df4d7a2b9a4015e7985c98998a38f753",
"body": null,
"is_bot": false,
"headline": "docs: Clarify some docstrings and comments",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-02-27T09:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ad444d00df28fb10690690db4662962bda5c74",
"body": null,
"is_bot": false,
"headline": "fix: Header parser performance",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2026-02-27T09:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990ee62b65cddfcdb73f1ba3e19a001dba8326a5",
"body": null,
"is_bot": false,
"headline": "docs: Wording",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-27T00:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1d6b17c32ca36275de5a6fabee4666e939288f",
"body": null,
"is_bot": false,
"headline": "docs: Updated changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T23:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc8cb3c1173733a5dd3e5b6026930e1c2b4d2af",
"body": null,
"is_bot": false,
"headline": "tests: Major test cleanup and refactoring.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T23:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cdc6d4a9aba7ed7cd001f41bfee1925113cbfa",
"body": "Raise if there is more than one Content-Length header per segment. Improve tests a bit. Minor refactoring.",
"is_bot": false,
"headline": "fix: Hardened header parsing.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T21:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a72973f179c3b327007e4c8ca6b955d8739b57",
"body": null,
"is_bot": false,
"headline": "format: Minor formatting changes",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T17:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "984f23f4355312ac3512fb2a1d9fad09bd0337f2",
"body": null,
"is_bot": false,
"headline": "tests: Missing tests for hardened header checks.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T17:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ddce1080dc48c6aea098aee8fe8371059f71cb7",
"body": "Do not allow strange characters in header names or header option names.\n\nperf: The regular expression check is slower, but more correct and also\nnever triggered for common multipart streams.",
"is_bot": false,
"headline": "fix: Hardened header name checks.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T17:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfeecdefdb3054e5724b44c08b4bb5ef1a2f0452",
"body": "We do not want to accept Content-Length headers that contain non-ASCII decimals, whitespace, + or -.\n\nPerformance: Turning an int into a string and comparing that to the original string is 5x faster than checking with isascii() and isdecimal() beforehand.",
"is_bot": false,
"headline": "fix: Hardened (and faster) Content-Length parser.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T16:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126c420026ae975f6a1482f628f9c0b1789f1e5a",
"body": null,
"is_bot": false,
"headline": "perf: Avoid checks for known header names",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T16:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be22ad156af325bb0423558d6dd03f6797706154",
"body": "This patch moves segment parsing logic from private MultipartSegment methods back into the PushMultipartParser where it belongs, and isolates the 'form-data' specific checks into a single private method to allow subclasses to support different segment and steam types (e.g. multipart/byterange or multipart/mixed).\n\nchange: MultipartSegment.name is now typed as optional, but is still guaranteed to be a string for unmodified versions of the parser.",
"is_bot": false,
"headline": "Move segment parsing logic back into the parser.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T16:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "608f0d815f5007336bd6d23703a831043541196f",
"body": null,
"is_bot": false,
"headline": "build: Start of v1.4 development",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T15:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43c0d5ad29423ae0d1ec544a360bc14016ea2df",
"body": null,
"is_bot": false,
"headline": "Release of 1.3.0",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T15:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21d64b53d24a2ee2862e5d4921462206f56b5a3",
"body": null,
"is_bot": false,
"headline": "docs: Finalizing changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T15:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73738db68619ac075dbc749074f5fba22cc33b41",
"body": null,
"is_bot": false,
"headline": "build: Add Python 3.13 to tests",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T14:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97358bff1171f32ee1a2231d6178cff53d1e2ef6",
"body": null,
"is_bot": false,
"headline": "build: Use tox-uv for local tests",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T14:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4ed8bbcd03a44a174d94a18167cf6b2e827ee9",
"body": null,
"is_bot": false,
"headline": "Cleanup .gitignore",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-26T14:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40fe6c16543ddf82b2c1242208bcaf4a752ea426",
"body": "…rces.",
"is_bot": false,
"headline": "feat: New convenience parser functions for blocking or async data sou…",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-20T18:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1eb6197d297c1e04fae6dab4cb42d5e59f62006",
"body": null,
"is_bot": false,
"headline": "refactor: Spelling",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T19:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b07df48a91285f67078c477df2486ea2ea09933",
"body": null,
"is_bot": false,
"headline": "format: Code format using black with default settings",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T19:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a16d0ee7b4926c67273747ca687f2ed0b5af2cb9",
"body": "The index=1 and index>=2 cases can be merged because \"buffer[-1,1]\" will return an empty slice, so \"buffer[index-2, index] != CRLF\" correctly detects bad stuff in front of the first boundary for both cases. This saves us a couple of ops on the good path and is also a bit easier to read.",
"is_bot": false,
"headline": "refactor: Simpler first boundary check",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T19:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e225e30ab8eef7957e334ff2bf13ef77dde73b",
"body": null,
"is_bot": false,
"headline": "docs: 2024->2025",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T18:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3543b582b4ab18f3ebd8d4cbfe31f335f1782e2f",
"body": "Most 'type: ignore' markers are there because the actual type of a property depends on other state which is not taken into account by typecheckers.",
"is_bot": false,
"headline": "typing: Make typecheckers happy",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T18:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1338d658c000661e356b680a38ebaf4bca255bc2",
"body": null,
"is_bot": false,
"headline": "docs: Make it easier to find back to github from pypi or readthedocs",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-07-05T18:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42211ad6a935052cb95865e03ad35905f1740c2",
"body": "Change in non-public API.",
"is_bot": false,
"headline": "change: Make 'segment' a required MultipartPart parameter.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-05-08T10:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b54922c820c9bb0d64b5008f0b4ef8e6cd7dfc",
"body": null,
"is_bot": false,
"headline": "typing: Added asserts to help type checkers",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-05-08T10:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a374a5f720028cb4c08abb8d328c7059be6028b2",
"body": null,
"is_bot": false,
"headline": "refactor: Classes to not have to inherit from object anymore",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-05-08T10:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba59a90da35d779ce9488730486c21d7b8587ef",
"body": null,
"is_bot": false,
"headline": "docs: list python versions",
"author_name": "Waket Zheng",
"author_login": "waketzheng",
"committed_at": "2025-05-08T10:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58725f9526ed2ee762288fea04e83204a818450f",
"body": null,
"is_bot": false,
"headline": "docs: update readme to show supported python versions",
"author_name": "Waket Zheng",
"author_login": "waketzheng",
"committed_at": "2025-05-08T10:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4826ff57eeec9cb7630e590cdf0a0cff651676c6",
"body": null,
"is_bot": false,
"headline": "Update FUNDING.yml",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-04-23T08:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fb97c9c78a8514dea28638372e0863e5969e26",
"body": null,
"is_bot": false,
"headline": "docs: Updated changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-01-21T15:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d62526cc7364f30f67b64d5f6253fb2f46a77a84",
"body": "fixes #72",
"is_bot": false,
"headline": "feat: Throw a more helpful exception when reading a closed part.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-01-21T15:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ad3a7cad315fe8bde6fae3d5aaf5fca93729b1",
"body": null,
"is_bot": false,
"headline": "fix: Closing a MultipartPart should set its file to None, not False.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2025-01-21T15:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093a60b0a83f8a3339d38faa30c2cdccb94558ff",
"body": null,
"is_bot": false,
"headline": "refactor: Fix two ruff warnings",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-12-02T13:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f9a15dfb5d784c351811be44a5ff611b315272",
"body": null,
"is_bot": false,
"headline": "build: Explicitly list additional sdist files.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-29T08:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd5eaf533e7d1e07e964599e05c0bbb7fc7d548",
"body": null,
"is_bot": false,
"headline": "Start of v1.3 development",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-28T16:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970f764b0f048071b5ae99bb52f003f9fa7afc14",
"body": null,
"is_bot": false,
"headline": "Release of 1.2.0",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-28T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28f0ce2a64a64e2c532fa4b40216b1541d3a584",
"body": null,
"is_bot": false,
"headline": "build: Link to readthedocs.org in project metadata",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-28T16:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff5a250aa0a73915a30dd3ec95d29a0b02fefe9",
"body": null,
"is_bot": false,
"headline": "build: Depend on sphinx-autobuild in dev mode.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-28T16:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f30efbec960045ceb8120bb8961524046feb6e",
"body": null,
"is_bot": false,
"headline": "docs: Finalize changelog for release",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-28T16:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54209b9cd5c48f712f0351746e22bc0f526c2c64",
"body": null,
"is_bot": false,
"headline": "docs: Enable github banner and fixed sidebar",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-27T14:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382e8ae9f10d7fc5c75c8239629abf3c07f6ca71",
"body": null,
"is_bot": false,
"headline": "fix: Behavior of MultiDict.get(index=999)",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-27T14:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d44e7a2bc9df368b834a72ab7513b16431f613ca",
"body": "Non-doc changes: Improve typing and use math.inf insted of a large hard-coded number as default parameters in several places.",
"is_bot": false,
"headline": "docs: Lots of work on docs and docstrings",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-27T14:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a269d2564e4b760d13914d2e4f276fdd1128eef",
"body": null,
"is_bot": false,
"headline": "docs: Better title",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-17T11:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6698adaf04aed283ee3ac2fc606d64173205c6ed",
"body": null,
"is_bot": false,
"headline": "docs: Use standard theme",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-17T08:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53ff09170aba6d2d8f7d94744f5e34602b75df6",
"body": null,
"is_bot": false,
"headline": "docs: Hide toctree",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T19:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9f9a464fb3b13ec54cafc31fa50aaed35f6630",
"body": null,
"is_bot": false,
"headline": "docs: Prepare for readthedocs",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T19:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ecd7d241c293ea71860544c7d8b295ba18e14e",
"body": null,
"is_bot": false,
"headline": "docs: Reqrote intro and scope text.",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T17:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8382fca31aa036244072f28d51123e320056138",
"body": null,
"is_bot": false,
"headline": "docs: Re-arrange changelog a bit",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T16:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1206725e2c0b5745a42eafd452c43b8396ca048b",
"body": "The WHATWG HTML5 specification defines that \"field names and filenames for\nfile fields [...] must be escaped by replacing any 0x0A (LF) bytes with the\nbyte sequence %0A, 0x0D (CR) with %0D and 0x22 (\") with %22. The user agent\nmust not perform any other escapes.\" and tests show that modern browsers\nactually do that. This is different from traditional header quoting (which\ninvolves backslash-escaping quotes and backslashes).\n\nfixes #60",
"is_bot": false,
"headline": "fix: Use modern WHATWG header quoting rules",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T16:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ce950fc05959a3010d4b1afec9d0f17420d05a",
"body": "Some external tools do not properly detect MIT license if package metadata references a file.\nAlso updated the changelog url",
"is_bot": false,
"headline": "build: Package meta changes",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-16T16:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203b1d1229bba39167f1679aee123d51f7020e52",
"body": null,
"is_bot": false,
"headline": "docs: Update changelog",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-11T12:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3964373696ad1383a692a24f811abbd919f16650",
"body": "We deliberately break spec and reject input that is technically valid. The test that ensures this should be clear on why that's a good idea.",
"is_bot": false,
"headline": "test: Coverage and clear test documentation",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-11T12:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "437ed15eb84d2bf845594e23cfa356dfbb2bbdc9",
"body": null,
"is_bot": false,
"headline": "refactor: Replace always-true if stmt with assert",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-11T12:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecee506234a4c0b81ca5b4ea9f46c580f12c1cc6",
"body": null,
"is_bot": false,
"headline": "perf: Avoid byte string allocation on hot path",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-11T12:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d4321d95d8e0d8fc6588a4ac41547ee90f8426",
"body": "fix: Allow CRLF in front of first boundary even in strict mode\n\n Browsers do not do this, but some HTTP client libaries do and it's\n technically allowed.\n\nfix: Fail on invalid first boundary instead of skipping the first segment\n\n As per spec, the start boundary must be at position zero, or start\n[…]\nstrict mode, we fail very fast (because the message is either empty, or\n the message does not start with a boundary. In non-strict mode, we fail\n at the end when the parser closes in PREAMBLE state.",
"is_bot": false,
"headline": "Multiple parser improvements",
"author_name": "Marcel Hellkamp",
"author_login": "defnull",
"committed_at": "2024-11-11T12:08:52Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 59,
"latest_release_at": "2026-03-12T15:37:35Z",
"latest_release_tag": "v1.2.2",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 10,
"days_since_latest_release": 131,
"mean_days_between_releases": 78
},
"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": "multipart",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
"Topic :: Internet :: WWW/HTTP :: WSGI"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/multipart/",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/defnull/multipart",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5172012,
"first_published_at": "2010-06-21T08:03:38.263126Z",
"latest_published_at": "2026-07-18T16:03:23.993526Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3
}
]
},
"popularity": {
"forks": 36,
"stars": 157,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2010-06-18",
"count": 1
},
{
"date": "2011-11-08",
"count": 1
},
{
"date": "2012-01-13",
"count": 1
},
{
"date": "2012-06-28",
"count": 1
},
{
"date": "2012-07-12",
"count": 1
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-05-05",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 34,
"total_forks": 36
},
"star_history": {
"days": [
{
"date": "2010-06-17",
"count": 16
},
{
"date": "2010-08-31",
"count": 1
},
{
"date": "2010-11-11",
"count": 1
},
{
"date": "2011-03-17",
"count": 1
},
{
"date": "2011-03-29",
"count": 1
},
{
"date": "2011-05-08",
"count": 1
},
{
"date": "2011-08-03",
"count": 1
},
{
"date": "2012-06-05",
"count": 1
},
{
"date": "2013-04-01",
"count": 1
},
{
"date": "2013-04-08",
"count": 1
},
{
"date": "2013-05-20",
"count": 2
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2014-05-10",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-10-14",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-11-17",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2015-10-06",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-19",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-03-29",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-12-17",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-07-09",
"count": 1
},
{
"date": "2017-07-23",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-10-10",
"count": 2
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-22",
"count": 2
},
{
"date": "2024-09-24",
"count": 2
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-11-27",
"count": 3
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 156,
"total_stars": 157
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 65691,
"source_files_sampled": 11,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 30,
"open_issues": 2,
"closed_ratio": 0.952,
"closed_issues": 40,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "defnull",
"commits": 216,
"avatar_url": "https://avatars.githubusercontent.com/u/62740?v=4"
},
{
"type": "User",
"login": "cjwatson",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/2429141?v=4"
},
{
"type": "User",
"login": "wobsta",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/274488?v=4"
},
{
"type": "User",
"login": "theelous3",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/19316042?v=4"
},
{
"type": "User",
"login": "waketzheng",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/35413830?v=4"
},
{
"type": "User",
"login": "bryzgaloff",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/15062597?v=4"
},
{
"type": "User",
"login": "bkline",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1634628?v=4"
},
{
"type": "User",
"login": "Rictus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4574200?v=4"
},
{
"type": "User",
"login": "jaraco",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/308610?v=4"
},
{
"type": "User",
"login": "onealj",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8354027?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.794
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 10,
"reason": "25 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a14fdd637f1a69b6e8db06603489ac495efd1bb2",
"ran_at": "2026-07-22T01:36:32Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T15:55:57Z",
"oldest_open_prs": [
{
"number": 54,
"created_at": "2024-09-21T11:53:06Z",
"last_comment_at": "2026-07-18T15:53:06Z",
"last_comment_author": "defnull"
}
],
"last_merged_pr_at": "2025-05-08T10:29:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 66,
"created_at": "2024-11-13T22:06:46Z",
"last_comment_at": "2024-11-13T23:02:56Z",
"last_comment_author": "defnull"
},
{
"number": 71,
"created_at": "2024-11-30T13:53:08Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/defnull/multipart",
"host": "github.com",
"name": "multipart",
"owner": "defnull"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 38,
"vitality": 71,
"community": 63,
"governance": 67,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "25 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.2.2",
"releases_from_tags": false,
"days_since_latest_release": 131,
"mean_days_between_releases": 78
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 131 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 131
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~78 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 78
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 36,
"stars": 157,
"watchers": 4,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "157 stars",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 157
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "36 forks",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 36
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"multipart"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 5172012
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,172,012 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5172012,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.794
},
"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 79% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 30,
"open_issues": 2,
"closed_issues": 40,
"issue_closed_ratio": 0.952,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "30/40 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 30,
"decided": 40
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 70,
"inputs": {
"followers": 897,
"owner_type": "User",
"is_verified": null,
"owner_login": "defnull",
"public_repos": 77,
"account_age_days": 6340
},
"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": "897 followers of defnull",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 897,
"login": "defnull"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "77 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 77
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"multipart"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 3
},
"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 3 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://multipart.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://multipart.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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "25 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 42,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.86,
"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": "86 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 86,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 65691,
"source_files_sampled": 11,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/11 source files over 60KB",
"points": 50,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"deps.dev does not index pypi:multipart@2.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T01:36:40.458777Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/defnull/multipart.svg",
"full_name": "defnull/multipart",
"license_state": "standard",
"license_spdx": "MIT"
}