napari-ome-arrow 0.0.3__tar.gz → 0.0.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.
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CITATION.cff +6 -2
- {napari_ome_arrow-0.0.3/src/napari_ome_arrow.egg-info → napari_ome_arrow-0.0.4}/PKG-INFO +2 -1
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/README.md +1 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/_version.py +3 -3
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4/src/napari_ome_arrow.egg-info}/PKG-INFO +2 -1
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/dependabot.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/release-drafter.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/draft-release.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/publish-pypi.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/run-tests.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.gitignore +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.napari-hub/config.yml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.pre-commit-config.yaml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CODE_OF_CONDUCT.md +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CONTRIBUTING.md +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/LICENSE +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/MANIFEST.in +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/pyproject.toml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/setup.cfg +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/__init__.py +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/_reader.py +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/napari.yaml +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/SOURCES.txt +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/dependency_links.txt +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/entry_points.txt +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/requires.txt +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/top_level.txt +0 -0
- {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/uv.lock +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Visit https://bit.ly/cffinit to generate yours today!
|
|
3
3
|
---
|
|
4
4
|
cff-version: 1.2.0
|
|
5
|
-
title:
|
|
5
|
+
title: napari_ome_arrow
|
|
6
6
|
message: >-
|
|
7
7
|
If you use this software, please cite it using the
|
|
8
8
|
metadata from the CITATION.cff file.
|
|
@@ -25,10 +25,14 @@ authors:
|
|
|
25
25
|
orcid: 'https://orcid.org/0000-0002-0503-9348'
|
|
26
26
|
repository-code: "https://github.com/wayscience/ome-arrow"
|
|
27
27
|
abstract: >-
|
|
28
|
-
|
|
28
|
+
A Napari plugin for OME-Arrow and OME-Parquet bioimage data
|
|
29
29
|
keywords:
|
|
30
30
|
- python
|
|
31
31
|
license: BSD-3-Clause
|
|
32
|
+
identifiers:
|
|
33
|
+
- description: Zenodo software DOI
|
|
34
|
+
type: doi
|
|
35
|
+
value: 10.5281/zenodo.17613571
|
|
32
36
|
references:
|
|
33
37
|
- authors:
|
|
34
38
|
- name: "ExampleHuman CellProfiler Data Team"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: napari-ome-arrow
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: A Napari plugin for OME-Arrow and OME-Parquet bioimage data
|
|
5
5
|
License:
|
|
6
6
|
Copyright (c) 2025, Dave Bunten
|
|
@@ -74,6 +74,7 @@ Dynamic: license-file
|
|
|
74
74
|
[](https://python.org)
|
|
75
75
|
[](https://napari-hub.org/plugins/napari-ome-arrow)
|
|
76
76
|
[](https://napari.org/stable/plugins/index.html)
|
|
77
|
+
[](https://doi.org/10.5281/zenodo.17613571)
|
|
77
78
|
|
|
78
79
|
`napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
|
|
79
80
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](https://python.org)
|
|
6
6
|
[](https://napari-hub.org/plugins/napari-ome-arrow)
|
|
7
7
|
[](https://napari.org/stable/plugins/index.html)
|
|
8
|
+
[](https://doi.org/10.5281/zenodo.17613571)
|
|
8
9
|
|
|
9
10
|
`napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
|
|
10
11
|
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.4'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 4)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gca6cfbc54'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: napari-ome-arrow
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: A Napari plugin for OME-Arrow and OME-Parquet bioimage data
|
|
5
5
|
License:
|
|
6
6
|
Copyright (c) 2025, Dave Bunten
|
|
@@ -74,6 +74,7 @@ Dynamic: license-file
|
|
|
74
74
|
[](https://python.org)
|
|
75
75
|
[](https://napari-hub.org/plugins/napari-ome-arrow)
|
|
76
76
|
[](https://napari.org/stable/plugins/index.html)
|
|
77
|
+
[](https://doi.org/10.5281/zenodo.17613571)
|
|
77
78
|
|
|
78
79
|
`napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
|
|
79
80
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/requires.txt
RENAMED
|
File without changes
|
{napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|