-
Notifications
You must be signed in to change notification settings - Fork 7
/
Label-Creator.json
84 lines (84 loc) · 3.99 KB
/
Label-Creator.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
{
"name": "Label-Creator",
"display_name": "Label-Creator",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.2.1",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": [
{
"id": "Label-Creator.Creator",
"title": "Creator",
"python_name": "Label_Creator.create_Label:Creator",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
}
],
"readers": null,
"writers": null,
"widgets": [
{
"command": "Label-Creator.Creator",
"display_name": "Creator",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "Label-Creator",
"version": "0.0.9",
"dynamic": null,
"platform": [
"UNKNOWN"
],
"supported_platform": null,
"summary": "A napari plugin for generation of Label-Layers according to selected image data shapes",
"description": "# Label-Creator\n\n[![License](https://img.shields.io/pypi/l/napari-medical-image-formats.svg?color=green)](https://github.com/MBPhys/Label-Creator/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/Label-Creator.svg?color=green)](https://pypi.org/project/Label-Creator)\n[![Python Version](https://img.shields.io/pypi/pyversions/Label-Creator.svg?color=green)](https://python.org)\n\n\nA napari plugin for generation of Label-Layers according to selected image data shapes.\n\n----------------------------------\n\n## Installation\n\nYou can install `Label-Creator` via [pip]:\n\n pip install Label-Creator\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"Label-Creator\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/MBPhys/Label-Creator/issues\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/MBPhys/Label-Creator",
"download_url": null,
"author": "Marc Boucsein, Robin Koch",
"author_email": null,
"maintainer": null,
"maintainer_email": null,
"license": "BSD-3",
"classifier": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Framework :: napari",
"Topic :: Software Development :: Testing",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent",
"License :: OSI Approved :: BSD License"
],
"requires_dist": [
"napari-plugin-engine (>=0.1.4)",
"numpy",
"dask"
],
"requires_python": ">=3.7",
"requires_external": null,
"project_url": null,
"provides_extra": null,
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": true
}