large-image-source-bioformats 1.27.3.dev7__tar.gz → 1.27.3.dev17__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.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/PKG-INFO +1 -1
  2. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/README.rst +1 -1
  3. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats.egg-info/PKG-INFO +1 -1
  4. large-image-source-bioformats-1.27.3.dev17/large_image_source_bioformats.egg-info/requires.txt +5 -0
  5. large-image-source-bioformats-1.27.3.dev7/large_image_source_bioformats.egg-info/requires.txt +0 -5
  6. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/LICENSE +0 -0
  7. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats/__init__.py +0 -0
  8. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats/girder_source.py +0 -0
  9. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats.egg-info/SOURCES.txt +0 -0
  10. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats.egg-info/dependency_links.txt +0 -0
  11. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats.egg-info/entry_points.txt +0 -0
  12. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/large_image_source_bioformats.egg-info/top_level.txt +0 -0
  13. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/pyproject.toml +0 -0
  14. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/setup.cfg +0 -0
  15. {large-image-source-bioformats-1.27.3.dev7 → large-image-source-bioformats-1.27.3.dev17}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-bioformats
3
- Version: 1.27.3.dev7
3
+ Version: 1.27.3.dev17
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -110,7 +110,7 @@ Large Image consists of several Python modules designed to work together. These
110
110
  - ``all``: for all of the above
111
111
 
112
112
  - ``large-image-converter``: A utility for using pyvips and other libraries to convert images into pyramidal tiff files that can be read efficiently by large_image.
113
- You can specify extras_require of ``jp2k`` to include modules to allow output to JPEG2000 compression, ``sources`` to include all sources, and ``stats`` to include modules to allow computing compression noise statistics.
113
+ You can specify extras_require of ``jp2k`` to include modules to allow output to JPEG2000 compression, ``sources`` to include all sources, ``stats`` to include modules to allow computing compression noise statistics, ``geospatial`` to include support for converting geospatial sources, or ``all`` for all of the optional extras_require.
114
114
 
115
115
  - Tile sources:
116
116
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-bioformats
3
- Version: 1.27.3.dev7
3
+ Version: 1.27.3.dev17
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -0,0 +1,5 @@
1
+ large-image>=1.27.3.dev17
2
+ python-bioformats>=1.5.2
3
+
4
+ [girder]
5
+ girder-large-image>=1.27.3.dev17
@@ -1,5 +0,0 @@
1
- large-image>=1.27.3.dev7
2
- python-bioformats>=1.5.2
3
-
4
- [girder]
5
- girder-large-image>=1.27.3.dev7