Metadata-Version: 2.4
Name: pymodaq_utils
Version: 5.1.2
Summary: Modular Data Acquisition with Python
Project-URL: Homepage, http://pymodaq.cnrs.fr
Project-URL: Source, https://github.com/PyMoDAQ/pymodaq_utils
Project-URL: Tracker, https://github.com/PyMoDAQ/pymodaq_utils/issues
Author-email: Sébastien Weber <sebastien.weber@cemes.fr>
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.
License-File: LICENSE
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.8
Requires-Dist: multipledispatch
Requires-Dist: numpy<2.0.0
Requires-Dist: packaging
Requires-Dist: pint
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: setuptools>=60
Requires-Dist: strenum; python_version < '3.11'
Requires-Dist: toml
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: h5py; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Description-Content-Type: text/x-rst

.. ############################################################
..  WARNING: This file is AUTO-GENERATED from README.rst.tpl.
..                  ⚠️ DO NOT EDIT MANUALLY ⚠️
.. ############################################################


PyMoDAQ Utils
#############

.. image:: https://img.shields.io/pypi/v/pymodaq_utils.svg
   :target: https://pypi.org/project/pymodaq_utils/
   :alt: Latest Version

.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=latest
   :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest
   :alt: Documentation Status

.. image:: https://codecov.io/gh/PyMoDAQ/pymodaq_utils/branch/0.0.x_dev/graph/badge.svg?token=IyhqsXIhjt 
 :target: https://codecov.io/gh/PyMoDAQ/pymodaq_utils

+-------------+-------------+---------------+
|             | Linux       | Windows       |
+=============+=============+===============+
| Python 3.9  | |39-linux|  | |39-windows|  |
+-------------+-------------+---------------+
| Python 3.10 | |310-linux| | |310-windows| |
+-------------+-------------+---------------+
| Python 3.11 | |311-linux| | |311-windows| |
+-------------+-------------+---------------+
| Python 3.12 | |312-linux| | |312-windows| |
+-------------+-------------+---------------+





.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Linux_3.9.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Linux_3.10.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Linux_3.11.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Linux_3.12.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |39-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Windows_3.9.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Windows_3.10.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Windows_3.11.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml

.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_utils/dev/tests_Windows_3.12.svg
    :target: https://github.com/PyMoDAQ/pymodaq_utils/actions/workflows/tests-utils.yml





.. figure:: http://pymodaq.cnrs.fr/en/latest/_static/splash.png
   :alt: shortcut


PyMoDAQ__, Modular Data Acquisition with Python, is a set of **python** modules used to interface any kind of
experiments. It simplifies the interaction with detector and actuator hardware to go straight to the data acquisition
of interest.

__ https://pymodaq.readthedocs.io/en/stable/?badge=latest

This present repository `pymodaq_utils` is a set of utilities (constants, methods and classes) that are used in the
various subpackages of PyMoDAQ (PyMoDAQ itself, but also plugins and data management and user interfaces modules)

PyMoDAQ Diagram:

.. figure:: http://pymodaq.cnrs.fr/en/latest/_images/pymodaq_diagram.png
   :alt: overview

   PyMoDAQ's Dashboard and its extensions: DAQ_Scan for automated acquisitions, DAQ_Logger for data logging and many other.


Published under the MIT FREE SOFTWARE LICENSE

GitHub repo: https://github.com/PyMoDAQ

Documentation: http://pymodaq.cnrs.fr/
