mirror of
https://github.com/sectra-medical/dpat_imageanalysisapi_sdk.git
synced 2026-03-23 20:27:01 +00:00
[PR #12] Streaming multipart/related parsing #12
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/12
Author: @erikogabrielsson
Created: 4/24/2025
Status: 🔄 Open
Base:
main← Head:multipart📝 Commits (1)
eb374c6Streaming multipart/related parsing📊 Changes
4 files changed (+198 additions, -31 deletions)
View changed files
📝
examples/python/ia_wholeslide/pyproject.toml(+0 -1)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/multipart.py(+190 -0)📝
examples/python/ia_wholeslide/src/dpat_wholeslide/worker.py(+8 -16)📝
examples/python/ia_wholeslide/uv.lock(+0 -14)📄 Description
Replace multipart-parser from requests-toolbelt with simple streaming parser.
Tested using ./src/dpat_wholeslide/worker.py process on a DICOM slide.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.