napari-plugin-manager 0.1.0a1__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,108 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: napari-plugin-manager
3
- Version: 0.1.0a1
4
- Summary: Install plugins for napari, in napari.
5
- Author-email: napari team <napari-steering-council@googlegroups.com>
6
- License: BSD 3-Clause License
7
-
8
- Copyright (c) 2018, Napari
9
- All rights reserved.
10
-
11
- Redistribution and use in source and binary forms, with or without
12
- modification, are permitted provided that the following conditions are met:
13
-
14
- * Redistributions of source code must retain the above copyright notice, this
15
- list of conditions and the following disclaimer.
16
-
17
- * Redistributions in binary form must reproduce the above copyright notice,
18
- this list of conditions and the following disclaimer in the documentation
19
- and/or other materials provided with the distribution.
20
-
21
- * Neither the name of the copyright holder nor the names of its
22
- contributors may be used to endorse or promote products derived from
23
- this software without specific prior written permission.
24
-
25
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
-
36
- Project-URL: homepage, https://github.com/napari/napari-plugin-manager
37
- Classifier: Development Status :: 3 - Alpha
38
- Classifier: Environment :: X11 Applications :: Qt
39
- Classifier: Intended Audience :: Education
40
- Classifier: Intended Audience :: Science/Research
41
- Classifier: License :: OSI Approved :: BSD License
42
- Classifier: Programming Language :: C
43
- Classifier: Programming Language :: Python
44
- Classifier: Programming Language :: Python :: 3 :: Only
45
- Classifier: Programming Language :: Python :: 3.8
46
- Classifier: Programming Language :: Python :: 3.9
47
- Classifier: Programming Language :: Python :: 3.10
48
- Classifier: Topic :: Scientific/Engineering
49
- Classifier: Topic :: Scientific/Engineering :: Visualization
50
- Classifier: Topic :: Scientific/Engineering :: Information Analysis
51
- Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
52
- Classifier: Topic :: Utilities
53
- Classifier: Operating System :: Microsoft :: Windows
54
- Classifier: Operating System :: POSIX
55
- Classifier: Operating System :: Unix
56
- Classifier: Operating System :: MacOS
57
- Requires-Python: >=3.8
58
- Description-Content-Type: text/markdown
59
- License-File: LICENSE
60
- Requires-Dist: napari
61
- Requires-Dist: npe2
62
- Requires-Dist: qtpy
63
- Requires-Dist: superqt
64
- Requires-Dist: pip
65
- Provides-Extra: testing
66
- Requires-Dist: pytest ; extra == 'testing'
67
- Requires-Dist: virtualenv ; extra == 'testing'
68
- Requires-Dist: pytest-cov ; extra == 'testing'
69
- Requires-Dist: pytest-qt ; extra == 'testing'
70
-
71
- # napari-plugin-manager
72
-
73
- > WIP, under active development
74
-
75
- [![License](https://img.shields.io/pypi/l/napari-plugin-manager.svg?color=green)](https://github.com/napari/napari-plugin-manager/raw/main/LICENSE)
76
- [![PyPI](https://img.shields.io/pypi/v/napari-plugin-manager.svg?color=green)](https://pypi.org/project/napari-plugin-manager)
77
- [![Python Version](https://img.shields.io/pypi/pyversions/napari-plugin-manager.svg?color=green)](https://python.org)
78
- [![tests](https://github.com/napari/napari-plugin-manager/workflows/test_and_deploy/badge.svg)](https://github.com/napari/napari-plugin-manager/actions)
79
- [![codecov](https://codecov.io/gh/napari/napari-plugin-manager/branch/main/graph/badge.svg)](https://codecov.io/gh/napari/napari-plugin-manager)
80
-
81
- A plugin that adds a plugin manager to [napari].
82
-
83
- ----------------------------------
84
-
85
- ## Installation
86
-
87
- You can install `napari-plugin-manager` via [pip]:
88
-
89
- pip install napari-plugin-manager
90
-
91
- ## License
92
-
93
- Distributed under the terms of the [BSD-3] license,
94
- "napari-plugin-manager" is free and open source software
95
-
96
- ## Issues
97
-
98
- If you encounter any problems, please [file an issue] along with a detailed description.
99
-
100
- [napari]: https://github.com/napari/napari
101
- [Cookiecutter]: https://github.com/audreyr/cookiecutter
102
- [@napari]: https://github.com/napari
103
- [BSD-3]: http://opensource.org/licenses/BSD-3-Clause
104
- [file an issue]: https://github.com/napari/napari-plugin-manager/issues
105
- [napari]: https://github.com/napari/napari
106
- [tox]: https://tox.readthedocs.io/en/latest/
107
- [pip]: https://pypi.org/project/pip/
108
- [PyPI]: https://pypi.org/
@@ -1,13 +0,0 @@
1
- napari_plugin_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- napari_plugin_manager/_version.py,sha256=anbxTRfoAZ0CzkiTTRm89xZdz8taqfrIsHsaTd4paJ8,162
3
- napari_plugin_manager/qt_package_installer.py,sha256=jCmXH5KN-oBGmUtTnoTJZ0axr6WHmucNGkktCW_1urM,18125
4
- napari_plugin_manager/qt_plugin_dialog.py,sha256=kVT1vh8QIk_jh9ETGQIkdkHDFmFLffe5SF5BMYvduwY,39782
5
- napari_plugin_manager/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- napari_plugin_manager/_tests/conftest.py,sha256=y8WCMGtDOYkW4VqTwV_RdxiECxmpycx45x9g-EaYB8c,812
7
- napari_plugin_manager/_tests/test_installer_process.py,sha256=VoHzto08-jZY4cY9UIVgNn03aIdDRpgyfYgm7Jn-yEk,6781
8
- napari_plugin_manager/_tests/test_qt_plugin_dialog.py,sha256=wGQfM4HkP5ZW82s_HoAu1yCuBi0aBMMxiUXyPyr2sUk,11644
9
- napari_plugin_manager-0.1.0a1.dist-info/LICENSE,sha256=8dAlKbOqTMYe9L-gL_kEx5Xr1Sd0AbaWQDUkpiOp3vI,1506
10
- napari_plugin_manager-0.1.0a1.dist-info/METADATA,sha256=oeblHgq5W-_yVEmBsZEg5QltNgY8LvU3Qz28AioekzA,4939
11
- napari_plugin_manager-0.1.0a1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
12
- napari_plugin_manager-0.1.0a1.dist-info/top_level.txt,sha256=pmCqLetuumhY1CKSuTZ5eQsitzazrSvc7V_mkugEPTY,22
13
- napari_plugin_manager-0.1.0a1.dist-info/RECORD,,