[PR #13] Python application for downloading slides #13

Open
opened 2026-03-23 20:22:42 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/13
Author: @erikogabrielsson
Created: 10/16/2025
Status: 🔄 Open

Base: mainHead: feature/downloader


📝 Commits (1)

  • b51ba5f Python 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/13 **Author:** [@erikogabrielsson](https://github.com/erikogabrielsson) **Created:** 10/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/downloader` --- ### 📝 Commits (1) - [`b51ba5f`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/b51ba5ff74f46fd3fd144127ee74647e405381a4) Python application for downloading slides ### 📊 Changes **13 files changed** (+1249 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#13
No description provided.