atlas-patch 1.0.0.post2__tar.gz → 1.0.0.post3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/PKG-INFO +2 -3
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch/__init__.py +1 -1
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/PKG-INFO +2 -3
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/pyproject.toml +2 -2
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/LICENSE +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/README.md +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch/cli.py +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/SOURCES.txt +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/dependency_links.txt +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/entry_points.txt +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/requires.txt +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/top_level.txt +0 -0
- {atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/setup.cfg +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atlas-patch
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.post3
|
|
4
4
|
Summary: A Python package for processing and handling whole slide images
|
|
5
|
-
Author: Omar Metwally, Ahmed Alagha
|
|
6
|
-
Author-email: Yousef Kotp <yousefkotp@outlook.com>
|
|
5
|
+
Author: Yousef Kotp, Omar Metwally, Ahmed Alagha
|
|
7
6
|
License: CC-BY-NC-SA-4.0
|
|
8
7
|
Keywords: atlas-patch,whole-slide-image,wsi,tissue-segmentation,patch-extraction,computational-pathology
|
|
9
8
|
Requires-Python: >=3.10
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atlas-patch
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.post3
|
|
4
4
|
Summary: A Python package for processing and handling whole slide images
|
|
5
|
-
Author: Omar Metwally, Ahmed Alagha
|
|
6
|
-
Author-email: Yousef Kotp <yousefkotp@outlook.com>
|
|
5
|
+
Author: Yousef Kotp, Omar Metwally, Ahmed Alagha
|
|
7
6
|
License: CC-BY-NC-SA-4.0
|
|
8
7
|
Keywords: atlas-patch,whole-slide-image,wsi,tissue-segmentation,patch-extraction,computational-pathology
|
|
9
8
|
Requires-Python: >=3.10
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "atlas-patch"
|
|
7
|
-
version = "1.0.0.
|
|
7
|
+
version = "1.0.0.post3"
|
|
8
8
|
description = "A Python package for processing and handling whole slide images"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
license = {text = "CC-BY-NC-SA-4.0"}
|
|
12
12
|
authors = [
|
|
13
|
-
{name = "Yousef Kotp"
|
|
13
|
+
{name = "Yousef Kotp"},
|
|
14
14
|
{name = "Omar Metwally"},
|
|
15
15
|
{name = "Ahmed Alagha"},
|
|
16
16
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{atlas_patch-1.0.0.post2 → atlas_patch-1.0.0.post3}/atlas_patch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|