large-image-source-test 1.32.1.dev8__tar.gz → 1.32.12.dev27__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 (14) hide show
  1. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/PKG-INFO +3 -5
  2. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/README.rst +7 -5
  3. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/PKG-INFO +3 -5
  4. large_image_source_test-1.32.12.dev27/large_image_source_test.egg-info/requires.txt +1 -0
  5. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/setup.py +1 -3
  6. large_image_source_test-1.32.1.dev8/large_image_source_test.egg-info/requires.txt +0 -1
  7. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/LICENSE +0 -0
  8. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test/__init__.py +0 -0
  9. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/SOURCES.txt +0 -0
  10. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/dependency_links.txt +0 -0
  11. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/entry_points.txt +0 -0
  12. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/top_level.txt +0 -0
  13. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/pyproject.toml +0 -0
  14. {large_image_source_test-1.32.1.dev8 → large_image_source_test-1.32.12.dev27}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: large-image-source-test
3
- Version: 1.32.1.dev8
3
+ Version: 1.32.12.dev27
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -8,18 +8,16 @@ Author-email: kitware@kitware.com
8
8
  License: Apache-2.0
9
9
  Keywords: large_image,tile source
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.8
14
12
  Classifier: Programming Language :: Python :: 3.9
15
13
  Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
17
15
  Classifier: Programming Language :: Python :: 3.12
18
16
  Classifier: Programming Language :: Python :: 3.13
19
- Requires-Python: >=3.8
17
+ Requires-Python: >=3.9
20
18
  Description-Content-Type: text/x-rst
21
19
  License-File: LICENSE
22
- Requires-Dist: large-image>=1.32.1.dev8
20
+ Requires-Dist: large-image>=1.32.12.dev27
23
21
  Dynamic: author
24
22
  Dynamic: author-email
25
23
  Dynamic: classifier
@@ -154,13 +154,15 @@ There is also cache management to balance memory use and speed of response in Gi
154
154
 
155
155
  Most tile sources can be used with Girder Large Image. You can specify an extras_require of ``girder`` to install the following packages:
156
156
 
157
- - ``girder-large-image``: Large Image as a Girder 3.x plugin.
158
- You can install ``large-image[tasks]`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
157
+ - ``girder-large-image``: Large Image as a Girder 3.x plugin.
159
158
 
160
- - ``girder-large-image-annotation``: Adds models to the Girder database for supporting annotating large images. These annotations can be rendered on images. Annotations can include polygons, points, image overlays, and other types. Each annotation can have a label and metadata.
159
+ You can install ``large-image[tasks]`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
161
160
 
162
- - ``large-image-tasks``: A utility for running the converter via Girder Worker.
163
- You can specify an extras_require of ``girder`` to include modules needed to work with the Girder remote worker or ``worker`` to include modules needed on the remote side of the Girder remote worker. If neither is specified, some conversion tasks can be run using Girder local jobs.
161
+ - ``girder-large-image-annotation``: Adds models to the Girder database for supporting annotating large images. These annotations can be rendered on images. Annotations can include polygons, points, image overlays, and other types. Each annotation can have a label and metadata.
162
+
163
+ - ``large-image-tasks``: A utility for running the converter via Girder Worker.
164
+
165
+ You can specify an extras_require of ``girder`` to include modules needed to work with the Girder remote worker or ``worker`` to include modules needed on the remote side of the Girder remote worker. If neither is specified, some conversion tasks can be run using Girder local jobs.
164
166
 
165
167
 
166
168
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: large-image-source-test
3
- Version: 1.32.1.dev8
3
+ Version: 1.32.12.dev27
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -8,18 +8,16 @@ Author-email: kitware@kitware.com
8
8
  License: Apache-2.0
9
9
  Keywords: large_image,tile source
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.8
14
12
  Classifier: Programming Language :: Python :: 3.9
15
13
  Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
17
15
  Classifier: Programming Language :: Python :: 3.12
18
16
  Classifier: Programming Language :: Python :: 3.13
19
- Requires-Python: >=3.8
17
+ Requires-Python: >=3.9
20
18
  Description-Content-Type: text/x-rst
21
19
  License-File: LICENSE
22
- Requires-Dist: large-image>=1.32.1.dev8
20
+ Requires-Dist: large-image>=1.32.12.dev27
23
21
  Dynamic: author
24
22
  Dynamic: author-email
25
23
  Dynamic: classifier
@@ -24,22 +24,20 @@ setup(
24
24
  author_email='kitware@kitware.com',
25
25
  classifiers=[
26
26
  'Development Status :: 5 - Production/Stable',
27
- 'License :: OSI Approved :: Apache Software License',
28
27
  'Programming Language :: Python :: 3',
29
- 'Programming Language :: Python :: 3.8',
30
28
  'Programming Language :: Python :: 3.9',
31
29
  'Programming Language :: Python :: 3.10',
32
30
  'Programming Language :: Python :: 3.11',
33
31
  'Programming Language :: Python :: 3.12',
34
32
  'Programming Language :: Python :: 3.13',
35
33
  ],
34
+ python_requires='>=3.9',
36
35
  install_requires=[
37
36
  f'large-image{limit_version}',
38
37
  ],
39
38
  keywords='large_image, tile source',
40
39
  packages=find_packages(exclude=['test', 'test.*']),
41
40
  url='https://github.com/girder/large_image',
42
- python_requires='>=3.8',
43
41
  entry_points={
44
42
  'large_image.source': [
45
43
  'test = large_image_source_test:TestTileSource',
@@ -1 +0,0 @@
1
- large-image>=1.32.1.dev8