-
Notifications
You must be signed in to change notification settings - Fork 7
/
beetlesafari.json
69 lines (69 loc) · 2.13 KB
/
beetlesafari.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
{
"name": "beetlesafari",
"display_name": "beetlesafari",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.2.1",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": null,
"readers": null,
"writers": null,
"widgets": null,
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "beetlesafari",
"version": "0.4.0",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "A napari plugin for loading and working with light sheet imaging data of developing embryos acquired using ClearControl, e.g. _Tribolium castaneum_.",
"description": "A library for working with light sheet imaging data of developing embryos acquired using [ClearControl](https://github.com/ClearControl) at the [Center for Systems Biology Dresden](https://www.csbdresden.de/), e.g. _Tribolium castaneum_.\n\n# Installation\n```\nconda install -c conda-forge pyopencl\npip install beetlesafari\n```\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/haesleinhuepf/beetlesafari",
"download_url": null,
"author": "Robert Haase",
"author_email": "[email protected]",
"maintainer": null,
"maintainer_email": null,
"license": null,
"classifier": [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Framework :: napari",
"Intended Audience :: Science/Research",
"Development Status :: 3 - Alpha"
],
"requires_dist": [
"numpy",
"pyopencl",
"toolz",
"scikit-image",
"requests",
"pyclesperanto-prototype",
"napari",
"magicgui",
"dask",
"cachetools",
"napari-tools-menu"
],
"requires_python": ">=3.7",
"requires_external": null,
"project_url": null,
"provides_extra": null,
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": true
}