-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkoopa-viz.json
98 lines (98 loc) · 3.79 KB
/
koopa-viz.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "koopa-viz",
"display_name": "Koopa",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.2.1",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": [
{
"id": "koopa-viz.make_qwidget",
"title": "Visualize koopa analysis directories",
"python_name": "koopa_viz._widget:KoopaWidget",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
}
],
"readers": null,
"writers": null,
"widgets": [
{
"command": "koopa-viz.make_qwidget",
"display_name": "Koopa",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "koopa-viz",
"version": "0.0.5",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "Vizualization plugin for koopa image analysis",
"description": "[![License MIT](https://img.shields.io/pypi/l/koopa-viz.svg?color=green)](https://github.com/bbquercus/koopa/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/koopa-viz.svg?color=green)](https://pypi.org/project/koopa-viz)\n[![Python Version](https://img.shields.io/pypi/pyversions/koopa-viz.svg?color=green)](https://python.org)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/koopa-viz)](https://napari-hub.org/plugins/koopa-viz)\n\n# koopa-viz\n\nVizualization plugin for koopa image analysis\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\nMore information can be found on the official [GitHub repo].\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[GitHub repo]: https://github.com/bbquercus/koopa\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[file an issue]: https://github.com/bbquercus/koopa/issues\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/bbquercus/koopa",
"download_url": null,
"author": "Bastian Eichenberger",
"author_email": "bastian@eichenbergers.ch",
"maintainer": null,
"maintainer_email": null,
"license": "MIT",
"classifier": [
"Development Status :: 2 - Pre-Alpha",
"Framework :: napari",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Image Processing"
],
"requires_dist": [
"numpy",
"pandas",
"pyarrow",
"qtpy",
"tifffile",
"tox; extra == \"testing\"",
"pytest; extra == \"testing\"",
"pytest-cov; extra == \"testing\"",
"pytest-qt; extra == \"testing\"",
"napari; extra == \"testing\"",
"pyqt5; extra == \"testing\""
],
"requires_python": ">=3.8",
"requires_external": null,
"project_url": [
"Bug Tracker, https://github.com/bbquercus/koopa/issues",
"Documentation, https://github.com/bbquercus/koopa#README.md",
"Source Code, https://github.com/bbquercus/koopa",
"User Support, https://github.com/bbquercus/koopa/issues"
],
"provides_extra": [
"testing"
],
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": false
}