AUTHORS
LICENSE
MANIFEST.in
Notebook_Example.ipynb
README.md
pyproject.toml
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/getting_started.rst
docs/index.rst
docs/install.rst
docs/instrument_server.rst
docs/make.bat
docs/requirements.txt
docs/spyrelet.rst
docs/the_database.rst
docs/view_manager.rst
docs/_static/custom.css
docs/guides/ni-daqmx.rst
docs/images/Bootcamp-Fork.png
docs/images/compare-and-pr.png
docs/images/custom-plot.png
docs/images/data-explorer-gui.png
docs/images/delete-button.png
docs/images/gui-example.png
docs/images/merge-button.png
docs/images/mongoDB-connect.png
docs/images/mongoDB-my-sg.png
docs/images/s2-experiment.png
docs/images/startup-gui.png
src/nspyre/__init__.py
src/nspyre/definitions.py
src/nspyre/errors.py
src/nspyre.egg-info/PKG-INFO
src/nspyre.egg-info/SOURCES.txt
src/nspyre.egg-info/dependency_links.txt
src/nspyre.egg-info/entry_points.txt
src/nspyre.egg-info/not-zip-safe
src/nspyre.egg-info/requires.txt
src/nspyre.egg-info/top_level.txt
src/nspyre/config/__init__.py
src/nspyre/config/client_default_config.yaml
src/nspyre/config/client_meta_config.yaml
src/nspyre/config/config_files.py
src/nspyre/config/server_default_config.yaml
src/nspyre/config/server_meta_config.yaml
src/nspyre/gui/__init__.py
src/nspyre/gui/app.py
src/nspyre/gui/colormap.py
src/nspyre/gui/colors.py
src/nspyre/gui/data_explorer.py
src/nspyre/gui/data_handling.py
src/nspyre/gui/image.py
src/nspyre/gui/instrument_manager.py
src/nspyre/gui/launcher.py
src/nspyre/gui/main_window.py
src/nspyre/gui/test_client.py
src/nspyre/gui/view_manager.py
src/nspyre/gui/images/down_arrow.png
src/nspyre/gui/images/favicon.ico
src/nspyre/gui/images/left_arrow.png
src/nspyre/gui/images/logo.png
src/nspyre/gui/images/right_arrow.png
src/nspyre/gui/images/spyre.png
src/nspyre/gui/images/up_arrow.png
src/nspyre/gui/widgets/__init__.py
src/nspyre/gui/widgets/code_editor.py
src/nspyre/gui/widgets/feat.py
src/nspyre/gui/widgets/param_widget.py
src/nspyre/gui/widgets/plotting.py
src/nspyre/gui/widgets/save_widget.py
src/nspyre/gui/widgets/spinbox.py
src/nspyre/gui/widgets/splitter_widget.py
src/nspyre/gui/widgets/views.py
src/nspyre/inserv/__init__.py
src/nspyre/inserv/gateway.py
src/nspyre/inserv/inserv.py
src/nspyre/misc/__init__.py
src/nspyre/misc/logging.py
src/nspyre/misc/misc.py
src/nspyre/mongodb/__init__.py
src/nspyre/mongodb/mongo_listener.py
src/nspyre/mongodb/start_mongo_unix.sh
src/nspyre/mongodb/start_mongo_win.bat
src/nspyre/spyrelet/__init__.py
src/nspyre/spyrelet/spyrelet.py
src/nspyre/spyrelet/examples/__init__.py
src/nspyre/spyrelet/examples/test_spyrelets.py
tests/__init__.py
tests/conftest.py
tests/spyrelet_load_test.py
tests/fixtures/drivers/fake_daq.py
tests/fixtures/drivers/fake_pellicle.py
tests/fixtures/drivers/fake_sg.py
tests/fixtures/spyrelets/test_spyrelets.py
tests/inserv/test_inserv.py
tests/spyrelet/test_spyrelet_load.py