pymodaq-plugin-manager

View on PyPIReverse Dependencies (1)

1.3.0 pymodaq_plugin_manager-1.3.0-py3-none-any.whl

Wheel Details

Project: pymodaq-plugin-manager
Version: 1.3.0
Filename: pymodaq_plugin_manager-1.3.0-py3-none-any.whl
Download: [link]
Size: 22426
MD5: 72ac43703a4becf836b6a732b63ce64c
SHA256: 40bd5ef4122964cba94098a9db8ee9c45ec93429fa5f938480f5c4c6b8f8d313
Uploaded: 2025-02-24 14:17:39 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: pymodaq_plugin_manager
Version: 1.3.0
Summary: Manager and interface to list, install or remove PyMoDAQ's plugins
Author-Email: Sébastien Weber <sebastien.weber[at]cemes.fr>
Project-Url: Homepage, http://pymodaq.cnrs.fr
Project-Url: Source, https://github.com/PyMoDAQ/pymodaq_plugins_manager
Project-Url: Tracker, https://github.com/PyMoDAQ/pymodaq_plugins_manager/issues
License: The MIT License (MIT) Copyright (c) 2021 Sebastien Weber <sebastien.weber@cemes.fr> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.9
Requires-Dist: chardet
Requires-Dist: distlib
Requires-Dist: jsonschema
Requires-Dist: lxml
Requires-Dist: packaging
Requires-Dist: pymodaq
Requires-Dist: pytablewriter
Requires-Dist: readme-renderer
Requires-Dist: requests
Requires-Dist: yawrap
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 595 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pymodaq_plugin_manager/__init__.py sha256=ZiUVsxIjreSsHyg1eJxqEk0Yz0NqPr-1P_XxhaAosHk 98
pymodaq_plugin_manager/compatibility_checker.py sha256=6WUa896gFpDpFNgfBQL9ntw5Yn0ZmDC55-M0nuM_9ZA 5856
pymodaq_plugin_manager/manager.py sha256=h1_h1-3YTAoRyGklwBESEpVe6hGXqjof0INR78lI99E 18150
pymodaq_plugin_manager/utils.py sha256=_cowKyzR9VH7XqjGMW5FWvo78Td5VuohxKpMRQEmEbI 9544
pymodaq_plugin_manager/validate.py sha256=JBybm0FrWsTpr_fbLmTbzuzUfimZATomlQ2lZhSl414 17053
pymodaq_plugin_manager/data/PluginList.json sha256=zkqdBC81BN7GGOet3dGep5fkcTHkLfYO180VVyTER1c 12424
pymodaq_plugin_manager/data/plugin_list.schema sha256=ZwXn2iS53Yk8ieHtKDPKj_vUBgtsTrasuqsgykuQXq0 1937
pymodaq_plugin_manager-1.3.0.dist-info/METADATA sha256=X9I22_ojvdjTmxxEEskX7T9aJQPcsaWSQ8dgR8f90cE 3362
pymodaq_plugin_manager-1.3.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
pymodaq_plugin_manager-1.3.0.dist-info/entry_points.txt sha256=UtSbfSMm9txw9CSHRuC9BatOUt1QlP59wiL_urYivms 207
pymodaq_plugin_manager-1.3.0.dist-info/licenses/LICENSE sha256=VKOejxexXAe3XwfhAhcFGqeXQ12irxVHdeAojZwFEI8 1108
pymodaq_plugin_manager-1.3.0.dist-info/RECORD

entry_points.txt

plugin_checker = pymodaq_plugin_manager.compatibility_checker:main
plugin_manager = pymodaq_plugin_manager.manager:main
write_plugins_doc = pymodaq_plugin_manager.validate:write_plugin_doc