pymodaq_plugins_datamixer

View on PyPIReverse Dependencies (0)

0.0.4 pymodaq_plugins_datamixer-0.0.4-py3-none-any.whl

Wheel Details

Project: pymodaq_plugins_datamixer
Version: 0.0.4
Filename: pymodaq_plugins_datamixer-0.0.4-py3-none-any.whl
Download: [link]
Size: 18193
MD5: 9d19a34f81789f82a6cefe1cc0e02937
SHA256: 6ce66737387b222b9d699ea294fe9361bbb22bbb0f336d37b54434a99a249ab3
Uploaded: 2024-10-01 22:30:06 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pymodaq_plugins_datamixer
Version: 0.0.4
Summary: Implements an extension to manipulate data from several DAQ_Viewers
Author-Email: "Sebastien J. Weber" <sebastien.weber[at]cnrs.fr>
Project-Url: Homepage, https://github.com/PyMoDAQ/pymodaq_plugins_datamixer
Project-Url: Documentation, https://github.com/PyMoDAQ/pymodaq_plugins_datamixer
Project-Url: Repository, https://github.com/PyMoDAQ/pymodaq_plugins_datamixer
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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.8
Requires-Dist: pymodaq-data (>=0.0.1)
Requires-Dist: pymodaq (>=5.0.1)
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 1581 characters]

WHEEL

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

RECORD

Path Digest Size
pymodaq_plugins_datamixer/__init__.py sha256=TX9xilxFbCBnO0CqhfnPUyg1YxvgN4UX0tujy5WcfdI 228
pymodaq_plugins_datamixer/utils.py sha256=MOrZjcj7O_cA7DcHCxjm8G9zX4K4mzsnzMDPtYTMfkU 419
pymodaq_plugins_datamixer/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pymodaq_plugins_datamixer/app/custom_app_template.py sha256=GfmsuCV-qjCtkXGZXZfjRPbO7C-L5b8WjEC-gYAfArw 4127
pymodaq_plugins_datamixer/daq_move_plugins/__init__.py sha256=H-DnuGG6lezGyUjuhavlXRbzoQqzMbZaT3mfMNnAhHk 454
pymodaq_plugins_datamixer/daq_viewer_plugins/__init__.py sha256=ajz1GSNU9xYVrFEDSz6Xwg7amWQ_yvW75tQa1ZvRIWc 3
pymodaq_plugins_datamixer/daq_viewer_plugins/plugins_0D/__init__.py sha256=ooWW3pJyqQ8lk_bgXe8RXvCZLzl41Cm5gJxwSc-vaCc 459
pymodaq_plugins_datamixer/daq_viewer_plugins/plugins_0D/daq_0Dviewer_DataMixer.py sha256=Aq0E_5oTlQDS-_XTGwlQg7LcwECK6yHIt8ZBmx2xBfM 2878
pymodaq_plugins_datamixer/daq_viewer_plugins/plugins_1D/__init__.py sha256=R2Z_g54zfMJ16Kj3dA7MRj3TF8rjK8lWVAqwJ_yPYTA 459
pymodaq_plugins_datamixer/daq_viewer_plugins/plugins_2D/__init__.py sha256=U43pcyA6aNdltDFbW0TbxpQ2MWYJy3BW-dNucGTjoBc 460
pymodaq_plugins_datamixer/daq_viewer_plugins/plugins_ND/__init__.py sha256=AkMkmRCEIkEN8Jxnd0xFhmaTfLm-Sg95TozVstPsHLI 459
pymodaq_plugins_datamixer/exporters/__init__.py sha256=vqgY3SHF6EhPcfeS8lzb7QvAiTIXWmyObIaCYeJNb6Y 81
pymodaq_plugins_datamixer/extensions/__init__.py sha256=vqgY3SHF6EhPcfeS8lzb7QvAiTIXWmyObIaCYeJNb6Y 81
pymodaq_plugins_datamixer/extensions/data_mixer.py sha256=0Znb1MtVtbw_SHWRlpSHGFLXK2GkYjDDaGkxZ_Nebno 11244
pymodaq_plugins_datamixer/extensions/utils/__init__.py sha256=vqgY3SHF6EhPcfeS8lzb7QvAiTIXWmyObIaCYeJNb6Y 81
pymodaq_plugins_datamixer/extensions/utils/parser.py sha256=RwGFvXI5aJD9cFpWPjY85zlOce00fJwjhq73W04dlak 1439
pymodaq_plugins_datamixer/hardware/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pymodaq_plugins_datamixer/models/PIDModelTemplate.py sha256=i6lCYwHsWiZbv4mTxV-7lExSTrfk_ex6x4EN1wQ8KPI 3540
pymodaq_plugins_datamixer/models/__init__.py sha256=vqgY3SHF6EhPcfeS8lzb7QvAiTIXWmyObIaCYeJNb6Y 81
pymodaq_plugins_datamixer/resources/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pymodaq_plugins_datamixer/resources/config_template.toml sha256=Ip6PITuTNXFO529YThT5PF8D7Aj6h83qJIl9BdMSmQA 71
pymodaq_plugins_datamixer/scanners/__init__.py sha256=vqgY3SHF6EhPcfeS8lzb7QvAiTIXWmyObIaCYeJNb6Y 81
pymodaq_plugins_datamixer-0.0.4.dist-info/METADATA sha256=ZUdzpV_DIZn-s3-HkCEfmFPPH14c7nUaeMuihxQVAxQ 4209
pymodaq_plugins_datamixer-0.0.4.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
pymodaq_plugins_datamixer-0.0.4.dist-info/entry_points.txt sha256=F3IQ69_x2L5-qd36EdVZ-rOud8lbBs186Bl8QjV3s_k 177
pymodaq_plugins_datamixer-0.0.4.dist-info/licenses/LICENSE sha256=VKOejxexXAe3XwfhAhcFGqeXQ12irxVHdeAojZwFEI8 1108
pymodaq_plugins_datamixer-0.0.4.dist-info/RECORD

entry_points.txt

datamixer = pymodaq_plugins_datamixer
datamixer = pymodaq_plugins_datamixer
datamixer = pymodaq_plugins_datamixer