MANIFEST.in
README.md
setup.cfg
setup.py
gui/.gitignore
gui/README.md
gui/package-lock.json
gui/package.json
gui/public/favicon.ico
gui/public/index.html
gui/public/manifest.json
gui/public/robots.txt
gui/src/index.css
gui/src/index.js
gui/src/jest.config.json
gui/src/logo.svg
gui/src/serviceWorker.js
gui/src/setupTests.js
gui/src/actionCreators/actionCreators.spec.js
gui/src/actionCreators/index.js
gui/src/actions/index.js
gui/src/components/App/App.css
gui/src/components/App/App.spec.js
gui/src/components/App/index.js
gui/src/components/App/3p/css/bootstrap.min.css
gui/src/components/App/3p/css/site7.min.css
gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot
gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg
gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf
gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff
gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2
gui/src/components/App/3p/fonts/mathworks-eps.svg
gui/src/components/App/3p/fonts/mathworks-eps.ttf
gui/src/components/App/3p/fonts/mathworks-eps.woff
gui/src/components/App/3p/fonts/mathworks-pictograms.svg
gui/src/components/App/3p/fonts/mathworks-pictograms.ttf
gui/src/components/App/3p/fonts/mathworks-pictograms.woff
gui/src/components/App/3p/fonts/mathworks.svg
gui/src/components/App/3p/fonts/mathworks.ttf
gui/src/components/App/3p/fonts/mathworks.woff
gui/src/components/App/3p/images/bug_reports/workaround.gif
gui/src/components/App/3p/images/responsive/global/ico-header-account-hover.svg
gui/src/components/App/3p/images/responsive/global/ico-header-account.svg
gui/src/components/App/3p/images/responsive/global/ico-header-contact-hover.svg
gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg
gui/src/components/App/3p/images/responsive/global/ico-sprite.png
gui/src/components/Confirmation/Confirmation.spec.js
gui/src/components/Confirmation/index.js
gui/src/components/Controls/Controls.css
gui/src/components/Controls/Controls.spec.js
gui/src/components/Controls/feedback.svg
gui/src/components/Controls/help.svg
gui/src/components/Controls/index.js
gui/src/components/Controls/restart.svg
gui/src/components/Controls/sign-out.svg
gui/src/components/Controls/start.svg
gui/src/components/Controls/stop.svg
gui/src/components/Controls/terminate.svg
gui/src/components/Error/Error.css
gui/src/components/Error/Error.spec.js
gui/src/components/Error/index.js
gui/src/components/Help/Help.css
gui/src/components/Help/Help.spec.js
gui/src/components/Help/index.js
gui/src/components/Information/Information.css
gui/src/components/Information/Information.spec.js
gui/src/components/Information/index.js
gui/src/components/LicensingGatherer/LicenseGatherer.spec.js
gui/src/components/LicensingGatherer/LicensingGatherer.css
gui/src/components/LicensingGatherer/MHLM.js
gui/src/components/LicensingGatherer/NLM.js
gui/src/components/LicensingGatherer/index.js
gui/src/components/MatlabJsd/MatlabJsd.css
gui/src/components/MatlabJsd/MatlabJsd.spec.js
gui/src/components/MatlabJsd/index.js
gui/src/components/Overlay/Overlay.css
gui/src/components/Overlay/Overlay.spec.js
gui/src/components/Overlay/index.js
gui/src/components/OverlayTrigger/OverlayTrigger.css
gui/src/components/OverlayTrigger/OverlayTrigger.spec.js
gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.js
gui/src/components/OverlayTrigger/arrow.svg
gui/src/components/OverlayTrigger/gripper.svg
gui/src/components/OverlayTrigger/index.js
gui/src/components/OverlayTrigger/trigger-error.svg
gui/src/components/OverlayTrigger/trigger-ok.svg
gui/src/reducers/index.js
gui/src/reducers/reducers.spec.js
gui/src/selectors/index.js
gui/src/selectors/selectors.spec.js
gui/src/test/utils/react-test.js
matlab_proxy/__init__.py
matlab_proxy/app.py
matlab_proxy/app_state.py
matlab_proxy/default_configuration.py
matlab_proxy/devel.py
matlab_proxy/settings.py
matlab_proxy.egg-info/PKG-INFO
matlab_proxy.egg-info/SOURCES.txt
matlab_proxy.egg-info/dependency_links.txt
matlab_proxy.egg-info/entry_points.txt
matlab_proxy.egg-info/not-zip-safe
matlab_proxy.egg-info/requires.txt
matlab_proxy.egg-info/top_level.txt
matlab_proxy/icons/matlab.svg
matlab_proxy/matlab/startup.m
matlab_proxy/util/__init__.py
matlab_proxy/util/mw.py
matlab_proxy/util/mwi/__init__.py
matlab_proxy/util/mwi/custom_http_headers.py
matlab_proxy/util/mwi/environment_variables.py
matlab_proxy/util/mwi/exceptions.py
matlab_proxy/util/mwi/logger.py
matlab_proxy/util/mwi/validators.py
matlab_proxy/util/mwi/embedded_connector/__init__.py
matlab_proxy/util/mwi/embedded_connector/helpers.py
matlab_proxy/util/mwi/embedded_connector/request.py
tests/util/__init__.py
tests/util/test_mw.py
tests/util/test_util.py
tests/util/mwi/__init__.py
tests/util/mwi/test_custom_http_headers.py
tests/util/mwi/test_logger.py
tests/util/mwi/test_validators.py
tests/util/mwi/embedded_connector/__init__.py
tests/util/mwi/embedded_connector/test_helpers.py
tests/util/mwi/embedded_connector/test_request.py