matlab-proxy 0.24.1__tar.gz → 0.24.2__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.24.1/matlab_proxy.egg-info → matlab-proxy-0.24.2}/PKG-INFO +2 -2
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/README.md +1 -1
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/package-lock.json +356 -1329
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/package.json +3 -3
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/vite.config.js +10 -2
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/app_state.py +17 -8
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/settings.py +136 -86
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/validators.py +19 -11
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2/matlab_proxy.egg-info}/PKG-INFO +2 -2
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/setup.py +1 -1
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_app_state.py +29 -2
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_settings.py +190 -11
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/test_validators.py +12 -7
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/LICENSE.md +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/MANIFEST.in +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/.eslintrc.json +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/.gitignore +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/README.md +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/eslint.config.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/index.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/index.html +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/public/favicon.ico +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/public/manifest.json +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/public/robots.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/actionCreators/actionCreators.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/actionCreators/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/actions/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/css/bootstrap.min.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/css/site7.min.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-eps.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-eps.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-eps.woff +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-pictograms.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-pictograms.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks-pictograms.woff +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks.ttf +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/fonts/mathworks.woff +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/bug_reports/workaround.gif +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/responsive/global/ico-header-account-hover.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/responsive/global/ico-header-account.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/responsive/global/ico-header-contact-hover.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/3p/images/responsive/global/ico-sprite.png +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/App.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/App.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/IdleBufferTimeouts.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/MATLAB-env-blur.png +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/App/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Confirmation/Confirmation.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Confirmation/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/Controls.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/Controls.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/feedback.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/help.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/restart.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/sign-out.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/start.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/stop.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Controls/terminate.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/EntitlementSelector/EntitlementSelector.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/EntitlementSelector/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Error/Error.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Error/Error.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Error/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Help/Help.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Help/Help.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Help/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Information/Information.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Information/Information.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Information/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/ExistingLicense.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/ExistingLicense.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/LicenseGatherer.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/LicensingGatherer.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/MHLM.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/NLM.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/LicensingGatherer/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/MatlabJsd/MatlabJsd.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/MatlabJsd/MatlabJsd.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/MatlabJsd/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Overlay/Overlay.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Overlay/Overlay.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/Overlay/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/OverlayTrigger.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/OverlayTrigger.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/arrow.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/gripper.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/trigger-error.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/OverlayTrigger/trigger-ok.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/ShutdownWarning/ShutdownWarning.css +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/components/ShutdownWarning/index.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/constants.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/main.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/reducers/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/reducers/reducers.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/selectors/index.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/selectors/selectors.spec.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/setupTests.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/test/utils/react-test.jsx +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/test/utils/responses.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/gui/src/test/utils/state.js +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/app.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/constants.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/default_configuration.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/devel.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/icons/matlab.svg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/matlab/evaluateUserMatlabCode.m +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/matlab/startup.m +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/event_loop.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/list_servers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mw.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/custom_http_headers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/download.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/embedded_connector/helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/embedded_connector/request.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/environment_variables.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/exceptions.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/mwi/token_auth.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/system.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy/util/windows.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/SOURCES.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/dependency_links.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/entry_points.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/not-zip-safe +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/requires.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy.egg-info/top_level.txt +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/lib/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/lib/api.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/storage/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/storage/file_repository.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/storage/interface.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/storage/server.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/auth.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/constants.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/environment_variables.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/utils/logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/web/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/web/app.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/web/monitor.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/matlab_proxy_manager/web/watcher.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/setup.cfg +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_with_license/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_with_license/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_with_license/test_http_end_points.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_without_license/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_without_license/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/integration_tests_without_license/test_matlab_is_down_if_unlicensed.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/utils/integration_tests_utils.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/integration/utils/licensing.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/conftest.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_app.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_constants.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_ddux.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_devel.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/test_non_dev_mode.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/embedded_connector/test_helpers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/embedded_connector/test_request.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/test_custom_http_headers.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/test_download.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/test_logger.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/mwi/test_token_auth.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/test_mw.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/unit/util/test_util.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/utils/__init__.py +0 -0
- {matlab-proxy-0.24.1 → matlab-proxy-0.24.2}/tests/utils/logging_util.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: matlab-proxy
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.2
|
|
4
4
|
Summary: Python® package enables you to launch MATLAB® and access it from a web browser.
|
|
5
5
|
Home-page: https://github.com/mathworks/matlab-proxy/
|
|
6
6
|
Author: The MathWorks, Inc.
|
|
@@ -72,7 +72,7 @@ Description: # MATLAB Proxy
|
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
### Building From Sources
|
|
75
|
-
Building from sources requires Node.js® version
|
|
75
|
+
Building from sources requires Node.js® version 18 or higher. [Click here to install Node.js](https://nodejs.org/en/)
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
78
|
git clone https://github.com/mathworks/matlab-proxy.git
|
|
@@ -64,7 +64,7 @@ python -m pip install matlab-proxy
|
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
### Building From Sources
|
|
67
|
-
Building from sources requires Node.js® version
|
|
67
|
+
Building from sources requires Node.js® version 18 or higher. [Click here to install Node.js](https://nodejs.org/en/)
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
70
|
git clone https://github.com/mathworks/matlab-proxy.git
|