cmdbox 0.6.3.1__tar.gz → 0.6.3.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 cmdbox might be problematic. Click here for more details.

Files changed (392) hide show
  1. {cmdbox-0.6.3.1/cmdbox.egg-info → cmdbox-0.6.3.2}/PKG-INFO +1 -1
  2. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/loghandler.py +4 -1
  3. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_apikey_add.py +4 -19
  4. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_apikey_del.py +4 -19
  5. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_add.py +2 -17
  6. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_del.py +2 -17
  7. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_edit.py +2 -17
  8. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_list.py +2 -17
  9. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_add.py +2 -17
  10. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_del.py +2 -17
  11. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_edit.py +2 -17
  12. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_list.py +2 -17
  13. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/web.py +1 -1
  14. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/version.py +2 -2
  15. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2/cmdbox.egg-info}/PKG-INFO +1 -1
  16. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/LICENSE +0 -0
  17. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/MANIFEST.in +0 -0
  18. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/README.md +0 -0
  19. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/__init__.py +0 -0
  20. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/__main__.py +0 -0
  21. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/__init__.py +0 -0
  22. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/app.py +0 -0
  23. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/__init__.py +0 -0
  24. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/azure_signin.py +0 -0
  25. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/azure_signin_saml.py +0 -0
  26. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/github_signin.py +0 -0
  27. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/google_signin.py +0 -0
  28. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/signin.py +0 -0
  29. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/signin_saml.py +0 -0
  30. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/client.py +0 -0
  31. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/common.py +0 -0
  32. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/convert.py +0 -0
  33. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/module.py +0 -0
  34. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/redis_client.py +0 -0
  35. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/edge.py +0 -0
  36. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/edge_tool.py +0 -0
  37. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/feature.py +0 -0
  38. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/agent_base.py +0 -0
  39. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/audit_base.py +0 -0
  40. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_createdb.py +0 -0
  41. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_delete.py +0 -0
  42. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_search.py +0 -0
  43. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_write.py +0 -0
  44. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_copy.py +0 -0
  45. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_download.py +0 -0
  46. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_list.py +0 -0
  47. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +0 -0
  48. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_move.py +0 -0
  49. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_remove.py +0 -0
  50. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +0 -0
  51. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_upload.py +0 -0
  52. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_http.py +0 -0
  53. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_server_info.py +0 -0
  54. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_cmd_list.py +0 -0
  55. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_cmd_load.py +0 -0
  56. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_edge_config.py +0 -0
  57. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_edge_start.py +0 -0
  58. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_gui_start.py +0 -0
  59. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_gui_stop.py +0 -0
  60. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_mcp_client.py +0 -0
  61. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_mcp_proxy.py +0 -0
  62. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_list.py +0 -0
  63. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_start.py +0 -0
  64. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_stop.py +0 -0
  65. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_gencert.py +0 -0
  66. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_genpass.py +0 -0
  67. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_start.py +0 -0
  68. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_stop.py +0 -0
  69. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_agent.py +0 -0
  70. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_assets.py +0 -0
  71. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_audit.py +0 -0
  72. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_audit_metrics.py +0 -0
  73. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py +0 -0
  74. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_copyright.py +0 -0
  75. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_del_cmd.py +0 -0
  76. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_del_pipe.py +0 -0
  77. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_do_signin.py +0 -0
  78. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_do_signout.py +0 -0
  79. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_exec_cmd.py +0 -0
  80. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_exec_pipe.py +0 -0
  81. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer download.py +0 -0
  82. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer.py +0 -0
  83. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer_upload.py +0 -0
  84. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +0 -0
  85. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_cmds.py +0 -0
  86. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_modes.py +0 -0
  87. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_server_opt.py +0 -0
  88. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_gui.py +0 -0
  89. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_gui_callback.py +0 -0
  90. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_list_cmd.py +0 -0
  91. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_list_pipe.py +0 -0
  92. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_load_cmd.py +0 -0
  93. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_load_pipe.py +0 -0
  94. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_raw_cmd.py +0 -0
  95. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_raw_pipe.py +0 -0
  96. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_result.py +0 -0
  97. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_save_cmd.py +0 -0
  98. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_save_pipe.py +0 -0
  99. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_signin.py +0 -0
  100. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_user_data.py +0 -0
  101. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_users.py +0 -0
  102. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_usesignout.py +0 -0
  103. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py +0 -0
  104. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_versions_used.py +0 -0
  105. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/filer.py +0 -0
  106. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/mcp.py +0 -0
  107. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/options.py +0 -0
  108. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/server.py +0 -0
  109. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/autoload.py +0 -0
  110. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/features.yml +0 -0
  111. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/.vscode/launch.json +0 -0
  112. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/requirements.txt +0 -0
  113. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/__init__.py +0 -0
  114. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/__main__.py +0 -0
  115. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/app.py +0 -0
  116. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
  117. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +0 -0
  118. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +0 -0
  119. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
  120. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/extensions/features.yml +0 -0
  121. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/extensions/user_list.yml +0 -0
  122. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/logconf_sample.yml +0 -0
  123. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/version.py +0 -0
  124. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico +0 -0
  125. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png +0 -0
  126. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/user_list.yml +0 -0
  127. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Authlib_1_6_0_BSD_License.txt +0 -0
  128. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt +0 -0
  129. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_MarkupSafe_3_0_2_BSD_License.txt +0 -0
  130. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt +0 -0
  131. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_PyYAML_6_0_2_MIT_License.txt +0 -0
  132. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt +0 -0
  133. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_SQLAlchemy_2_0_41_MIT.txt +0 -0
  134. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Sphinx_8_2_3_UNKNOWN.txt +0 -0
  135. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt +0 -0
  136. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiohttp_3_12_13_Apache-2_0.txt +0 -0
  137. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiosignal_1_3_2_Apache_Software_License.txt +0 -0
  138. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt +0 -0
  139. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt +0 -0
  140. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_anyio_4_9_0_MIT_License.txt +0 -0
  141. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_argcomplete_3_6_2_Apache_Software_License.txt +0 -0
  142. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt +0 -0
  143. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_attrs_25_3_0_UNKNOWN.txt +0 -0
  144. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_babel_2_17_0_BSD_License.txt +0 -0
  145. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt +0 -0
  146. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cachetools_5_5_2_MIT_License.txt +0 -0
  147. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
  148. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cffi_1_17_1_MIT_License.txt +0 -0
  149. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_charset-normalizer_3_4_2_MIT_License.txt +0 -0
  150. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_click_8_2_1_UNKNOWN.txt +0 -0
  151. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cloudpickle_3_1_1_BSD_License.txt +0 -0
  152. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_colorama_0_4_6_BSD_License.txt +0 -0
  153. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt +0 -0
  154. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt +0 -0
  155. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt +0 -0
  156. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_docstring_parser_0_16_MIT_License.txt +0 -0
  157. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt +0 -0
  158. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt +0 -0
  159. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt +0 -0
  160. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fastapi_0_115_14_MIT_License.txt +0 -0
  161. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fastmcp_2_10_1_Apache_Software_License.txt +0 -0
  162. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt +0 -0
  163. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_frozenlist_1_7_0_Apache-2_0.txt +0 -0
  164. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fsspec_2025_5_1_BSD_License.txt +0 -0
  165. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_gevent_25_5_1_MIT.txt +0 -0
  166. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-adk_1_5_0_Apache_Software_License.txt +0 -0
  167. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-api-core_2_25_1_Apache_Software_License.txt +0 -0
  168. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt +0 -0
  169. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt +0 -0
  170. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-auth_2_40_3_Apache_Software_License.txt +0 -0
  171. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt +0 -0
  172. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt +0 -0
  173. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt +0 -0
  174. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt +0 -0
  175. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt +0 -0
  176. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt +0 -0
  177. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt +0 -0
  178. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt +0 -0
  179. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt +0 -0
  180. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt +0 -0
  181. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt +0 -0
  182. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-crc32c_1_7_1_Apache_2_0.txt +0 -0
  183. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-genai_1_23_0_Apache_Software_License.txt +0 -0
  184. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt +0 -0
  185. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt +0 -0
  186. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_graphviz_0_21_UNKNOWN.txt +0 -0
  187. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt +0 -0
  188. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt +0 -0
  189. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt +0 -0
  190. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpcio_1_73_1_Apache_Software_License.txt +0 -0
  191. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt +0 -0
  192. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_h11_0_16_0_MIT_License.txt +0 -0
  193. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpcore_1_0_9_BSD_License.txt +0 -0
  194. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httplib2_0_22_0_MIT_License.txt +0 -0
  195. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httptools_0_6_4_MIT_License.txt +0 -0
  196. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpx-sse_0_4_1_MIT.txt +0 -0
  197. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpx_0_28_1_BSD_License.txt +0 -0
  198. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt +0 -0
  199. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt +0 -0
  200. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_idna_3_10_BSD_License.txt +0 -0
  201. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt +0 -0
  202. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt +0 -0
  203. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt +0 -0
  204. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt +0 -0
  205. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt +0 -0
  206. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt +0 -0
  207. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jiter_0_10_0_MIT_License.txt +0 -0
  208. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt +0 -0
  209. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jsonschema_4_24_0_UNKNOWN.txt +0 -0
  210. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_keyring_25_6_0_MIT_License.txt +0 -0
  211. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_litellm_1_73_6_MIT_License.txt +0 -0
  212. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_markdown-it-py_3_0_0_MIT_License.txt +0 -0
  213. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_mcp_1_10_1_MIT_License.txt +0 -0
  214. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt +0 -0
  215. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_more-itertools_10_7_0_MIT_License.txt +0 -0
  216. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_multidict_6_6_2_Apache_License_2_0.txt +0 -0
  217. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_nh3_0_2_21_MIT.txt +0 -0
  218. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_numpy_2_3_1_BSD_License.txt +0 -0
  219. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_openai_1_93_0_Apache_Software_License.txt +0 -0
  220. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt +0 -0
  221. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt +0 -0
  222. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt +0 -0
  223. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt +0 -0
  224. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt +0 -0
  225. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt +0 -0
  226. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt +0 -0
  227. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pillow_11_2_1_UNKNOWN.txt +0 -0
  228. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pip_24_0_MIT_License.txt +0 -0
  229. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_plyer_2_1_0_MIT_License.txt +0 -0
  230. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_prettytable_3_16_0_UNKNOWN.txt +0 -0
  231. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_prompt_toolkit_3_0_51_BSD_License.txt +0 -0
  232. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt +0 -0
  233. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt +0 -0
  234. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt +0 -0
  235. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  236. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  237. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt +0 -0
  238. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt +0 -0
  239. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pycparser_2_22_BSD_License.txt +0 -0
  240. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt +0 -0
  241. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic-settings_2_10_1_MIT_License.txt +0 -0
  242. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic_2_11_7_MIT_License.txt +0 -0
  243. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic_core_2_33_2_MIT_License.txt +0 -0
  244. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyparsing_3_2_3_MIT_License.txt +0 -0
  245. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  246. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt +0 -0
  247. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-dotenv_1_1_1_BSD_License.txt +0 -0
  248. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-multipart_0_0_20_Apache_Software_License.txt +0 -0
  249. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt +0 -0
  250. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_questionary_2_1_0_MIT_License.txt +0 -0
  251. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt +0 -0
  252. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_redis_6_2_0_MIT_License.txt +0 -0
  253. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_referencing_0_36_2_UNKNOWN.txt +0 -0
  254. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_regex_2024_11_6_Apache_Software_License.txt +0 -0
  255. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt +0 -0
  256. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_requests_2_32_4_Apache_Software_License.txt +0 -0
  257. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt +0 -0
  258. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rich_14_0_0_MIT_License.txt +0 -0
  259. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_roman-numerals-py_3_1_0_CC0_1_0_Universal-CC0_1_0-Public_Domain_Dedication-Zero-Clause_BSD-0BSD.txt +0 -0
  260. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rpds-py_0_25_1_MIT.txt +0 -0
  261. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt +0 -0
  262. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt +0 -0
  263. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_shapely_2_1_1_BSD_License.txt +0 -0
  264. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +0 -0
  265. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_six_1_17_0_MIT_License.txt +0 -0
  266. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt +0 -0
  267. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt +0 -0
  268. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-intl_2_3_1_BSD_License.txt +0 -0
  269. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt +0 -0
  270. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt +0 -0
  271. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt +0 -0
  272. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt +0 -0
  273. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt +0 -0
  274. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt +0 -0
  275. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt +0 -0
  276. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt +0 -0
  277. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt +0 -0
  278. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt +0 -0
  279. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt +0 -0
  280. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sse-starlette_2_3_6_BSD_License.txt +0 -0
  281. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_starlette_0_46_2_BSD_License.txt +0 -0
  282. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt +0 -0
  283. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt +0 -0
  284. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tiktoken_0_9_0_MIT_License-Copyright-c-2022_OpenAI-Shantanu_Jain-Permission_is_hereby_granted-free_of_charge-to_any_pers.txt +0 -0
  285. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt +0 -0
  286. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tomli_2_2_1_MIT_License.txt +0 -0
  287. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
  288. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_twine_6_1_0_Apache_Software_License.txt +0 -0
  289. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt +0 -0
  290. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt +0 -0
  291. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typing_extensions_4_14_0_UNKNOWN.txt +0 -0
  292. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tzdata_2025_2_Apache_Software_License.txt +0 -0
  293. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt +0 -0
  294. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt +0 -0
  295. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_urllib3_2_5_0_UNKNOWN.txt +0 -0
  296. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_uvicorn_0_35_0_BSD_License.txt +0 -0
  297. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt +0 -0
  298. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_wcwidth_0_2_13_MIT_License.txt +0 -0
  299. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_websockets_15_0_1_BSD_License.txt +0 -0
  300. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_wheel_0_45_1_MIT_License.txt +0 -0
  301. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt +0 -0
  302. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt +0 -0
  303. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zope_event_5_1_Zope_Public_License.txt +0 -0
  304. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zope_interface_7_2_Zope_Public_License.txt +0 -0
  305. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/files.txt +0 -0
  306. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_audit.yml +0 -0
  307. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_client.yml +0 -0
  308. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_cmdbox.yml +0 -0
  309. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_edge.yml +0 -0
  310. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_gui.yml +0 -0
  311. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_mcp.yml +0 -0
  312. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_server.yml +0 -0
  313. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_web.yml +0 -0
  314. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/agent.html +0 -0
  315. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/apexcharts/apexcharts.css +0 -0
  316. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/apexcharts/apexcharts.min.js +0 -0
  317. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js +0 -0
  318. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css +0 -0
  319. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/agent.js +0 -0
  320. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/audit.js +0 -0
  321. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/color_mode.css +0 -0
  322. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/common.js +0 -0
  323. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/favicon.ico +0 -0
  324. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/filer_modal.js +0 -0
  325. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/icon.png +0 -0
  326. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/list_cmd.js +0 -0
  327. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/list_pipe.js +0 -0
  328. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/main.js +0 -0
  329. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/open_capture.js +0 -0
  330. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/open_output_json.js +0 -0
  331. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/result.js +0 -0
  332. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/signin.js +0 -0
  333. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/svgicon.js +0 -0
  334. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/users.js +0 -0
  335. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/view_raw.js +0 -0
  336. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/view_result.js +0 -0
  337. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/LICENSE.txt +0 -0
  338. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/encoding.js +0 -0
  339. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/encoding.min.js +0 -0
  340. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/filer.js +0 -0
  341. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/main.css +0 -0
  342. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/main.js +0 -0
  343. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/default.css +0 -0
  344. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/highlight.min.js +0 -0
  345. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css +0 -0
  346. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery/jquery.min.3.2.0.js +0 -0
  347. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/README.md +0 -0
  348. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt +0 -0
  349. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css +0 -0
  350. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html +0 -0
  351. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js +0 -0
  352. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js +0 -0
  353. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/AUTHORS.txt +0 -0
  354. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/LICENSE.txt +0 -0
  355. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  356. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  357. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  358. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  359. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  360. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
  361. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.css +0 -0
  362. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.js +0 -0
  363. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css +0 -0
  364. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css +0 -0
  365. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/package.json +0 -0
  366. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/css/lightbox.min.css +0 -0
  367. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/close.png +0 -0
  368. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/loading.gif +0 -0
  369. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/next.png +0 -0
  370. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/prev.png +0 -0
  371. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/js/lightbox.min.js +0 -0
  372. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/split-pane/split-pane.css +0 -0
  373. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/split-pane/split-pane.js +0 -0
  374. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/css/tree-menu.css +0 -0
  375. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/file.png +0 -0
  376. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/folder-close.png +0 -0
  377. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/folder-open.png +0 -0
  378. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/js/tree-menu.js +0 -0
  379. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets_license_list.txt +0 -0
  380. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/audit.html +0 -0
  381. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/filer.html +0 -0
  382. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/gui.html +0 -0
  383. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/result.html +0 -0
  384. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/signin.html +0 -0
  385. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/users.html +0 -0
  386. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/SOURCES.txt +0 -0
  387. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/dependency_links.txt +0 -0
  388. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/entry_points.txt +0 -0
  389. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/requires.txt +0 -0
  390. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/top_level.txt +0 -0
  391. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/setup.cfg +0 -0
  392. {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cmdbox
3
- Version: 0.6.3.1
3
+ Version: 0.6.3.2
4
4
  Summary: cmdbox: It is a command line application with a plugin mechanism.
5
5
  Home-page: https://github.com/hamacom2004jp/cmdbox
6
6
  Download-URL: https://github.com/hamacom2004jp/cmdbox
@@ -144,7 +144,10 @@ class ColorfulStreamHandler(logging.StreamHandler):
144
144
  #super().emit(record)
145
145
  record.levelname = level_mapping_nc[record.levelno]
146
146
  record.msg = self.format(record)
147
- self.console.print(record.msg)
147
+ try:
148
+ self.console.print(record.msg)
149
+ except Exception as e:
150
+ self.console.print(record.msg, highlight=False)
148
151
 
149
152
  class TimedRotatingFileHandler(logging.handlers.TimedRotatingFileHandler):
150
153
  def emit(self, record: logging.LogRecord) -> None:
@@ -37,24 +37,9 @@ class WebApikeyAdd(feature.UnsupportEdgeFeature):
37
37
  description_ja="WebモードのユーザーのApiKeyを追加します。",
38
38
  description_en="Add an ApiKey for a user in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
56
- description_ja="ユーザー名を指定します。他のユーザーと重複しないようにしてください。",
57
- description_en="Specify a user name. Do not duplicate other users."),
41
+ description_ja="対象のユーザー名を指定します。",
42
+ description_en="Specify the target user name."),
58
43
  dict(opt="apikey_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
59
44
  description_ja="このユーザーのApiKey名を指定します。",
60
45
  description_en="Specify the ApiKey name for this user."),
@@ -92,8 +77,8 @@ class WebApikeyAdd(feature.UnsupportEdgeFeature):
92
77
  return 1, msg, None
93
78
  w = None
94
79
  try:
95
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
96
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
80
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
81
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
97
82
  signin_file=args.signin_file)
98
83
  user = dict(name=args.user_name, apikey_name=args.apikey_name)
99
84
  apikey = w.apikey_add(user)
@@ -37,24 +37,9 @@ class WebApikeyDel(feature.UnsupportEdgeFeature):
37
37
  description_ja="WebモードのユーザーのApiKeyを削除します。",
38
38
  description_en="Del an ApiKey for a user in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
56
- description_ja="ユーザー名を指定します。他のユーザーと重複しないようにしてください。",
57
- description_en="Specify a user name. Do not duplicate other users."),
41
+ description_ja="対象のユーザー名を指定します。",
42
+ description_en="Specify the target user name."),
58
43
  dict(opt="apikey_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
59
44
  description_ja="このユーザーのApiKey名を指定します。",
60
45
  description_en="Specify the ApiKey name for this user."),
@@ -92,8 +77,8 @@ class WebApikeyDel(feature.UnsupportEdgeFeature):
92
77
  return 1, msg, None
93
78
  w = None
94
79
  try:
95
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
96
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
80
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
81
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
97
82
  signin_file=args.signin_file)
98
83
  user = dict(name=args.user_name, apikey_name=args.apikey_name)
99
84
  w.apikey_del(user)
@@ -37,21 +37,6 @@ class WebGroupAdd(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのグループを追加します。",
38
38
  description_en="Add a group in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="グループIDを指定します。他のグループと重複しないようにしてください。",
57
42
  description_en="Specify the group ID. Do not duplicate other groups."),
@@ -95,8 +80,8 @@ class WebGroupAdd(feature.UnsupportEdgeFeature):
95
80
  return 1, msg, None
96
81
  w = None
97
82
  try:
98
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
99
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
83
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
84
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
100
85
  signin_file=args.signin_file)
101
86
  group = dict(gid=args.group_id, name=args.group_name, parent=args.group_parent)
102
87
  w.group_add(group)
@@ -37,21 +37,6 @@ class WebGroupDel(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのグループを削除します。",
38
38
  description_en="Del a group in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="グループIDを指定します。",
57
42
  description_en="Specify the group ID. Do not duplicate other groups."),
@@ -89,8 +74,8 @@ class WebGroupDel(feature.UnsupportEdgeFeature):
89
74
  return 1, msg, None
90
75
  w = None
91
76
  try:
92
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
93
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
77
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
78
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
94
79
  signin_file=args.signin_file)
95
80
  w.group_del(args.group_id)
96
81
  msg = dict(success=f"group ID {args.group_id} has been deleted.")
@@ -37,21 +37,6 @@ class WebGroupEdit(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのグループを編集します。",
38
38
  description_en="Edit a group in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="グループIDを指定します。",
57
42
  description_en="Specify the group ID. Do not duplicate other groups."),
@@ -95,8 +80,8 @@ class WebGroupEdit(feature.UnsupportEdgeFeature):
95
80
  return 1, msg, None
96
81
  w = None
97
82
  try:
98
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
99
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
83
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
84
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
100
85
  signin_file=args.signin_file)
101
86
  group = dict(gid=args.group_id, name=args.group_name, parent=args.group_parent)
102
87
  w.group_edit(group)
@@ -37,21 +37,6 @@ class WebGroupList(feature.OneshotResultEdgeFeature):
37
37
  description_ja="Webモードのグループー一覧を取得します。",
38
38
  description_en="Get a list of users in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="group_name", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
56
41
  description_ja="グループ名を指定して取得します。省略した時は全てのグループを取得します。",
57
42
  description_en="Retrieved by specifying a group name. If omitted, all groups are retrieved."),
@@ -89,8 +74,8 @@ class WebGroupList(feature.OneshotResultEdgeFeature):
89
74
  return 1, msg, None
90
75
  w = None
91
76
  try:
92
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
93
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
77
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
78
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
94
79
  signin_file=args.signin_file)
95
80
  groups = w.group_list(args.group_name)
96
81
  msg = dict(success=groups)
@@ -37,21 +37,6 @@ class WebUserAdd(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのユーザーを追加します。",
38
38
  description_en="Add a user in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="ユーザーIDを指定します。他のユーザーと重複しないようにしてください。",
57
42
  description_en="Specify the user ID. Do not duplicate other users."),
@@ -104,8 +89,8 @@ class WebUserAdd(feature.UnsupportEdgeFeature):
104
89
  return 1, msg, None
105
90
  w = None
106
91
  try:
107
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
108
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
92
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
93
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
109
94
  signin_file=args.signin_file)
110
95
  user = dict(uid=args.user_id, name=args.user_name, password=args.user_pass, hash=args.user_pass_hash,
111
96
  email=args.user_email, groups=args.user_group)
@@ -37,21 +37,6 @@ class WebUserDel(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのユーザーを削除します。",
38
38
  description_en="Delete a user in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="ユーザーIDを指定します。",
57
42
  description_en="Specify the user ID."),
@@ -89,8 +74,8 @@ class WebUserDel(feature.UnsupportEdgeFeature):
89
74
  return 1, msg, None
90
75
  w = None
91
76
  try:
92
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
93
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
77
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
78
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
94
79
  signin_file=args.signin_file)
95
80
  w.user_del(args.user_id)
96
81
  msg = dict(success=f"User ID {args.user_id} has been deleted.")
@@ -37,21 +37,6 @@ class WebUserEdit(feature.UnsupportEdgeFeature):
37
37
  description_ja="Webモードのユーザーを編集します。",
38
38
  description_en="Edit users in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
56
41
  description_ja="ユーザーIDを指定します。",
57
42
  description_en="Specify the user ID."),
@@ -104,8 +89,8 @@ class WebUserEdit(feature.UnsupportEdgeFeature):
104
89
  return 1, msg, None
105
90
  w = None
106
91
  try:
107
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
108
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
92
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
93
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
109
94
  signin_file=args.signin_file)
110
95
  user = dict(uid=args.user_id, name=args.user_name, password=args.user_pass, hash=args.user_pass_hash,
111
96
  email=args.user_email, groups=args.user_group)
@@ -37,21 +37,6 @@ class WebUserList(feature.OneshotResultEdgeFeature):
37
37
  description_ja="Webモードのユーザー一覧を取得します。",
38
38
  description_en="Get a list of users in Web mode.",
39
39
  choice=[
40
- dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
41
- description_ja="Redisサーバーのサービスホストを指定します。",
42
- description_en="Specify the service host of the Redis server."),
43
- dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
44
- description_ja="Redisサーバーのサービスポートを指定します。",
45
- description_en="Specify the service port of the Redis server."),
46
- dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
47
- description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
48
- description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
49
- dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
50
- description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
51
- description_en="Specify the service name of the inference server. If omitted, `server` is used."),
52
- dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
53
- description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
54
- description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
55
40
  dict(opt="user_name", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
56
41
  description_ja="ユーザー名を指定して取得します。省略した時は全てのユーザーを取得します。",
57
42
  description_en="Retrieved by specifying a user name. If omitted, all users are retrieved."),
@@ -89,8 +74,8 @@ class WebUserList(feature.OneshotResultEdgeFeature):
89
74
  return 1, msg, None
90
75
  w = None
91
76
  try:
92
- w = web.Web(logger, Path(args.data), appcls=self.appcls, ver=self.ver,
93
- redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname,
77
+ w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
78
+ redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
94
79
  signin_file=args.signin_file)
95
80
  users = w.user_list(args.user_name)
96
81
  msg = dict(success=users)
@@ -475,7 +475,7 @@ class Web:
475
475
  for u in signin_data['users']:
476
476
  if u['uid'] == user['uid']:
477
477
  u['name'] = user['name']
478
- if 'password' in user and user['password'] != '':
478
+ if 'password' in user and user['password'] is not None and user['password'] != '':
479
479
  jadge, msg = self.signin.check_password_policy(user['name'], u['password'], user['password'])
480
480
  if not jadge:
481
481
  raise ValueError(msg)
@@ -1,10 +1,10 @@
1
1
  import datetime
2
2
 
3
- dt_now = datetime.datetime(2025, 7, 29)
3
+ dt_now = datetime.datetime(2025, 7, 30)
4
4
  days_ago = (datetime.datetime.now() - dt_now).days
5
5
  __appid__ = 'cmdbox'
6
6
  __title__ = 'cmdbox (Command Development Application)'
7
- __version__ = '0.6.3.1'
7
+ __version__ = '0.6.3.2'
8
8
  __copyright__ = f'Copyright © 2023-{dt_now.strftime("%Y")} hamacom2004jp'
9
9
  __pypiurl__ = 'https://pypi.org/project/cmdbox/'
10
10
  __srcurl__ = 'https://github.com/hamacom2004jp/cmdbox'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cmdbox
3
- Version: 0.6.3.1
3
+ Version: 0.6.3.2
4
4
  Summary: cmdbox: It is a command line application with a plugin mechanism.
5
5
  Home-page: https://github.com/hamacom2004jp/cmdbox
6
6
  Download-URL: https://github.com/hamacom2004jp/cmdbox
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes