-
Notifications
You must be signed in to change notification settings - Fork 7
/
cellcanvas.json
110 lines (110 loc) · 3.19 KB
/
cellcanvas.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
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "cellcanvas",
"display_name": "cellcanvas",
"visibility": "public",
"icon": "",
"categories": [
"Annotation",
"Segmentation"
],
"schema_version": "0.2.1",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": null,
"readers": null,
"writers": null,
"widgets": [
{
"command": "cellcanvas.make_qwidget",
"display_name": "Example QWidget",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "cellcanvas",
"version": "0.0.1",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "A tool for painting in cellular architecture",
"description": "# cellcanvas\nA tool to support painting in cellular architecture\n\n![cellcanvas_screenshot](cover.png)\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/cellcanvas/cellcanvas",
"download_url": null,
"author": "Kyle Harrington",
"author_email": "[email protected]",
"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 <2.0.0",
"magicgui >=0.8.1",
"mrcfile",
"qtpy >=2.4.1",
"scikit-image >=0.22.0",
"toolz >=0.12.0",
"scikit-learn >=1.3.2",
"pyclesperanto-prototype",
"pymeshfix",
"psygnal >=0.9.5",
"superqt >=0.6.1",
"surforama",
"starfile",
"zarr >=2.16.1",
"xgboost >=2",
"matplotlib >=3.8.2",
"tox ; extra == 'dev'",
"pytest ; extra == 'dev'",
"pytest-cov ; extra == 'dev'",
"pytest-qt ; extra == 'dev'",
"napari ; extra == 'dev'",
"pyqt5 ; extra == 'dev'",
"pre-commit ; extra == 'dev'",
"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/cellcanvas/cellcanvas/issues",
"Documentation, https://github.com/cellcanvas/cellcanvas#README.md",
"Source Code, https://github.com/cellcanvas/cellcanvas",
"User Support, https://github.com/cellcanvas/cellcanvas/issues"
],
"provides_extra": [
"dev",
"testing"
],
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": false
}