Metadata-Version: 2.1
Name: srsgui
Version: 0.1.5
Summary: GUI Interface for RGA Instruments and Tasks
Author: Chulhoon Kim
License: MIT license
Keywords: instrument control,data acquisition,data visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# srsgui

**srsgui** is a Python application that provides a graphic user interface 
(GUI) environment to manage a suite of tasks that interact with instruments. 

A user can write a task as a simple Python script and run the task 
by adding it to a ".taskconfig" configuration file, 
and manage a task suite as a separate package, without 
modification of the **srsgui** code.

A task uses pre-defined application programming interfaces (APIs) 
to interact with **srsgui** for user input, text output, logging, 
and real-time matplotlib plots, along with a remote command terminal 
to controls instruments.
