large-image-source-bioformats 1.34.2.dev28__tar.gz → 1.34.3.dev4__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.
Files changed (15) hide show
  1. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/PKG-INFO +3 -3
  2. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/README.rst +10 -3
  3. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats.egg-info/PKG-INFO +3 -3
  4. large_image_source_bioformats-1.34.3.dev4/large_image_source_bioformats.egg-info/requires.txt +5 -0
  5. large_image_source_bioformats-1.34.2.dev28/large_image_source_bioformats.egg-info/requires.txt +0 -5
  6. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/LICENSE +0 -0
  7. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats/__init__.py +0 -0
  8. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats/girder_source.py +0 -0
  9. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats.egg-info/SOURCES.txt +0 -0
  10. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats.egg-info/dependency_links.txt +0 -0
  11. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats.egg-info/entry_points.txt +0 -0
  12. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/large_image_source_bioformats.egg-info/top_level.txt +0 -0
  13. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/pyproject.toml +0 -0
  14. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/setup.cfg +0 -0
  15. {large_image_source_bioformats-1.34.2.dev28 → large_image_source_bioformats-1.34.3.dev4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: large-image-source-bioformats
3
- Version: 1.34.2.dev28
3
+ Version: 1.34.3.dev4
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -17,10 +17,10 @@ Classifier: Programming Language :: Python :: 3.14
17
17
  Requires-Python: >=3.10
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
- Requires-Dist: large-image>=1.34.2.dev28
20
+ Requires-Dist: large-image>=1.34.3.dev4
21
21
  Requires-Dist: python-bioformats>=1.5.2
22
22
  Provides-Extra: girder
23
- Requires-Dist: girder-large-image>=1.34.2.dev28; extra == "girder"
23
+ Requires-Dist: girder-large-image>=1.34.3.dev4; extra == "girder"
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -66,10 +66,10 @@ Conda makes dependency management a bit easier if not on Linux. The base module,
66
66
  conda install -c conda-forge large-image-converter
67
67
 
68
68
 
69
- Docker Image
70
- ~~~~~~~~~~~~
69
+ Docker Images
70
+ ~~~~~~~~~~~~~
71
71
 
72
- Included in this repository’s packages is a pre-built Docker image that has all
72
+ Included in this repository’s packages are pre-built Docker images that have all
73
73
  of the dependencies to read any supported image format.
74
74
 
75
75
  This is particularly useful if you do not want to install some of the heavier
@@ -82,6 +82,13 @@ imagery is stored::
82
82
  docker pull ghcr.io/girder/large_image:latest
83
83
  docker run -v /path/to/images:/opt/images ghcr.io/girder/large_image:latest
84
84
 
85
+ There are some additional Docker images:
86
+
87
+ - ghcr.io/girder/large_image:latest-geo: this just includes the geospatial image format readers
88
+ - ghcr.io/girder/large_image:latest-girder: this has all image sources and girder installed
89
+ - ghcr.io/girder/large_image:latest-jupyter: this is the base jupyter notebook docker image with all image sources installed.
90
+ - ghcr.io/girder/large_image:latest-jupyter-geo: this is the base jupyter notebook docker image with geospatial image sources installed.
91
+
85
92
 
86
93
  Modules
87
94
  -------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: large-image-source-bioformats
3
- Version: 1.34.2.dev28
3
+ Version: 1.34.3.dev4
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -17,10 +17,10 @@ Classifier: Programming Language :: Python :: 3.14
17
17
  Requires-Python: >=3.10
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
- Requires-Dist: large-image>=1.34.2.dev28
20
+ Requires-Dist: large-image>=1.34.3.dev4
21
21
  Requires-Dist: python-bioformats>=1.5.2
22
22
  Provides-Extra: girder
23
- Requires-Dist: girder-large-image>=1.34.2.dev28; extra == "girder"
23
+ Requires-Dist: girder-large-image>=1.34.3.dev4; extra == "girder"
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -0,0 +1,5 @@
1
+ large-image>=1.34.3.dev4
2
+ python-bioformats>=1.5.2
3
+
4
+ [girder]
5
+ girder-large-image>=1.34.3.dev4
@@ -1,5 +0,0 @@
1
- large-image>=1.34.2.dev28
2
- python-bioformats>=1.5.2
3
-
4
- [girder]
5
- girder-large-image>=1.34.2.dev28