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.

Files changed (190) hide show
  1. matlab_proxy-0.25.0/PKG-INFO +246 -0
  2. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/README.md +27 -13
  3. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/package-lock.json +356 -1329
  4. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/package.json +3 -3
  5. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/index.jsx +5 -11
  6. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/reducers/index.js +0 -22
  7. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/selectors/index.js +0 -2
  8. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/responses.js +0 -2
  9. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/state.js +0 -2
  10. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/vite.config.js +10 -2
  11. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/app.py +1 -3
  12. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/app_state.py +56 -21
  13. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/constants.py +2 -1
  14. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/matlab/startup.m +1 -4
  15. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/settings.py +145 -91
  16. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/environment_variables.py +2 -27
  17. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/exceptions.py +14 -1
  18. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/validators.py +19 -11
  19. matlab_proxy-0.25.0/matlab_proxy.egg-info/PKG-INFO +246 -0
  20. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/entry_points.txt +0 -1
  21. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/requires.txt +2 -3
  22. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/setup.py +4 -4
  23. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/test_http_end_points.py +4 -5
  24. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_app.py +94 -45
  25. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_app_state.py +37 -9
  26. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_non_dev_mode.py +4 -4
  27. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_settings.py +175 -11
  28. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_token_auth.py +5 -5
  29. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_validators.py +12 -7
  30. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/test_mw.py +2 -2
  31. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/test_util.py +7 -7
  32. matlab-proxy-0.24.1/PKG-INFO +0 -213
  33. matlab-proxy-0.24.1/matlab_proxy.egg-info/PKG-INFO +0 -213
  34. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/LICENSE.md +0 -0
  35. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/MANIFEST.in +0 -0
  36. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/.eslintrc.json +0 -0
  37. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/.gitignore +0 -0
  38. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/README.md +0 -0
  39. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/eslint.config.js +0 -0
  40. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/index.css +0 -0
  41. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/index.html +0 -0
  42. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/favicon.ico +0 -0
  43. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/manifest.json +0 -0
  44. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/public/robots.txt +0 -0
  45. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actionCreators/actionCreators.spec.js +0 -0
  46. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actionCreators/index.js +0 -0
  47. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/actions/index.js +0 -0
  48. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/css/bootstrap.min.css +0 -0
  49. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/css/site7.min.css +0 -0
  50. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot +0 -0
  51. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg +0 -0
  52. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf +0 -0
  53. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff +0 -0
  54. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2 +0 -0
  55. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.svg +0 -0
  56. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.ttf +0 -0
  57. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-eps.woff +0 -0
  58. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.svg +0 -0
  59. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.ttf +0 -0
  60. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks-pictograms.woff +0 -0
  61. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.svg +0 -0
  62. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.ttf +0 -0
  63. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/fonts/mathworks.woff +0 -0
  64. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/bug_reports/workaround.gif +0 -0
  65. {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
  66. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-account.svg +0 -0
  67. {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
  68. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg +0 -0
  69. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/3p/images/responsive/global/ico-sprite.png +0 -0
  70. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/App.css +0 -0
  71. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/App.spec.jsx +0 -0
  72. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/IdleBufferTimeouts.spec.jsx +0 -0
  73. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/App/MATLAB-env-blur.png +0 -0
  74. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Confirmation/Confirmation.spec.jsx +0 -0
  75. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Confirmation/index.jsx +0 -0
  76. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/Controls.css +0 -0
  77. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/Controls.spec.jsx +0 -0
  78. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/feedback.svg +0 -0
  79. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/help.svg +0 -0
  80. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/index.jsx +0 -0
  81. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/restart.svg +0 -0
  82. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/sign-out.svg +0 -0
  83. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/start.svg +0 -0
  84. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/stop.svg +0 -0
  85. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Controls/terminate.svg +0 -0
  86. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/EntitlementSelector/EntitlementSelector.spec.jsx +0 -0
  87. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/EntitlementSelector/index.jsx +0 -0
  88. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/Error.css +0 -0
  89. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/Error.spec.jsx +0 -0
  90. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Error/index.jsx +0 -0
  91. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/Help.css +0 -0
  92. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/Help.spec.jsx +0 -0
  93. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Help/index.jsx +0 -0
  94. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/Information.css +0 -0
  95. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/Information.spec.jsx +0 -0
  96. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Information/index.jsx +0 -0
  97. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/ExistingLicense.css +0 -0
  98. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/ExistingLicense.jsx +0 -0
  99. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/LicenseGatherer.spec.jsx +0 -0
  100. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/LicensingGatherer.css +0 -0
  101. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/MHLM.jsx +0 -0
  102. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/NLM.jsx +0 -0
  103. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/LicensingGatherer/index.jsx +0 -0
  104. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/MatlabJsd.css +0 -0
  105. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/MatlabJsd.spec.jsx +0 -0
  106. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/MatlabJsd/index.jsx +0 -0
  107. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/Overlay.css +0 -0
  108. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/Overlay.spec.jsx +0 -0
  109. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/Overlay/index.jsx +0 -0
  110. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/OverlayTrigger.css +0 -0
  111. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/OverlayTrigger.spec.jsx +0 -0
  112. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.jsx +0 -0
  113. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/arrow.svg +0 -0
  114. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/gripper.svg +0 -0
  115. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/index.jsx +0 -0
  116. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/trigger-error.svg +0 -0
  117. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/OverlayTrigger/trigger-ok.svg +0 -0
  118. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/ShutdownWarning/ShutdownWarning.css +0 -0
  119. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/components/ShutdownWarning/index.jsx +0 -0
  120. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/constants.js +0 -0
  121. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/main.jsx +0 -0
  122. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/reducers/reducers.spec.js +0 -0
  123. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/selectors/selectors.spec.js +0 -0
  124. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/setupTests.js +0 -0
  125. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/gui/src/test/utils/react-test.jsx +0 -0
  126. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/__init__.py +0 -0
  127. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/default_configuration.py +0 -0
  128. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/devel.py +0 -0
  129. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/icons/matlab.svg +0 -0
  130. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/matlab/evaluateUserMatlabCode.m +0 -0
  131. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/__init__.py +0 -0
  132. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/event_loop.py +0 -0
  133. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/list_servers.py +0 -0
  134. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mw.py +0 -0
  135. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/__init__.py +0 -0
  136. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/custom_http_headers.py +0 -0
  137. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/download.py +0 -0
  138. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/__init__.py +0 -0
  139. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/helpers.py +0 -0
  140. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/embedded_connector/request.py +0 -0
  141. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/logger.py +0 -0
  142. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/mwi/token_auth.py +0 -0
  143. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/system.py +0 -0
  144. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy/util/windows.py +0 -0
  145. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/SOURCES.txt +0 -0
  146. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/dependency_links.txt +0 -0
  147. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/not-zip-safe +0 -0
  148. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy.egg-info/top_level.txt +0 -0
  149. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/__init__.py +0 -0
  150. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/lib/__init__.py +0 -0
  151. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/lib/api.py +0 -0
  152. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/__init__.py +0 -0
  153. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/file_repository.py +0 -0
  154. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/interface.py +0 -0
  155. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/storage/server.py +0 -0
  156. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/__init__.py +0 -0
  157. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/auth.py +0 -0
  158. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/constants.py +0 -0
  159. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/environment_variables.py +0 -0
  160. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/helpers.py +0 -0
  161. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/utils/logger.py +0 -0
  162. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/__init__.py +0 -0
  163. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/app.py +0 -0
  164. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/monitor.py +0 -0
  165. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/matlab_proxy_manager/web/watcher.py +0 -0
  166. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/setup.cfg +0 -0
  167. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/__init__.py +0 -0
  168. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/__init__.py +0 -0
  169. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_with_license/conftest.py +0 -0
  170. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_without_license/__init__.py +0 -0
  171. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/integration_tests_without_license/conftest.py +0 -0
  172. {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
  173. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/__init__.py +0 -0
  174. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/integration_tests_utils.py +0 -0
  175. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/integration/utils/licensing.py +0 -0
  176. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/__init__.py +0 -0
  177. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/conftest.py +0 -0
  178. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_constants.py +0 -0
  179. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_ddux.py +0 -0
  180. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/test_devel.py +0 -0
  181. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/__init__.py +0 -0
  182. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/__init__.py +0 -0
  183. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/__init__.py +0 -0
  184. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/test_helpers.py +0 -0
  185. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/embedded_connector/test_request.py +0 -0
  186. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_custom_http_headers.py +0 -0
  187. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_download.py +0 -0
  188. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/unit/util/mwi/test_logger.py +0 -0
  189. {matlab-proxy-0.24.1 → matlab_proxy-0.25.0}/tests/utils/__init__.py +0 -0
  190. {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
+ [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mathworks/matlab-proxy/run-tests.yml?branch=main&logo=github)](https://github.com/mathworks/matlab-proxy/actions)   [![PyPI badge](https://img.shields.io/pypi/v/matlab-proxy.svg?logo=pypi)](https://pypi.python.org/pypi/matlab-proxy)   [![codecov](https://codecov.io/gh/mathworks/matlab-proxy/branch/main/graph/badge.svg?token=ZW3SESKCSS)](https://codecov.io/gh/mathworks/matlab-proxy)   [![Downloads](https://static.pepy.tech/personalized-badge/matlab-proxy?period=month&units=international_system&left_color=grey&right_color=blue&left_text=PyPI%20downloads/month)](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
- `matlab-proxy` is a Python® package which enables you to launch MATLAB® and access it from a web browser.
6
+ Use this Python® package `matlab-proxy` to start MATLAB® and access it from a web browser.
7
7
 
8
- Installation of this package creates an executable `matlab-proxy-app`, which launches MATLAB and provides a URL to access it.
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
- The MATLAB Proxy is under active development. For support or to report issues, see the [Feedback](#feedback) section.
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 is installed and on the system PATH.
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
- Refer to the Dockerfiles in the [matlab-deps](https://github.com/mathworks-ref-arch/container-images/tree/master/matlab-deps) repository for the desired version of MATLAB.
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) : (only for Linux® based systems)
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
- *Note: The installation of Xvfb is **optional** (w.e.f. v0.11.0 of matlab-proxy). However, we highly recommend installing it.*
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 16 or higher. [Click here to install Node.js](https://nodejs.org/en/)
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 Linux terminal and launch the application with
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 subset of MATLAB features and commands as MATLAB® Online, except there is no support for Simulink® Online.
173
- [Click here for a full list of Specifications and Limitations for MATLAB Online](https://www.mathworks.com/products/matlab-online/limitations.html).
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.