mirror of
https://github.com/sectra-medical/dpat_imageanalysisapi_sdk.git
synced 2026-03-23 20:27:01 +00:00
[PR #13] Python application for downloading slides #13
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#13
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/13
Author: @erikogabrielsson
Created: 10/16/2025
Status: 🔄 Open
Base:
main← Head:feature/downloader📝 Commits (1)
b51ba5fPython application for downloading slides📊 Changes
13 files changed (+1249 additions, -0 deletions)
View changed files
➕
python_modules/sectra_dpat_downloader/.dockerignore(+25 -0)➕
python_modules/sectra_dpat_downloader/.gitignore(+2 -0)➕
python_modules/sectra_dpat_downloader/Dockerfile(+31 -0)➕
python_modules/sectra_dpat_downloader/README.md(+69 -0)➕
python_modules/sectra_dpat_downloader/pyproject.toml(+24 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/__init__.py(+1 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/cli.py(+156 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/client.py(+214 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/http_client.py(+96 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/models.py(+93 -0)➕
python_modules/sectra_dpat_downloader/sectra_dpat_downloader/multipart.py(+190 -0)➕
python_modules/sectra_dpat_downloader/tests/__init__.py(+0 -0)➕
python_modules/sectra_dpat_downloader/uv.lock(+348 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.