Metadata-Version: 2.1
Name: pyxperiment
Version: 0.1.1
Summary: A framework for performing scientific measurements
Home-page: https://bitbucket.org/petrushas/pyxperiment
Author: Stanislau Piatrusha
Author-email: petrushas@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: pyvisa
Requires-Dist: wxPython
Requires-Dist: lxml
Provides-Extra: nidaqmx
Requires-Dist: nidaqmx ; extra == 'nidaqmx'
Provides-Extra: zhinst
Requires-Dist: zhinst ; extra == 'zhinst'

PyXperiment is a scientific measurements package designed to control various measurement instruments (both conforming VISA and based on separate approach). PyXperiment is designed to be used with no coding, providing simple and powerful tool for performing multi-axis multi-device measurements with graphical interface. PyXperiment also allows to script more challenging tasks while taking the advantage of the same GUI and instruments support.

