matlab-proxy 0.24.1__tar.gz → 0.25.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of matlab-proxy might be problematic. Click here for more details.
- matlab_proxy-0.25.0/PKG-INFO +246 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/README.md +27 -13
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/package-lock.json +356 -1329
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/package.json +3 -3
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/index.jsx +5 -11
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/reducers/index.js +0 -22
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/selectors/index.js +0 -2
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/responses.js +0 -2
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/state.js +0 -2
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/vite.config.js +10 -2
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/app.py +1 -3
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/app_state.py +56 -21
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/constants.py +2 -1
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/matlab/startup.m +1 -4
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/settings.py +145 -91
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/environment_variables.py +2 -27
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/exceptions.py +14 -1
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/validators.py +19 -11
- matlab_proxy-0.25.0/matlab_proxy.egg-info/PKG-INFO +246 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/entry_points.txt +0 -1
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/requires.txt +2 -3
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/setup.py +4 -4
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/test_http_end_points.py +4 -5
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_app.py +94 -45
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_app_state.py +37 -9
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_non_dev_mode.py +4 -4
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_settings.py +175 -11
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_token_auth.py +5 -5
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_validators.py +12 -7
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/test_mw.py +2 -2
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/test_util.py +7 -7
- matlab-proxy-0.24.1/PKG-INFO +0 -213
- matlab-proxy-0.24.1/matlab_proxy.egg-info/PKG-INFO +0 -213
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/LICENSE.md +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/MANIFEST.in +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/.eslintrc.json +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/.gitignore +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/README.md +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/eslint.config.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/index.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/index.html +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/favicon.ico +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/manifest.json +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/robots.txt +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actionCreators/actionCreators.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actionCreators/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actions/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/css/bootstrap.min.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/css/site7.min.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.woff +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.woff +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.woff +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/bug_reports/workaround.gif +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-account-hover.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-account.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-contact-hover.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-sprite.png +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/App.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/App.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/IdleBufferTimeouts.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/MATLAB-env-blur.png +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Confirmation/Confirmation.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Confirmation/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/Controls.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/Controls.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/feedback.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/help.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/restart.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/sign-out.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/start.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/stop.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/terminate.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/EntitlementSelector/EntitlementSelector.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/EntitlementSelector/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/Error.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/Error.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/Help.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/Help.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/Information.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/Information.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/ExistingLicense.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/ExistingLicense.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/LicenseGatherer.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/LicensingGatherer.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/MHLM.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/NLM.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/MatlabJsd.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/MatlabJsd.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/Overlay.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/Overlay.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/OverlayTrigger.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/OverlayTrigger.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/arrow.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/gripper.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/trigger-error.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/trigger-ok.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/ShutdownWarning/ShutdownWarning.css +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/ShutdownWarning/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/constants.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/main.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/reducers/reducers.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/selectors/selectors.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/setupTests.js +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/react-test.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/default_configuration.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/devel.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/icons/matlab.svg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/matlab/evaluateUserMatlabCode.m +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/event_loop.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/list_servers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mw.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/custom_http_headers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/download.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/request.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/token_auth.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/system.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/windows.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/SOURCES.txt +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/dependency_links.txt +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/not-zip-safe +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/top_level.txt +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/lib/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/lib/api.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/file_repository.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/interface.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/server.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/auth.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/constants.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/environment_variables.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/app.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/monitor.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/watcher.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/setup.cfg +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_without_license/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_without_license/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_without_license/test_matlab_is_down_if_unlicensed.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/integration_tests_utils.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/licensing.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_constants.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_ddux.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_devel.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/test_helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/test_request.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_custom_http_headers.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_download.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/utils/logging_util.py +0 -0
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: matlab-proxy
|
|
3
|
+
Version: 0.25.0
|
|
4
|
+
Summary: Python® package enables you to launch MATLAB® and access it from a web browser.
|
|
5
|
+
Home-page: https://github.com/mathworks/matlab-proxy/
|
|
6
|
+
Author: The MathWorks, Inc.
|
|
7
|
+
Author-email: cloud@mathworks.com
|
|
8
|
+
License: MATHWORKS CLOUD REFERENCE ARCHITECTURE LICENSE
|
|
9
|
+
Keywords: Proxy,MATLAB Proxy,MATLAB,MATLAB Javascript Desktop,MATLAB Web Desktop,Remote MATLAB Web Access
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Natural Language :: English
|
|
12
|
+
Classifier: Programming Language :: Python
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Requires-Python: ~=3.8
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
License-File: LICENSE.md
|
|
20
|
+
Requires-Dist: aiohttp>=3.7.4
|
|
21
|
+
Requires-Dist: aiohttp_session[secure]
|
|
22
|
+
Requires-Dist: importlib-metadata
|
|
23
|
+
Requires-Dist: importlib-resources
|
|
24
|
+
Requires-Dist: psutil
|
|
25
|
+
Requires-Dist: watchdog
|
|
26
|
+
Requires-Dist: requests
|
|
27
|
+
Provides-Extra: dev
|
|
28
|
+
Requires-Dist: aiohttp-devtools; extra == "dev"
|
|
29
|
+
Requires-Dist: black; extra == "dev"
|
|
30
|
+
Requires-Dist: pytest; extra == "dev"
|
|
31
|
+
Requires-Dist: pytest-env; extra == "dev"
|
|
32
|
+
Requires-Dist: pytest-cov; extra == "dev"
|
|
33
|
+
Requires-Dist: pytest-timeout; extra == "dev"
|
|
34
|
+
Requires-Dist: pytest-mock; extra == "dev"
|
|
35
|
+
Requires-Dist: pytest-aiohttp; extra == "dev"
|
|
36
|
+
Requires-Dist: pytest-timeout; extra == "dev"
|
|
37
|
+
Requires-Dist: psutil; extra == "dev"
|
|
38
|
+
Requires-Dist: urllib3; extra == "dev"
|
|
39
|
+
Requires-Dist: pytest-playwright; extra == "dev"
|
|
40
|
+
|
|
41
|
+
# MATLAB Proxy
|
|
42
|
+
[](https://github.com/mathworks/matlab-proxy/actions) [](https://pypi.python.org/pypi/matlab-proxy) [](https://codecov.io/gh/mathworks/matlab-proxy) [](https://pepy.tech/project/matlab-proxy)
|
|
43
|
+
|
|
44
|
+
----
|
|
45
|
+
|
|
46
|
+
Use this Python® package `matlab-proxy` to start MATLAB® and access it from a web browser.
|
|
47
|
+
|
|
48
|
+
Install this package to create an executable `matlab-proxy-app`, which starts MATLAB and provides you a URL to access it.
|
|
49
|
+
|
|
50
|
+
MATLAB Proxy is under active development. For support or to report issues, see [Feedback](#feedback).
|
|
51
|
+
|
|
52
|
+
----
|
|
53
|
+
|
|
54
|
+
**Table of Contents**
|
|
55
|
+
- [Requirements](#requirements)
|
|
56
|
+
- [Installation](#installation)
|
|
57
|
+
- [PyPI](#pypi)
|
|
58
|
+
- [Building From Sources](#building-from-sources)
|
|
59
|
+
- [Usage](#usage)
|
|
60
|
+
- [Examples](#examples)
|
|
61
|
+
- [Limitations](#limitations)
|
|
62
|
+
- [Security](#security)
|
|
63
|
+
- [Feedback](#feedback)
|
|
64
|
+
|
|
65
|
+
## Requirements
|
|
66
|
+
* MATLAB® R2020b or later, installed and added to the system PATH.
|
|
67
|
+
```bash
|
|
68
|
+
# Confirm MATLAB is on the PATH
|
|
69
|
+
which matlab
|
|
70
|
+
```
|
|
71
|
+
* The dependencies required to run MATLAB.
|
|
72
|
+
For details, refer to the Dockerfiles in the [matlab-deps](https://github.com/mathworks-ref-arch/container-images/tree/master/matlab-deps) repository for your desired version of MATLAB.
|
|
73
|
+
|
|
74
|
+
* X Virtual Frame Buffer (Xvfb) (only for Linux® based systems):
|
|
75
|
+
|
|
76
|
+
Installing Xvfb is optional (starting v0.11.0 of matlab-proxy) but highly recommended. Xvfb enables graphical abilities like plots and figures in the MATLAB desktop.
|
|
77
|
+
To install Xvfb on your Linux machine, use:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
# On a Debian/Ubuntu based system:
|
|
81
|
+
$ sudo apt install xvfb
|
|
82
|
+
```
|
|
83
|
+
```bash
|
|
84
|
+
# On a RHEL based system:
|
|
85
|
+
$ yum search Xvfb
|
|
86
|
+
xorg-x11-server-Xvfb.x86_64 : A X Windows System virtual framebuffer X server.
|
|
87
|
+
|
|
88
|
+
$ sudo yum install xorg-x11-server-Xvfb
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
* Fluxbox Window Manager (only for Linux® based systems):
|
|
93
|
+
|
|
94
|
+
Installing fluxbox is optional but required to use Simulink Online.
|
|
95
|
+
|
|
96
|
+
Install fluxbox using:
|
|
97
|
+
```bash
|
|
98
|
+
# On a Debian/Ubuntu based system:
|
|
99
|
+
$ sudo apt install fluxbox
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
* Python versions: **3.8** | **3.9** | **3.10** | **3.11**
|
|
103
|
+
* [Browser Requirements](https://www.mathworks.com/support/requirements/browser-requirements.html)
|
|
104
|
+
* Supported Operating Systems:
|
|
105
|
+
* Linux®
|
|
106
|
+
* Windows® Operating System ( starting v0.4.0 of matlab-proxy )
|
|
107
|
+
* MacOS (starting v0.5.0 of matlab-proxy )
|
|
108
|
+
See [Platform Support](#platform-support) for more information
|
|
109
|
+
|
|
110
|
+
## Installation
|
|
111
|
+
|
|
112
|
+
### PyPI
|
|
113
|
+
This repository can be installed directly from the Python Package Index.
|
|
114
|
+
```bash
|
|
115
|
+
python -m pip install matlab-proxy
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Building From Sources
|
|
119
|
+
Building from sources requires Node.js® version 18 or higher. [Click here to install Node.js](https://nodejs.org/en/)
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
git clone https://github.com/mathworks/matlab-proxy.git
|
|
123
|
+
|
|
124
|
+
cd matlab-proxy
|
|
125
|
+
|
|
126
|
+
python -m pip install .
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Installing the package creates an executable called `matlab-proxy-app`, which is placed onto your system PATH by `pip`, usually in: `$HOME/.local/bin/`
|
|
130
|
+
```bash
|
|
131
|
+
# Confirm it is on the PATH
|
|
132
|
+
which matlab-proxy-app
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Usage
|
|
136
|
+
|
|
137
|
+
Once the `matlab-proxy` package is installed.
|
|
138
|
+
|
|
139
|
+
* Open a terminal and start `matlab-proxy-app`. On Linux, the command would be
|
|
140
|
+
```bash
|
|
141
|
+
env MWI_BASE_URL="/matlab" matlab-proxy-app
|
|
142
|
+
```
|
|
143
|
+
`MWI_BASE_URL` is an environment variable which controls the link on which MATLAB can be accessed.
|
|
144
|
+
For a detailed listing of all environment variables. See [Advanced-Usage.md](./Advanced-Usage.md)
|
|
145
|
+
|
|
146
|
+
Running the above command will print text out on your terminal, which will contain the URL to access MATLAB. For example:
|
|
147
|
+
```
|
|
148
|
+
Access MATLAB at
|
|
149
|
+
http://localhost:44549/matlab/index.html
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
* Open the the link above in a web browser. If prompted to do so, enter credentials for a MathWorks account associated with a MATLAB license. If you are using a network license manager, then change to the _Network License Manager_ tab and enter the license server address instead. To determine the appropriate method for your license type, consult [MATLAB Licensing Info](./MATLAB-Licensing-Info.md).
|
|
153
|
+
<p align="center">
|
|
154
|
+
<img width="400" src="https://github.com/mathworks/matlab-proxy/raw/main/img/licensing_GUI.png">
|
|
155
|
+
</p>
|
|
156
|
+
|
|
157
|
+
* Wait for the MATLAB session to start. *This can take several minutes*.
|
|
158
|
+
<p align="center">
|
|
159
|
+
<img width="800" src="https://github.com/mathworks/matlab-proxy/raw/main/img/MATLAB_Desktop.png">
|
|
160
|
+
</p>
|
|
161
|
+
|
|
162
|
+
* To manage the MATLAB session, click the tools icon shown below.
|
|
163
|
+
<p align="center">
|
|
164
|
+
<img width="100" src="https://github.com/mathworks/matlab-proxy/raw/main/img/tools_icon.png">
|
|
165
|
+
</p>
|
|
166
|
+
|
|
167
|
+
* Clicking the tools icon opens a status panel with buttons like the ones below:
|
|
168
|
+
<p align="center">
|
|
169
|
+
<img width="800" src="https://github.com/mathworks/matlab-proxy/raw/main/img/status_panel.png">
|
|
170
|
+
</p>
|
|
171
|
+
|
|
172
|
+
The following options are available in the status panel (some options are only available in a specific context):
|
|
173
|
+
|
|
174
|
+
| Option | Description |
|
|
175
|
+
| ---- | ---- |
|
|
176
|
+
| Start MATLAB | Start your MATLAB session. Available if MATLAB is stopped.|
|
|
177
|
+
| Restart MATLAB | Restart your MATLAB session. Available if MATLAB is running or starting.|
|
|
178
|
+
| Stop MATLAB | Stop your MATLAB session. Use this option if you want to free up RAM and CPU resources. Available if MATLAB is running or starting.|
|
|
179
|
+
| Sign Out | Sign out of MATLAB session. Use this to stop MATLAB and sign in with an alternative account. Available if using online licensing.|
|
|
180
|
+
| Unset License Server Address | Unset network license manager server address. Use this to stop MATLAB and enter new licensing information. Available if using network license manager.|
|
|
181
|
+
| Feedback | Provide feedback. Opens a new tab to create an issue on GitHub.|
|
|
182
|
+
| Help | Open a help pop-up for a detailed description of the options.|
|
|
183
|
+
|
|
184
|
+
## Examples
|
|
185
|
+
* For installing/usage in a Docker container, see this [Dockerfile](./examples/Dockerfile) and its [README](./examples/README.md).
|
|
186
|
+
* For upgrading **matlab-proxy** in an existing Docker image, see this [Dockerfile.upgrade.matlab-proxy](./examples/Dockerfile.upgrade.matlab-proxy) and its [README](./examples/README.md#upgrading-matlab-proxy-package-in-a-docker-image).
|
|
187
|
+
* For usage in a Jupyter environment, see [jupyter-matlab-proxy](https://github.com/mathworks/jupyter-matlab-proxy).
|
|
188
|
+
|
|
189
|
+
## Platform Support
|
|
190
|
+
|
|
191
|
+
### Linux
|
|
192
|
+
This package is fully supported for the Linux Operating System.
|
|
193
|
+
|
|
194
|
+
### Windows
|
|
195
|
+
|
|
196
|
+
Windows® Operating System support was introduced in package version `v0.4.0`.
|
|
197
|
+
Install the version >=0.4.0 to use the package on Windows.
|
|
198
|
+
```bash
|
|
199
|
+
# To upgrade an existing installation of matlab-proxy package:
|
|
200
|
+
$ pip install --upgrade matlab-proxy>=0.4.0
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### MacOS
|
|
204
|
+
|
|
205
|
+
MacOS support was introduced in package version `v0.5.0`.
|
|
206
|
+
It works best for MATLAB versions newer than R2022b.
|
|
207
|
+
Note: Figures *also* open in a separate windows on versions of MATLAB older than R2022b.
|
|
208
|
+
|
|
209
|
+
Install the version >=0.5.0 to use the package on MacOS.
|
|
210
|
+
|
|
211
|
+
```bash
|
|
212
|
+
# To upgrade an existing installation of matlab-proxy package:
|
|
213
|
+
$ pip install --upgrade matlab-proxy>=0.5.0
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
### Windows Subsystem for Linux (WSL 2)
|
|
217
|
+
|
|
218
|
+
To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installation Guide for WSL 2](./install_guides/wsl2/README.md).
|
|
219
|
+
|
|
220
|
+
## Using an already activated MATLAB with matlab-proxy
|
|
221
|
+
`matlab-proxy` version `v0.7.0` introduces support for using an existing MATLAB license. Use the Existing License option only if you have an activated MATLAB. This allows you to start MATLAB without authenticating every time.
|
|
222
|
+
|
|
223
|
+
## Limitations
|
|
224
|
+
This package supports the same set of MATLAB features and commands as MATLAB® Online. For the full list, see
|
|
225
|
+
[Specifications and Limitations for MATLAB Online](https://www.mathworks.com/products/matlab-online/limitations.html).
|
|
226
|
+
|
|
227
|
+
Simulink Online is supported exclusively on Linux platforms starting from MATLAB R2024b.
|
|
228
|
+
|
|
229
|
+
## Security
|
|
230
|
+
We take your security concerns seriously, and will attempt to address all concerns.
|
|
231
|
+
`matlab-proxy` uses several other python packages, and depend on them to fix their own vulnerabilities.
|
|
232
|
+
|
|
233
|
+
All security patches will be released as a new version of the package.
|
|
234
|
+
Patches are never backported to older versions or releases of the package.
|
|
235
|
+
Using the latest version will provide the latest available security updates or patches.
|
|
236
|
+
|
|
237
|
+
## Feedback
|
|
238
|
+
|
|
239
|
+
We encourage you to try this repository with your environment and provide feedback.
|
|
240
|
+
If you encounter a technical issue or have an enhancement request, create an issue [here](https://github.com/mathworks/matlab-proxy/issues)
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
Copyright 2020-2025 The MathWorks, Inc.
|
|
245
|
+
|
|
246
|
+
---
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
----
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Use this Python® package `matlab-proxy` to start MATLAB® and access it from a web browser.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Install this package to create an executable `matlab-proxy-app`, which starts MATLAB and provides you a URL to access it.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
MATLAB Proxy is under active development. For support or to report issues, see [Feedback](#feedback).
|
|
11
11
|
|
|
12
12
|
----
|
|
13
13
|
|
|
@@ -23,17 +23,19 @@ The MATLAB Proxy is under active development. For support or to report issues, s
|
|
|
23
23
|
- [Feedback](#feedback)
|
|
24
24
|
|
|
25
25
|
## Requirements
|
|
26
|
-
* MATLAB® R2020b or later
|
|
26
|
+
* MATLAB® R2020b or later, installed and added to the system PATH.
|
|
27
27
|
```bash
|
|
28
28
|
# Confirm MATLAB is on the PATH
|
|
29
29
|
which matlab
|
|
30
30
|
```
|
|
31
31
|
* The dependencies required to run MATLAB.
|
|
32
|
-
|
|
32
|
+
For details, refer to the Dockerfiles in the [matlab-deps](https://github.com/mathworks-ref-arch/container-images/tree/master/matlab-deps) repository for your desired version of MATLAB.
|
|
33
33
|
|
|
34
|
-
* X Virtual Frame Buffer (Xvfb)
|
|
34
|
+
* X Virtual Frame Buffer (Xvfb) (only for Linux® based systems):
|
|
35
|
+
|
|
36
|
+
Installing Xvfb is optional (starting v0.11.0 of matlab-proxy) but highly recommended. Xvfb enables graphical abilities like plots and figures in the MATLAB desktop.
|
|
37
|
+
To install Xvfb on your Linux machine, use:
|
|
35
38
|
|
|
36
|
-
Install it on your linux machine using:
|
|
37
39
|
```bash
|
|
38
40
|
# On a Debian/Ubuntu based system:
|
|
39
41
|
$ sudo apt install xvfb
|
|
@@ -46,7 +48,17 @@ The MATLAB Proxy is under active development. For support or to report issues, s
|
|
|
46
48
|
$ sudo yum install xorg-x11-server-Xvfb
|
|
47
49
|
```
|
|
48
50
|
|
|
49
|
-
|
|
51
|
+
|
|
52
|
+
* Fluxbox Window Manager (only for Linux® based systems):
|
|
53
|
+
|
|
54
|
+
Installing fluxbox is optional but required to use Simulink Online.
|
|
55
|
+
|
|
56
|
+
Install fluxbox using:
|
|
57
|
+
```bash
|
|
58
|
+
# On a Debian/Ubuntu based system:
|
|
59
|
+
$ sudo apt install fluxbox
|
|
60
|
+
```
|
|
61
|
+
|
|
50
62
|
* Python versions: **3.8** | **3.9** | **3.10** | **3.11**
|
|
51
63
|
* [Browser Requirements](https://www.mathworks.com/support/requirements/browser-requirements.html)
|
|
52
64
|
* Supported Operating Systems:
|
|
@@ -64,7 +76,7 @@ python -m pip install matlab-proxy
|
|
|
64
76
|
```
|
|
65
77
|
|
|
66
78
|
### Building From Sources
|
|
67
|
-
Building from sources requires Node.js® version
|
|
79
|
+
Building from sources requires Node.js® version 18 or higher. [Click here to install Node.js](https://nodejs.org/en/)
|
|
68
80
|
|
|
69
81
|
```bash
|
|
70
82
|
git clone https://github.com/mathworks/matlab-proxy.git
|
|
@@ -84,7 +96,7 @@ which matlab-proxy-app
|
|
|
84
96
|
|
|
85
97
|
Once the `matlab-proxy` package is installed.
|
|
86
98
|
|
|
87
|
-
* Open a
|
|
99
|
+
* Open a terminal and start `matlab-proxy-app`. On Linux, the command would be
|
|
88
100
|
```bash
|
|
89
101
|
env MWI_BASE_URL="/matlab" matlab-proxy-app
|
|
90
102
|
```
|
|
@@ -131,7 +143,7 @@ The following options are available in the status panel (some options are only a
|
|
|
131
143
|
|
|
132
144
|
## Examples
|
|
133
145
|
* For installing/usage in a Docker container, see this [Dockerfile](./examples/Dockerfile) and its [README](./examples/README.md).
|
|
134
|
-
* For upgrading **matlab-proxy** in an existing Docker image, see this [Dockerfile.upgrade.matlab-proxy](./examples/Dockerfile.upgrade.matlab-proxy) and its [README](./examples/README.md#upgrading-matlab-proxy-package-in-a-docker-image)
|
|
146
|
+
* For upgrading **matlab-proxy** in an existing Docker image, see this [Dockerfile.upgrade.matlab-proxy](./examples/Dockerfile.upgrade.matlab-proxy) and its [README](./examples/README.md#upgrading-matlab-proxy-package-in-a-docker-image).
|
|
135
147
|
* For usage in a Jupyter environment, see [jupyter-matlab-proxy](https://github.com/mathworks/jupyter-matlab-proxy).
|
|
136
148
|
|
|
137
149
|
## Platform Support
|
|
@@ -169,8 +181,10 @@ To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installat
|
|
|
169
181
|
`matlab-proxy` version `v0.7.0` introduces support for using an existing MATLAB license. Use the Existing License option only if you have an activated MATLAB. This allows you to start MATLAB without authenticating every time.
|
|
170
182
|
|
|
171
183
|
## Limitations
|
|
172
|
-
This package supports the same
|
|
173
|
-
[
|
|
184
|
+
This package supports the same set of MATLAB features and commands as MATLAB® Online. For the full list, see
|
|
185
|
+
[Specifications and Limitations for MATLAB Online](https://www.mathworks.com/products/matlab-online/limitations.html).
|
|
186
|
+
|
|
187
|
+
Simulink Online is supported exclusively on Linux platforms starting from MATLAB R2024b.
|
|
174
188
|
|
|
175
189
|
## Security
|
|
176
190
|
We take your security concerns seriously, and will attempt to address all concerns.
|