large-image-source-deepzoom 1.30.1.dev10__tar.gz → 1.33.4__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_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/PKG-INFO +19 -8
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/README.rst +20 -20
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom.egg-info/PKG-INFO +19 -8
- large_image_source_deepzoom-1.33.4/large_image_source_deepzoom.egg-info/requires.txt +4 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/pyproject.toml +4 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/setup.py +3 -24
- large_image_source_deepzoom-1.30.1.dev10/large_image_source_deepzoom.egg-info/requires.txt +0 -4
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/LICENSE +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom/__init__.py +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom/girder_source.py +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom.egg-info/SOURCES.txt +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom.egg-info/dependency_links.txt +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom.egg-info/entry_points.txt +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/large_image_source_deepzoom.egg-info/top_level.txt +0 -0
- {large_image_source_deepzoom-1.30.1.dev10 → large_image_source_deepzoom-1.33.4}/setup.cfg +0 -0
|
@@ -1,27 +1,38 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: large-image-source-deepzoom
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.33.4
|
|
4
4
|
Summary: A deepzoom 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.33.4
|
|
23
21
|
Provides-Extra: girder
|
|
24
|
-
Requires-Dist: girder-large-image>=1.
|
|
22
|
+
Requires-Dist: girder-large-image>=1.33.4; extra == "girder"
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
Dynamic: provides-extra
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
25
36
|
|
|
26
37
|
A deepzoom tilesource for large_image.
|
|
27
38
|
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
Large Image
|
|
2
2
|
===========
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
.. image:: https://img.shields.io/circleci/build/github/girder/large_image.svg
|
|
5
|
+
:target: https://circleci.com/gh/girder/large_image
|
|
6
|
+
:alt: Build Status
|
|
5
7
|
|
|
6
|
-
..
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
|
|
9
|
+
:target: https://raw.githubusercontent.com/girder/large_image/master/LICENSE
|
|
10
|
+
:alt: License
|
|
9
11
|
|
|
10
|
-
..
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
.. image:: https://img.shields.io/codecov/c/github/girder/large_image.svg
|
|
13
|
+
:target: https://codecov.io/github/girder/large_image?branch=master
|
|
14
|
+
:alt: codecov.io
|
|
13
15
|
|
|
14
|
-
..
|
|
15
|
-
|
|
16
|
-
:alt: codecov.io
|
|
16
|
+
.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4562625-blue.svg
|
|
17
|
+
:target: https://doi.org/10.5281/zenodo.4562625
|
|
17
18
|
|
|
18
|
-
..
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.. |pypi-badge| image:: https://img.shields.io/pypi/v/large-image.svg?logo=python&logoColor=white
|
|
22
|
-
:target: https://pypi.org/project/large-image/
|
|
19
|
+
.. image:: https://img.shields.io/pypi/v/large-image.svg?logo=python&logoColor=white
|
|
20
|
+
:target: https://pypi.org/project/large-image/
|
|
23
21
|
|
|
24
22
|
*Python modules to work with large, multiresolution images.*
|
|
25
23
|
|
|
@@ -156,13 +154,15 @@ There is also cache management to balance memory use and speed of response in Gi
|
|
|
156
154
|
|
|
157
155
|
Most tile sources can be used with Girder Large Image. You can specify an extras_require of ``girder`` to install the following packages:
|
|
158
156
|
|
|
159
|
-
|
|
160
|
-
|
|
157
|
+
- ``girder-large-image``: Large Image as a Girder 3.x plugin.
|
|
158
|
+
|
|
159
|
+
You can install ``large-image[tasks]`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
|
|
160
|
+
|
|
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.
|
|
161
162
|
|
|
162
|
-
|
|
163
|
+
- ``large-image-tasks``: A utility for running the converter via Girder Worker.
|
|
163
164
|
|
|
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.
|
|
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.
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
|
|
@@ -1,27 +1,38 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: large-image-source-deepzoom
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.33.4
|
|
4
4
|
Summary: A deepzoom 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.33.4
|
|
23
21
|
Provides-Extra: girder
|
|
24
|
-
Requires-Dist: girder-large-image>=1.
|
|
22
|
+
Requires-Dist: girder-large-image>=1.33.4; extra == "girder"
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
Dynamic: provides-extra
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
25
36
|
|
|
26
37
|
A deepzoom tilesource for large_image.
|
|
27
38
|
|
|
@@ -6,52 +6,32 @@ description = 'A deepzoom 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
|
-
else:
|
|
23
|
-
return get_local_node_and_date(version)
|
|
24
|
-
|
|
25
|
-
|
|
26
9
|
try:
|
|
27
10
|
from setuptools_scm import get_version
|
|
28
11
|
|
|
29
|
-
version = get_version(root='../..'
|
|
12
|
+
version = get_version(root='../..')
|
|
30
13
|
limit_version = f'>={version}' if '+' not in version and not os.getenv('TOX_ENV_NAME') else ''
|
|
31
14
|
except (ImportError, LookupError):
|
|
32
15
|
limit_version = ''
|
|
33
16
|
|
|
34
17
|
setup(
|
|
35
18
|
name='large-image-source-deepzoom',
|
|
36
|
-
use_scm_version={'root': '../..', 'local_scheme': prerelease_local_scheme,
|
|
37
|
-
'fallback_version': '0.0.0'},
|
|
38
19
|
description=description,
|
|
39
20
|
long_description=long_description,
|
|
40
21
|
long_description_content_type='text/x-rst',
|
|
41
|
-
license='Apache
|
|
22
|
+
license='Apache-2.0',
|
|
42
23
|
author='Kitware, Inc.',
|
|
43
24
|
author_email='kitware@kitware.com',
|
|
44
25
|
classifiers=[
|
|
45
26
|
'Development Status :: 5 - Production/Stable',
|
|
46
|
-
'License :: OSI Approved :: Apache Software License',
|
|
47
27
|
'Programming Language :: Python :: 3',
|
|
48
|
-
'Programming Language :: Python :: 3.8',
|
|
49
28
|
'Programming Language :: Python :: 3.9',
|
|
50
29
|
'Programming Language :: Python :: 3.10',
|
|
51
30
|
'Programming Language :: Python :: 3.11',
|
|
52
31
|
'Programming Language :: Python :: 3.12',
|
|
53
32
|
'Programming Language :: Python :: 3.13',
|
|
54
33
|
],
|
|
34
|
+
python_requires='>=3.9',
|
|
55
35
|
install_requires=[
|
|
56
36
|
f'large-image{limit_version}',
|
|
57
37
|
],
|
|
@@ -61,7 +41,6 @@ setup(
|
|
|
61
41
|
keywords='large_image, tile source',
|
|
62
42
|
packages=find_packages(exclude=['test', 'test.*']),
|
|
63
43
|
url='https://github.com/girder/large_image',
|
|
64
|
-
python_requires='>=3.8',
|
|
65
44
|
entry_points={
|
|
66
45
|
'large_image.source': [
|
|
67
46
|
'deepzoom = large_image_source_deepzoom:DeepzoomFileTileSource',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|