Metadata-Version: 1.1
Name: pymodaq
Version: 1.6.1
Summary: Modular Data Acquisition with Python
Home-page: http://pymodaq.cnrs.fr
Author: Sébastien Weber
Author-email: sebastien.weber@cemes.fr
License: MIT
Description: # PyMoDAQ
        
        PyMoDAQ, Modular Data Acquisition with Python, is a set of **python** modules used to perform automated measurements. 
        
        It is made for the scientist who need to perform various acquisitions without having to write a user/interface for each new experiment. PyMoDAQ interface is fixed, and any new hardware can be added as a small plugin. Preset modes of a given set of actuators and detectors can be written for easy experiment inititialization.
        
        It is divided in three main modules:
        * **DAQ_Move** : used to control/drive an actuator (stand alone and/or automated). Any number of these modules can be instantiated.
        * **DAQ_Viewer** : used to control/drive a detector (stand alone and/or automated). Any number of these modules can be instantiated.
        * **DAQ_Scan** : This is the module that will initialize all preset actuators and detectors. Then will automate the data acquisition.
        
        
        GitHub repo: https://github.com/CEMES-CNRS
        
        Documentation: http://pymodaq.cnrs.fr/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
