large-image-source-test 1.31.2.dev115__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.
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/PKG-INFO +17 -7
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/README.rst +7 -5
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/PKG-INFO +17 -7
- large_image_source_test-1.32.12.dev27/large_image_source_test.egg-info/requires.txt +1 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/pyproject.toml +4 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/setup.py +3 -23
- large_image_source_test-1.31.2.dev115/large_image_source_test.egg-info/requires.txt +0 -1
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/LICENSE +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test/__init__.py +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/SOURCES.txt +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/dependency_links.txt +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/entry_points.txt +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/large_image_source_test.egg-info/top_level.txt +0 -0
- {large_image_source_test-1.31.2.dev115 → large_image_source_test-1.32.12.dev27}/setup.cfg +0 -0
|
@@ -1,25 +1,35 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: large-image-source-test
|
|
3
|
-
Version: 1.
|
|
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.
|
|
7
7
|
Author-email: kitware@kitware.com
|
|
8
|
-
License: Apache
|
|
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.
|
|
17
|
+
Requires-Python: >=3.9
|
|
20
18
|
Description-Content-Type: text/x-rst
|
|
21
19
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: large-image>=1.
|
|
20
|
+
Requires-Dist: large-image>=1.32.12.dev27
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: description-content-type
|
|
26
|
+
Dynamic: home-page
|
|
27
|
+
Dynamic: keywords
|
|
28
|
+
Dynamic: license
|
|
29
|
+
Dynamic: license-file
|
|
30
|
+
Dynamic: requires-dist
|
|
31
|
+
Dynamic: requires-python
|
|
32
|
+
Dynamic: summary
|
|
23
33
|
|
|
24
34
|
A fractal test tilesource for large_image.
|
|
25
35
|
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
163
|
-
|
|
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,25 +1,35 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: large-image-source-test
|
|
3
|
-
Version: 1.
|
|
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.
|
|
7
7
|
Author-email: kitware@kitware.com
|
|
8
|
-
License: Apache
|
|
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.
|
|
17
|
+
Requires-Python: >=3.9
|
|
20
18
|
Description-Content-Type: text/x-rst
|
|
21
19
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: large-image>=1.
|
|
20
|
+
Requires-Dist: large-image>=1.32.12.dev27
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: description-content-type
|
|
26
|
+
Dynamic: home-page
|
|
27
|
+
Dynamic: keywords
|
|
28
|
+
Dynamic: license
|
|
29
|
+
Dynamic: license-file
|
|
30
|
+
Dynamic: requires-dist
|
|
31
|
+
Dynamic: requires-python
|
|
32
|
+
Dynamic: summary
|
|
23
33
|
|
|
24
34
|
A fractal test tilesource for large_image.
|
|
25
35
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
large-image>=1.32.12.dev27
|
|
@@ -6,58 +6,38 @@ description = 'A fractal test tilesource for large_image.'
|
|
|
6
6
|
long_description = description + '\n\nSee the large-image package for more details.'
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
def prerelease_local_scheme(version):
|
|
10
|
-
"""
|
|
11
|
-
Return local scheme version unless building on master in CircleCI.
|
|
12
|
-
|
|
13
|
-
This function returns the local scheme version number
|
|
14
|
-
(e.g. 0.0.0.dev<N>+g<HASH>) unless building on CircleCI for a
|
|
15
|
-
pre-release in which case it ignores the hash and produces a
|
|
16
|
-
PEP440 compliant pre-release version number (e.g. 0.0.0.dev<N>).
|
|
17
|
-
"""
|
|
18
|
-
from setuptools_scm.version import get_local_node_and_date
|
|
19
|
-
|
|
20
|
-
if os.getenv('CIRCLE_BRANCH') in ('master', ):
|
|
21
|
-
return ''
|
|
22
|
-
return get_local_node_and_date(version)
|
|
23
|
-
|
|
24
|
-
|
|
25
9
|
try:
|
|
26
10
|
from setuptools_scm import get_version
|
|
27
11
|
|
|
28
|
-
version = get_version(root='../..'
|
|
12
|
+
version = get_version(root='../..')
|
|
29
13
|
limit_version = f'>={version}' if '+' not in version and not os.getenv('TOX_ENV_NAME') else ''
|
|
30
14
|
except (ImportError, LookupError):
|
|
31
15
|
limit_version = ''
|
|
32
16
|
|
|
33
17
|
setup(
|
|
34
18
|
name='large-image-source-test',
|
|
35
|
-
use_scm_version={'root': '../..', 'local_scheme': prerelease_local_scheme,
|
|
36
|
-
'fallback_version': '0.0.0'},
|
|
37
19
|
description=description,
|
|
38
20
|
long_description=long_description,
|
|
39
21
|
long_description_content_type='text/x-rst',
|
|
40
|
-
license='Apache
|
|
22
|
+
license='Apache-2.0',
|
|
41
23
|
author='Kitware, Inc.',
|
|
42
24
|
author_email='kitware@kitware.com',
|
|
43
25
|
classifiers=[
|
|
44
26
|
'Development Status :: 5 - Production/Stable',
|
|
45
|
-
'License :: OSI Approved :: Apache Software License',
|
|
46
27
|
'Programming Language :: Python :: 3',
|
|
47
|
-
'Programming Language :: Python :: 3.8',
|
|
48
28
|
'Programming Language :: Python :: 3.9',
|
|
49
29
|
'Programming Language :: Python :: 3.10',
|
|
50
30
|
'Programming Language :: Python :: 3.11',
|
|
51
31
|
'Programming Language :: Python :: 3.12',
|
|
52
32
|
'Programming Language :: Python :: 3.13',
|
|
53
33
|
],
|
|
34
|
+
python_requires='>=3.9',
|
|
54
35
|
install_requires=[
|
|
55
36
|
f'large-image{limit_version}',
|
|
56
37
|
],
|
|
57
38
|
keywords='large_image, tile source',
|
|
58
39
|
packages=find_packages(exclude=['test', 'test.*']),
|
|
59
40
|
url='https://github.com/girder/large_image',
|
|
60
|
-
python_requires='>=3.8',
|
|
61
41
|
entry_points={
|
|
62
42
|
'large_image.source': [
|
|
63
43
|
'test = large_image_source_test:TestTileSource',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
large-image>=1.31.2.dev115
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|