matlab-proxy 0.19.0__tar.gz → 0.21.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.19.0/matlab_proxy.egg-info → matlab-proxy-0.21.0}/PKG-INFO +2 -2
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/README.md +1 -1
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/package-lock.json +233 -245
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/index.js +1 -1
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/app.py +22 -15
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/settings.py +1 -1
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/logger.py +22 -2
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/windows.py +4 -1
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0/matlab_proxy.egg-info}/PKG-INFO +2 -2
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy.egg-info/SOURCES.txt +17 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy.egg-info/entry_points.txt +1 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy.egg-info/requires.txt +1 -0
- matlab-proxy-0.21.0/matlab_proxy.egg-info/top_level.txt +3 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/__init__.py +6 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/lib/api.py +295 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/storage/__init__.py +1 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/storage/file_repository.py +144 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/storage/interface.py +62 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/storage/server.py +144 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/__init__.py +1 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/auth.py +77 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/constants.py +5 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/environment_variables.py +46 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/helpers.py +284 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/utils/logger.py +73 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/web/__init__.py +1 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/web/app.py +447 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/web/monitor.py +45 -0
- matlab-proxy-0.21.0/matlab_proxy_manager/web/watcher.py +54 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/setup.py +4 -1
- matlab-proxy-0.21.0/tests/unit/__init__.py +1 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_app.py +1 -1
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/test_logger.py +38 -4
- matlab-proxy-0.19.0/matlab_proxy.egg-info/top_level.txt +0 -2
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/LICENSE.md +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/MANIFEST.in +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/.eslintrc.json +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/.gitignore +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/README.md +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/package.json +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/public/favicon.ico +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/public/index.html +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/public/manifest.json +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/public/robots.txt +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/actionCreators/actionCreators.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/actionCreators/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/actions/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/css/bootstrap.min.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/css/site7.min.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-eps.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-eps.ttf +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-eps.woff +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.ttf +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.woff +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks.ttf +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/fonts/mathworks.woff +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/bug_reports/workaround.gif +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/responsive/global/ico-header-account-hover.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/responsive/global/ico-header-account.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/responsive/global/ico-header-contact-hover.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/3p/images/responsive/global/ico-sprite.png +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/App.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/App.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/IdleBufferTimeouts.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/App/MATLAB-env-blur.png +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Confirmation/Confirmation.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Confirmation/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/Controls.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/Controls.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/feedback.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/help.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/restart.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/sign-out.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/start.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/stop.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Controls/terminate.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/EntitlementSelector/EntitlementSelector.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/EntitlementSelector/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Error/Error.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Error/Error.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Error/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Help/Help.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Help/Help.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Help/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Information/Information.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Information/Information.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Information/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/ExistingLicense.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/ExistingLicense.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/LicenseGatherer.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/LicensingGatherer.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/MHLM.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/NLM.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/LicensingGatherer/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/MatlabJsd/MatlabJsd.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/MatlabJsd/MatlabJsd.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/MatlabJsd/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Overlay/Overlay.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Overlay/Overlay.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/Overlay/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/OverlayTrigger.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/OverlayTrigger.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/arrow.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/gripper.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/trigger-error.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/OverlayTrigger/trigger-ok.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/ShutdownWarning/ShutdownWarning.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/components/ShutdownWarning/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/constants.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/index.css +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/jest.config.json +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/logo.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/reducers/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/reducers/reducers.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/selectors/index.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/selectors/selectors.spec.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/serviceWorker.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/setupTests.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/test/utils/react-test.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/test/utils/responses.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/gui/src/test/utils/state.js +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/app_state.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/constants.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/default_configuration.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/devel.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/icons/matlab.svg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/matlab/evaluateUserMatlabCode.m +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/matlab/startup.m +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/event_loop.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/list_servers.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mw.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/custom_http_headers.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/download.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/embedded_connector/helpers.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/embedded_connector/request.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/environment_variables.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/exceptions.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/token_auth.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/mwi/validators.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy/util/system.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy.egg-info/dependency_links.txt +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/matlab_proxy.egg-info/not-zip-safe +0 -0
- {matlab-proxy-0.19.0/tests/unit → matlab-proxy-0.21.0/matlab_proxy_manager/lib}/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/setup.cfg +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_with_license/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_with_license/conftest.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_with_license/test_http_end_points.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_without_license/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_without_license/conftest.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/integration_tests_without_license/test_matlab_is_down_if_unlicensed.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/utils/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/utils/integration_tests_utils.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/integration/utils/licensing.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/conftest.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_app_state.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_constants.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_ddux.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_devel.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_non_dev_mode.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/test_settings.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/embedded_connector/test_helpers.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/embedded_connector/test_request.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/test_custom_http_headers.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/test_download.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/test_token_auth.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/mwi/test_validators.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/test_mw.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/unit/util/test_util.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/tests/utils/__init__.py +0 -0
- {matlab-proxy-0.19.0 → matlab-proxy-0.21.0}/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.
|
|
3
|
+
Version: 0.21.0
|
|
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.
|
|
@@ -171,7 +171,7 @@ Description: # MATLAB Proxy
|
|
|
171
171
|
|
|
172
172
|
### Windows Subsystem for Linux (WSL 2)
|
|
173
173
|
|
|
174
|
-
To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installation Guide for WSL 2](./
|
|
174
|
+
To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installation Guide for WSL 2](./install_guides/wsl2/README.md).
|
|
175
175
|
|
|
176
176
|
## Using an already activated MATLAB with matlab-proxy
|
|
177
177
|
`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.
|
|
@@ -163,7 +163,7 @@ $ pip install --upgrade matlab-proxy>=0.5.0
|
|
|
163
163
|
|
|
164
164
|
### Windows Subsystem for Linux (WSL 2)
|
|
165
165
|
|
|
166
|
-
To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installation Guide for WSL 2](./
|
|
166
|
+
To install `matlab-proxy` in WSL 2, follow the steps mentioned in the [Installation Guide for WSL 2](./install_guides/wsl2/README.md).
|
|
167
167
|
|
|
168
168
|
## Using an already activated MATLAB with matlab-proxy
|
|
169
169
|
`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.
|