Metadata-Version: 2.1
Name: kamzik3
Version: 0.6.2
Summary: Device controlling framework
Home-page: https://stash.desy.de/projects/KAM/repos/kamzik3
Author: Martin Domaracky
Author-email: martin.domaracky@desy.de
License: UNKNOWN
Description: Kamzik3 is a modular and lightweight experiment control framework written in Python3.
        It is focused on minimalist yet unified way to control and orchestrate wide range of devices used in experimental setup.
        It uses ZeroMQ to exchange messages between server and clients. Qt5 is used for graphical interface. 
        Kamzik3 provides tools for logging, visualizing and evaluation of experimental data. Users can create and execute custom macros and scans using built in macro-server. 
        Experimental setup is defined in one configuration file written in YAML, human-readable data serialization standard.
        Framework can be downloaded from PyPI (https://pypi.org/project/kamzik3/).
        
        Requirements
        ------------
        
          * Python: 3.6 or 3.7
        
          **Python Modules: Backend**
        
          * numpy
          * pyzmq
          * pint
          * bidict
          * pyqt5
          * pyqtgraph
          * pyserial
          * oyaml
          * psutil
          * natsort
          * reportlab
        
          **Python Modules: Optional**
        
          * pytango
          * pyopengl
          * sysutil
          * pydaqmx
          * pypiwin32
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
