-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnapari-IDS.json
104 lines (104 loc) · 5.64 KB
/
napari-IDS.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
{
"name": "napari-IDS",
"display_name": "napari IDS",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.2.1",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": [
{
"id": "napari-IDS.make_qwidget",
"title": "Make example QWidget",
"python_name": "napari_ids._widget:LiveIDS",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
},
{
"id": "napari-IDS.make_magic_widget",
"title": "Make example magic widget",
"python_name": "napari_ids._widget:example_magic_widget",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
},
{
"id": "napari-IDS.make_func_widget",
"title": "Make example function widget",
"python_name": "napari_ids._widget:example_function_widget",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
}
],
"readers": null,
"writers": null,
"widgets": [
{
"command": "napari-IDS.make_qwidget",
"display_name": "Live IDS QWidget",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.1",
"name": "napari_IDS",
"version": "0.0.8",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "Plug in which enables to take photo with IDS uEye camera",
"description": "# napari-IDS\n\n[![License](https://img.shields.io/pypi/l/napari-IDS.svg?color=green)](https://github.com/githubuser/napari-IDS/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-IDS.svg?color=green)](https://pypi.org/project/napari-IDS)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-IDS.svg?color=green)](https://python.org)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-IDS)](https://napari-hub.org/plugins/napari-IDS)\n\nA simple plugin to use with napari\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/plugins/stable/index.html\n-->\n\n## Installation\n\nYou can install `napari-IDS` via [pip]:\n\n pip install napari-IDS\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/githubuser/napari-IDS.git\n\n\n## First utilisation\n\nSuggested environment : \n- Python 3.8\n- IDS 1.2.0.5 version installed\n\nTo use this package for the first time :\n1. Install Napari `pip install \"napari[all]\"`\n2. Install napari-IDS package\n3. Install IDS Python api thanks to the command `ids_packages`\n\nIf your environment is not the suggested environment, you have to install IDS packages manually. \n\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\"napari-IDS\" 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\n[file an issue]: https://github.com/githubuser/napari-IDS/issues\n\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",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/tcotte/napari-IDS",
"download_url": null,
"author": "Tristan Cotte",
"author_email": "tristan.cotte@sgs.com",
"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": [
"opencv-python",
"numpy"
],
"requires_python": ">=3.8",
"requires_external": null,
"project_url": [
"Bug Tracker, https://github.com/tcotte/napari-IDS/issues",
"Documentation, https://github.com/tcotte/napari-IDS#README.md",
"Source Code, https://github.com/tcotte/napari-IDS",
"User Support, https://github.com/tcotte/napari-IDS/issues"
],
"provides_extra": null,
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": false
}