Metadata-Version: 2.4
Name: pymoku
Version: 4.7.7
Summary: Python scripting interface to the Liquid Instruments Moku
Author-email: Ben Coughlan <ben@liquidinstruments.com>
Maintainer-email: Ben Coughlan <ben@liquidinstruments.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyzmq>=15.3.0
Requires-Dist: requests
Requires-Dist: tinydb
Requires-Dist: packaging
Requires-Dist: zeroconf
Provides-Extra: gui
Requires-Dist: pyside6; extra == "gui"
Requires-Dist: pyqtgraph>=0.14; extra == "gui"
Requires-Dist: qtconsole; extra == "gui"
Requires-Dist: NodeGraphQt; extra == "gui"
Requires-Dist: pyqt-toast-notification; extra == "gui"
Provides-Extra: extras
Requires-Dist: pymoku[gui]; extra == "extras"
Requires-Dist: numpy; extra == "extras"
Requires-Dist: scipy; extra == "extras"
Requires-Dist: quantiphy; extra == "extras"
Dynamic: license-file

# PyMoku

# Getting started

Install the core library with

    pip install pymoku

To include support for the GUI application install with

    pip install pymoku[extras]

Launch the GUI with

    moku gui

And if you have local barfiles you are developing, you can specify a folder to
load with

    moku gui --dev /path/to/dev_folder
