Metadata-Version: 2.1
Name: instrbuilder
Version: 0.0.12
Summary: electrical instrument control
Home-page: https://lucask07.github.io/instrbuilder/build/html/
Author: Lucas J. Koerner
Author-email: koerner.lucas@stthomas.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: tabulate
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: PyVISA
Requires-Dist: oyaml
Requires-Dist: sphinx-rtd-theme
Requires-Dist: databroker
Requires-Dist: colorama
Requires-Dist: matplotlib
Requires-Dist: bluesky
Requires-Dist: ophyd
Requires-Dist: pyserial
Requires-Dist: wrapt
Requires-Dist: PyYAML

``instrbuilder`` is an open-source Python package for control of electrical instruments. This package eases the development of high-level "drivers" to interface with oscilloscopes, power supplies, function generators, multimeters, and other instruments that use ASCII textual string communication (such as SCPI). ``instrbuilder`` is particularly suited for prototying and automating experiments in research laboratory setups within an IPython terminal. 

https://lucask07.github.io/instrbuilder/build/html/


