cmdbox 0.6.1.1__tar.gz → 0.6.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.1.1/cmdbox.egg-info → cmdbox-0.6.2}/PKG-INFO +27 -23
  2. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/README.md +26 -22
  3. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/signin.py +7 -3
  4. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/edge.py +3 -3
  5. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/agent_base.py +42 -42
  6. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/audit_base.py +28 -28
  7. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_createdb.py +28 -28
  8. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_delete.py +26 -26
  9. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_search.py +42 -42
  10. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_write.py +22 -22
  11. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_copy.py +36 -36
  12. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_download.py +38 -38
  13. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_list.py +34 -34
  14. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +32 -32
  15. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_move.py +34 -34
  16. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_remove.py +32 -32
  17. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +32 -32
  18. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_upload.py +38 -38
  19. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_server_info.py +26 -26
  20. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_cmd_list.py +22 -21
  21. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_cmd_load.py +24 -20
  22. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_edge_config.py +40 -40
  23. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_edge_start.py +4 -4
  24. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_gui_start.py +2 -2
  25. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_gui_stop.py +2 -2
  26. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_mcp_proxy.py +17 -11
  27. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_list.py +20 -20
  28. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_start.py +26 -26
  29. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_stop.py +26 -26
  30. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_apikey_add.py +24 -24
  31. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_apikey_del.py +24 -24
  32. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_gencert.py +24 -24
  33. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_genpass.py +20 -20
  34. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_add.py +26 -26
  35. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_del.py +22 -22
  36. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_edit.py +26 -26
  37. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_list.py +22 -22
  38. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_start.py +65 -65
  39. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_stop.py +10 -10
  40. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_add.py +32 -32
  41. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_del.py +22 -22
  42. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_edit.py +32 -32
  43. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_list.py +22 -22
  44. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_agent.py +0 -4
  45. cmdbox-0.6.2/cmdbox/app/mcp.py +571 -0
  46. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/options.py +21 -21
  47. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/web.py +1 -1
  48. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +4 -4
  49. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +18 -18
  50. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/extensions/user_list.yml +4 -0
  51. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/user_list.yml +4 -0
  52. cmdbox-0.6.2/cmdbox/licenses/LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt +35 -0
  53. cmdbox-0.6.2/cmdbox/licenses/LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt +27 -0
  54. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/files.txt +4 -2
  55. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/version.py +2 -2
  56. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/agent.html +2 -2
  57. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/audit.js +14 -14
  58. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/common.js +21 -7
  59. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/list_cmd.js +5 -5
  60. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/signin.js +17 -7
  61. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/svgicon.js +3 -3
  62. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/users.js +14 -5
  63. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/audit.html +6 -6
  64. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/signin.html +13 -10
  65. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/users.html +4 -4
  66. {cmdbox-0.6.1.1 → cmdbox-0.6.2/cmdbox.egg-info}/PKG-INFO +27 -23
  67. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox.egg-info/SOURCES.txt +4 -2
  68. cmdbox-0.6.1.1/cmdbox/app/mcp.py +0 -375
  69. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/LICENSE +0 -0
  70. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/MANIFEST.in +0 -0
  71. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/__init__.py +0 -0
  72. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/__main__.py +0 -0
  73. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/__init__.py +0 -0
  74. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/app.py +0 -0
  75. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/__init__.py +0 -0
  76. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/azure_signin.py +0 -0
  77. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/azure_signin_saml.py +0 -0
  78. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/github_signin.py +0 -0
  79. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/google_signin.py +0 -0
  80. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/auth/signin_saml.py +0 -0
  81. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/client.py +0 -0
  82. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/common.py +0 -0
  83. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/commons/convert.py +0 -0
  84. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/commons/loghandler.py +0 -0
  85. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/commons/module.py +0 -0
  86. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/commons/redis_client.py +0 -0
  87. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/edge_tool.py +0 -0
  88. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/feature.py +0 -0
  89. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_assets.py +0 -0
  90. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_audit.py +0 -0
  91. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_audit_metrics.py +0 -0
  92. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py +0 -0
  93. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_copyright.py +0 -0
  94. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_del_cmd.py +0 -0
  95. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_del_pipe.py +0 -0
  96. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_do_signin.py +0 -0
  97. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_do_signout.py +0 -0
  98. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_exec_cmd.py +0 -0
  99. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_exec_pipe.py +0 -0
  100. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer download.py +0 -0
  101. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer.py +0 -0
  102. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer_upload.py +0 -0
  103. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +0 -0
  104. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_cmds.py +0 -0
  105. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_modes.py +0 -0
  106. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_server_opt.py +0 -0
  107. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_gui.py +0 -0
  108. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_gui_callback.py +0 -0
  109. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_list_cmd.py +0 -0
  110. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_list_pipe.py +0 -0
  111. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_load_cmd.py +0 -0
  112. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_load_pipe.py +0 -0
  113. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_raw_cmd.py +0 -0
  114. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_raw_pipe.py +0 -0
  115. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_result.py +0 -0
  116. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_save_cmd.py +0 -0
  117. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_save_pipe.py +0 -0
  118. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_signin.py +0 -0
  119. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_user_data.py +0 -0
  120. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_users.py +0 -0
  121. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_usesignout.py +0 -0
  122. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py +0 -0
  123. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_versions_used.py +0 -0
  124. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/filer.py +0 -0
  125. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/app/server.py +0 -0
  126. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/autoload.py +0 -0
  127. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/config.yml +0 -0
  128. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/features.yml +0 -0
  129. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/.vscode/launch.json +0 -0
  130. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/requirements.txt +0 -0
  131. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/__init__.py +0 -0
  132. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/__main__.py +0 -0
  133. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/app.py +0 -0
  134. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
  135. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
  136. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/extensions/features.yml +0 -0
  137. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/logconf_sample.yml +0 -0
  138. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/version.py +0 -0
  139. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico +0 -0
  140. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png +0 -0
  141. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Authlib_1_6_0_BSD_License.txt +0 -0
  142. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt +0 -0
  143. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_MarkupSafe_3_0_2_BSD_License.txt +0 -0
  144. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt +0 -0
  145. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_PyYAML_6_0_2_MIT_License.txt +0 -0
  146. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt +0 -0
  147. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_SQLAlchemy_2_0_41_MIT.txt +0 -0
  148. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Sphinx_8_2_3_UNKNOWN.txt +0 -0
  149. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt +0 -0
  150. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiohttp_3_12_13_Apache-2_0.txt +0 -0
  151. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiosignal_1_3_2_Apache_Software_License.txt +0 -0
  152. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt +0 -0
  153. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt +0 -0
  154. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_anyio_4_9_0_MIT_License.txt +0 -0
  155. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_argcomplete_3_6_2_Apache_Software_License.txt +0 -0
  156. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt +0 -0
  157. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_attrs_25_3_0_UNKNOWN.txt +0 -0
  158. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_babel_2_17_0_BSD_License.txt +0 -0
  159. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt +0 -0
  160. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cachetools_5_5_2_MIT_License.txt +0 -0
  161. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
  162. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cffi_1_17_1_MIT_License.txt +0 -0
  163. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_charset-normalizer_3_4_2_MIT_License.txt +0 -0
  164. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_click_8_2_1_UNKNOWN.txt +0 -0
  165. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cloudpickle_3_1_1_BSD_License.txt +0 -0
  166. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_colorama_0_4_6_BSD_License.txt +0 -0
  167. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt +0 -0
  168. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt +0 -0
  169. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_docstring_parser_0_16_MIT_License.txt +0 -0
  170. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt +0 -0
  171. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt +0 -0
  172. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_fastapi_0_115_14_MIT_License.txt +0 -0
  173. /cmdbox-0.6.1.1/cmdbox/licenses/LICENSE_fastmcp_2_9_2_Apache_Software_License.txt → /cmdbox-0.6.2/cmdbox/licenses/LICENSE_fastmcp_2_10_1_Apache_Software_License.txt +0 -0
  174. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt +0 -0
  175. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_frozenlist_1_7_0_Apache-2_0.txt +0 -0
  176. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_fsspec_2025_5_1_BSD_License.txt +0 -0
  177. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_gevent_25_5_1_MIT.txt +0 -0
  178. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-adk_1_5_0_Apache_Software_License.txt +0 -0
  179. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-api-core_2_25_1_Apache_Software_License.txt +0 -0
  180. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt +0 -0
  181. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt +0 -0
  182. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-auth_2_40_3_Apache_Software_License.txt +0 -0
  183. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt +0 -0
  184. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt +0 -0
  185. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt +0 -0
  186. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt +0 -0
  187. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt +0 -0
  188. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt +0 -0
  189. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt +0 -0
  190. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt +0 -0
  191. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt +0 -0
  192. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt +0 -0
  193. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt +0 -0
  194. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-crc32c_1_7_1_Apache_2_0.txt +0 -0
  195. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-genai_1_23_0_Apache_Software_License.txt +0 -0
  196. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt +0 -0
  197. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt +0 -0
  198. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_graphviz_0_21_UNKNOWN.txt +0 -0
  199. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt +0 -0
  200. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt +0 -0
  201. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt +0 -0
  202. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpcio_1_73_1_Apache_Software_License.txt +0 -0
  203. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt +0 -0
  204. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_h11_0_16_0_MIT_License.txt +0 -0
  205. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpcore_1_0_9_BSD_License.txt +0 -0
  206. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httplib2_0_22_0_MIT_License.txt +0 -0
  207. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httptools_0_6_4_MIT_License.txt +0 -0
  208. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpx-sse_0_4_1_MIT.txt +0 -0
  209. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpx_0_28_1_BSD_License.txt +0 -0
  210. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt +0 -0
  211. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt +0 -0
  212. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_idna_3_10_BSD_License.txt +0 -0
  213. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt +0 -0
  214. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt +0 -0
  215. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt +0 -0
  216. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt +0 -0
  217. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt +0 -0
  218. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt +0 -0
  219. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jiter_0_10_0_MIT_License.txt +0 -0
  220. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt +0 -0
  221. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jsonschema_4_24_0_UNKNOWN.txt +0 -0
  222. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_keyring_25_6_0_MIT_License.txt +0 -0
  223. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_litellm_1_73_6_MIT_License.txt +0 -0
  224. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_markdown-it-py_3_0_0_MIT_License.txt +0 -0
  225. /cmdbox-0.6.1.1/cmdbox/licenses/LICENSE_mcp_1_9_4_MIT_License.txt → /cmdbox-0.6.2/cmdbox/licenses/LICENSE_mcp_1_10_1_MIT_License.txt +0 -0
  226. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt +0 -0
  227. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_more-itertools_10_7_0_MIT_License.txt +0 -0
  228. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_multidict_6_6_2_Apache_License_2_0.txt +0 -0
  229. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_nh3_0_2_21_MIT.txt +0 -0
  230. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_numpy_2_3_1_BSD_License.txt +0 -0
  231. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_openai_1_93_0_Apache_Software_License.txt +0 -0
  232. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt +0 -0
  233. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt +0 -0
  234. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt +0 -0
  235. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt +0 -0
  236. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt +0 -0
  237. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt +0 -0
  238. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt +0 -0
  239. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pillow_11_2_1_UNKNOWN.txt +0 -0
  240. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pip_24_0_MIT_License.txt +0 -0
  241. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_plyer_2_1_0_MIT_License.txt +0 -0
  242. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_prettytable_3_16_0_UNKNOWN.txt +0 -0
  243. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_prompt_toolkit_3_0_51_BSD_License.txt +0 -0
  244. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt +0 -0
  245. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt +0 -0
  246. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt +0 -0
  247. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  248. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  249. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt +0 -0
  250. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt +0 -0
  251. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pycparser_2_22_BSD_License.txt +0 -0
  252. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt +0 -0
  253. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic-settings_2_10_1_MIT_License.txt +0 -0
  254. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic_2_11_7_MIT_License.txt +0 -0
  255. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic_core_2_33_2_MIT_License.txt +0 -0
  256. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyparsing_3_2_3_MIT_License.txt +0 -0
  257. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
  258. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt +0 -0
  259. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-dotenv_1_1_1_BSD_License.txt +0 -0
  260. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-multipart_0_0_20_Apache_Software_License.txt +0 -0
  261. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt +0 -0
  262. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_questionary_2_1_0_MIT_License.txt +0 -0
  263. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt +0 -0
  264. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_redis_6_2_0_MIT_License.txt +0 -0
  265. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_referencing_0_36_2_UNKNOWN.txt +0 -0
  266. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_regex_2024_11_6_Apache_Software_License.txt +0 -0
  267. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt +0 -0
  268. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_requests_2_32_4_Apache_Software_License.txt +0 -0
  269. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt +0 -0
  270. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rich_14_0_0_MIT_License.txt +0 -0
  271. {cmdbox-0.6.1.1 → cmdbox-0.6.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
  272. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rpds-py_0_25_1_MIT.txt +0 -0
  273. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt +0 -0
  274. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt +0 -0
  275. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_shapely_2_1_1_BSD_License.txt +0 -0
  276. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +0 -0
  277. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_six_1_17_0_MIT_License.txt +0 -0
  278. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt +0 -0
  279. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt +0 -0
  280. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-intl_2_3_1_BSD_License.txt +0 -0
  281. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt +0 -0
  282. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt +0 -0
  283. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt +0 -0
  284. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt +0 -0
  285. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt +0 -0
  286. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt +0 -0
  287. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt +0 -0
  288. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt +0 -0
  289. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt +0 -0
  290. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt +0 -0
  291. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt +0 -0
  292. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sse-starlette_2_3_6_BSD_License.txt +0 -0
  293. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_starlette_0_46_2_BSD_License.txt +0 -0
  294. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt +0 -0
  295. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt +0 -0
  296. {cmdbox-0.6.1.1 → cmdbox-0.6.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
  297. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt +0 -0
  298. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tomli_2_2_1_MIT_License.txt +0 -0
  299. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
  300. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_twine_6_1_0_Apache_Software_License.txt +0 -0
  301. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt +0 -0
  302. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt +0 -0
  303. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typing_extensions_4_14_0_UNKNOWN.txt +0 -0
  304. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tzdata_2025_2_Apache_Software_License.txt +0 -0
  305. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt +0 -0
  306. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt +0 -0
  307. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_urllib3_2_5_0_UNKNOWN.txt +0 -0
  308. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_uvicorn_0_35_0_BSD_License.txt +0 -0
  309. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt +0 -0
  310. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_wcwidth_0_2_13_MIT_License.txt +0 -0
  311. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_websockets_15_0_1_BSD_License.txt +0 -0
  312. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_wheel_0_45_1_MIT_License.txt +0 -0
  313. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt +0 -0
  314. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt +0 -0
  315. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zope_event_5_1_Zope_Public_License.txt +0 -0
  316. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zope_interface_7_2_Zope_Public_License.txt +0 -0
  317. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_audit.yml +0 -0
  318. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_client.yml +0 -0
  319. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_cmdbox.yml +0 -0
  320. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_edge.yml +0 -0
  321. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_gui.yml +0 -0
  322. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_mcp.yml +0 -0
  323. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_server.yml +0 -0
  324. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/logconf_web.yml +0 -0
  325. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/apexcharts/apexcharts.css +0 -0
  326. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/apexcharts/apexcharts.min.js +0 -0
  327. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js +0 -0
  328. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css +0 -0
  329. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/agent.js +0 -0
  330. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/color_mode.css +0 -0
  331. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/favicon.ico +0 -0
  332. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/filer_modal.js +0 -0
  333. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/icon.png +0 -0
  334. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/list_pipe.js +0 -0
  335. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/main.js +0 -0
  336. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/open_capture.js +0 -0
  337. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/open_output_json.js +0 -0
  338. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/result.js +0 -0
  339. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/view_raw.js +0 -0
  340. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/view_result.js +0 -0
  341. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/LICENSE.txt +0 -0
  342. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/encoding.js +0 -0
  343. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/encoding.min.js +0 -0
  344. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/filer.js +0 -0
  345. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/main.css +0 -0
  346. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/main.js +0 -0
  347. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/default.css +0 -0
  348. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/highlight.min.js +0 -0
  349. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css +0 -0
  350. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery/jquery.min.3.2.0.js +0 -0
  351. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/README.md +0 -0
  352. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt +0 -0
  353. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css +0 -0
  354. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html +0 -0
  355. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js +0 -0
  356. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js +0 -0
  357. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/AUTHORS.txt +0 -0
  358. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/LICENSE.txt +0 -0
  359. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  360. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  361. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  362. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  363. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  364. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
  365. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.css +0 -0
  366. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.js +0 -0
  367. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css +0 -0
  368. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css +0 -0
  369. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/package.json +0 -0
  370. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/css/lightbox.min.css +0 -0
  371. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/close.png +0 -0
  372. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/loading.gif +0 -0
  373. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/next.png +0 -0
  374. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/prev.png +0 -0
  375. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/js/lightbox.min.js +0 -0
  376. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/split-pane/split-pane.css +0 -0
  377. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/split-pane/split-pane.js +0 -0
  378. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/css/tree-menu.css +0 -0
  379. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/file.png +0 -0
  380. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/folder-close.png +0 -0
  381. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/folder-open.png +0 -0
  382. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/js/tree-menu.js +0 -0
  383. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/assets_license_list.txt +0 -0
  384. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/filer.html +0 -0
  385. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/gui.html +0 -0
  386. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox/web/result.html +0 -0
  387. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox.egg-info/dependency_links.txt +0 -0
  388. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox.egg-info/entry_points.txt +0 -0
  389. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox.egg-info/requires.txt +0 -0
  390. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/cmdbox.egg-info/top_level.txt +0 -0
  391. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/setup.cfg +0 -0
  392. {cmdbox-0.6.1.1 → cmdbox-0.6.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cmdbox
3
- Version: 0.6.1.1
3
+ Version: 0.6.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
@@ -145,12 +145,12 @@ class ClientTime(feature.Feature):
145
145
  def get_option(self):
146
146
  return dict(
147
147
  type=Options.T_STR, default=None, required=False, multi=False, hide=False, use_redis=self.USE_REDIS_FALSE,
148
- discription_ja="クライアント側の現在時刻を表示します。",
149
- discription_en="Displays the current time at the client side.",
148
+ description_ja="クライアント側の現在時刻を表示します。",
149
+ description_en="Displays the current time at the client side.",
150
150
  choice=[
151
151
  dict(opt="timedelta", type=Options.T_INT, default=9, required=False, multi=False, hide=False, choice=None,
152
- discription_ja="時差の時間数を指定します。",
153
- discription_en="Specify the number of hours of time difference."),
152
+ description_ja="時差の時間数を指定します。",
153
+ description_en="Specify the number of hours of time difference."),
154
154
  ])
155
155
 
156
156
  def apprun(self, logger:logging.Logger, args:argparse.Namespace, tm:float, pf:List[Dict[str, float]]=[]) -> Tuple[int, Dict[str, Any], Any]:
@@ -191,33 +191,33 @@ class ServerTime(feature.Feature):
191
191
  def get_option(self):
192
192
  return dict(
193
193
  type=Options.T_STR, default=None, required=False, multi=False, hide=False, use_redis=self.USE_REDIS_FALSE,
194
- discription_ja="サーバー側の現在時刻を表示します。",
195
- discription_en="Displays the current time at the server side.",
194
+ description_ja="サーバー側の現在時刻を表示します。",
195
+ description_en="Displays the current time at the server side.",
196
196
  choice=[
197
197
  dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None,
198
- discription_ja="Redisサーバーのサービスホストを指定します。",
199
- discription_en="Specify the service host of the Redis server."),
198
+ description_ja="Redisサーバーのサービスホストを指定します。",
199
+ description_en="Specify the service host of the Redis server."),
200
200
  dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None,
201
- discription_ja="Redisサーバーのサービスポートを指定します。",
202
- discription_en="Specify the service port of the Redis server."),
201
+ description_ja="Redisサーバーのサービスポートを指定します。",
202
+ description_en="Specify the service port of the Redis server."),
203
203
  dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None,
204
- discription_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
205
- discription_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
204
+ description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
205
+ description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
206
206
  dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None,
207
- discription_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
208
- discription_en="Specify the service name of the inference server. If omitted, `server` is used."),
207
+ description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
208
+ description_en="Specify the service name of the inference server. If omitted, `server` is used."),
209
209
  dict(opt="timedelta", type=Options.T_INT, default=9, required=False, multi=False, hide=False, choice=None,
210
- discription_ja="時差の時間数を指定します。",
211
- discription_en="Specify the number of hours of time difference."),
210
+ description_ja="時差の時間数を指定します。",
211
+ description_en="Specify the number of hours of time difference."),
212
212
  dict(opt="retry_count", type=Options.T_INT, default=3, required=False, multi=False, hide=True, choice=None,
213
- discription_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
214
- discription_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
213
+ description_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
214
+ description_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
215
215
  dict(opt="retry_interval", type=Options.T_INT, default=5, required=False, multi=False, hide=True, choice=None,
216
- discription_ja="Redisサーバーに再接続までの秒数を指定します。",
217
- discription_en="Specifies the number of seconds before reconnecting to the Redis server."),
216
+ description_ja="Redisサーバーに再接続までの秒数を指定します。",
217
+ description_en="Specifies the number of seconds before reconnecting to the Redis server."),
218
218
  dict(opt="timeout", type=Options.T_INT, default="15", required=False, multi=False, hide=True, choice=None,
219
- discription_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
220
- discription_en="Specify the maximum waiting time until the server responds."),
219
+ description_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
220
+ description_en="Specify the maximum waiting time until the server responds."),
221
221
  ])
222
222
 
223
223
  def get_svcmd(self):
@@ -399,6 +399,10 @@ cmdrule: # A list of command rules, Specify a rule that de
399
399
  mode: server
400
400
  cmds: [list]
401
401
  rule: allow
402
+ - groups: [user]
403
+ mode: cmd
404
+ cmds: [list, load]
405
+ rule: allow
402
406
  - groups: [user, guest]
403
407
  mode: audit
404
408
  cmds: [write]
@@ -121,12 +121,12 @@ class ClientTime(feature.Feature):
121
121
  def get_option(self):
122
122
  return dict(
123
123
  type=Options.T_STR, default=None, required=False, multi=False, hide=False, use_redis=self.USE_REDIS_FALSE,
124
- discription_ja="クライアント側の現在時刻を表示します。",
125
- discription_en="Displays the current time at the client side.",
124
+ description_ja="クライアント側の現在時刻を表示します。",
125
+ description_en="Displays the current time at the client side.",
126
126
  choice=[
127
127
  dict(opt="timedelta", type=Options.T_INT, default=9, required=False, multi=False, hide=False, choice=None,
128
- discription_ja="時差の時間数を指定します。",
129
- discription_en="Specify the number of hours of time difference."),
128
+ description_ja="時差の時間数を指定します。",
129
+ description_en="Specify the number of hours of time difference."),
130
130
  ])
131
131
 
132
132
  def apprun(self, logger:logging.Logger, args:argparse.Namespace, tm:float, pf:List[Dict[str, float]]=[]) -> Tuple[int, Dict[str, Any], Any]:
@@ -167,33 +167,33 @@ class ServerTime(feature.Feature):
167
167
  def get_option(self):
168
168
  return dict(
169
169
  type=Options.T_STR, default=None, required=False, multi=False, hide=False, use_redis=self.USE_REDIS_FALSE,
170
- discription_ja="サーバー側の現在時刻を表示します。",
171
- discription_en="Displays the current time at the server side.",
170
+ description_ja="サーバー側の現在時刻を表示します。",
171
+ description_en="Displays the current time at the server side.",
172
172
  choice=[
173
173
  dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None,
174
- discription_ja="Redisサーバーのサービスホストを指定します。",
175
- discription_en="Specify the service host of the Redis server."),
174
+ description_ja="Redisサーバーのサービスホストを指定します。",
175
+ description_en="Specify the service host of the Redis server."),
176
176
  dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None,
177
- discription_ja="Redisサーバーのサービスポートを指定します。",
178
- discription_en="Specify the service port of the Redis server."),
177
+ description_ja="Redisサーバーのサービスポートを指定します。",
178
+ description_en="Specify the service port of the Redis server."),
179
179
  dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None,
180
- discription_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
181
- discription_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
180
+ description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
181
+ description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
182
182
  dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None,
183
- discription_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
184
- discription_en="Specify the service name of the inference server. If omitted, `server` is used."),
183
+ description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
184
+ description_en="Specify the service name of the inference server. If omitted, `server` is used."),
185
185
  dict(opt="timedelta", type=Options.T_INT, default=9, required=False, multi=False, hide=False, choice=None,
186
- discription_ja="時差の時間数を指定します。",
187
- discription_en="Specify the number of hours of time difference."),
186
+ description_ja="時差の時間数を指定します。",
187
+ description_en="Specify the number of hours of time difference."),
188
188
  dict(opt="retry_count", type=Options.T_INT, default=3, required=False, multi=False, hide=True, choice=None,
189
- discription_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
190
- discription_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
189
+ description_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
190
+ description_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
191
191
  dict(opt="retry_interval", type=Options.T_INT, default=5, required=False, multi=False, hide=True, choice=None,
192
- discription_ja="Redisサーバーに再接続までの秒数を指定します。",
193
- discription_en="Specifies the number of seconds before reconnecting to the Redis server."),
192
+ description_ja="Redisサーバーに再接続までの秒数を指定します。",
193
+ description_en="Specifies the number of seconds before reconnecting to the Redis server."),
194
194
  dict(opt="timeout", type=Options.T_INT, default="15", required=False, multi=False, hide=True, choice=None,
195
- discription_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
196
- discription_en="Specify the maximum waiting time until the server responds."),
195
+ description_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
196
+ description_en="Specify the maximum waiting time until the server responds."),
197
197
  ])
198
198
 
199
199
  def get_svcmd(self):
@@ -375,6 +375,10 @@ cmdrule: # A list of command rules, Specify a rule that de
375
375
  mode: server
376
376
  cmds: [list]
377
377
  rule: allow
378
+ - groups: [user]
379
+ mode: cmd
380
+ cmds: [list, load]
381
+ rule: allow
378
382
  - groups: [user, guest]
379
383
  mode: audit
380
384
  cmds: [write]
@@ -110,6 +110,9 @@ class Signin(object):
110
110
  Union[None, RedirectResponse]: サインインエラーの場合はリダイレクトレスポンス
111
111
  """
112
112
  Signin._enable_cors(req, res)
113
+ if req is None or req.url is None:
114
+ logger.warning(f"Request or URL is None. req={req}, url={req.url if req else 'None'}")
115
+ return RedirectResponse(url='/signin?error=invalidrequest')
113
116
  if signin_file_data is None:
114
117
  return None
115
118
  if 'signin' in req.session:
@@ -162,7 +165,7 @@ class Signin(object):
162
165
  if not auth.startswith('Bearer '):
163
166
  #self.logger.warning(f"Bearer not found. headers={req.headers}")
164
167
  return RedirectResponse(url=f'/signin{req.url.path}?error=apikeyfail')
165
- bearer, apikey = auth.split(' ').strip()
168
+ apikey = auth.replace('Bearer ', '').strip()
166
169
  if logger.level == logging.DEBUG:
167
170
  logger.debug(f"received apikey: {apikey}")
168
171
  find_user = None
@@ -181,11 +184,12 @@ class Signin(object):
181
184
  algorithm = signin_file_data['apikey']['verify_jwt']['algorithm']
182
185
  issuer = signin_file_data['apikey']['verify_jwt']['issuer']
183
186
  audience = signin_file_data['apikey']['verify_jwt']['audience']
184
- claims = jwt.decode(apikey, publickey, algorithms=[algorithm],
187
+ claims:Dict = jwt.decode(apikey, publickey, algorithms=[algorithm],
185
188
  issuer=issuer, audience=audience,
186
189
  options={'verify_iss': issuer is not None,
187
190
  'verify_aud': audience is not None},)
188
- find_user = dict(**claims, **user)
191
+ claims.update(user)
192
+ find_user = claims
189
193
  find_user['uid'] = find_user['uid'] if 'uid' in find_user else -1
190
194
  find_user['name'] = find_user['name'] if 'name' in find_user else None
191
195
  find_user['groups'] = find_user['groups'] if 'groups' in find_user else None
@@ -94,9 +94,9 @@ class Edge(object):
94
94
  default = str(default) if isinstance(default, Path) else default
95
95
  default = str(default) if isinstance(default, bool) else default
96
96
  default = str(default) if isinstance(default, int) or isinstance(default, float) else default
97
- discription_ja = r['discription_ja'] if 'discription_ja' in r else None
98
- discription_en = r['discription_en'] if 'discription_en' in r else None
99
- help = discription_en if language.find('Japan') < 0 and language.find('ja_JP') < 0 else discription_ja
97
+ description_ja = r['description_ja'] if 'description_ja' in r else None
98
+ description_en = r['description_en'] if 'description_en' in r else None
99
+ help = description_en if language.find('Japan') < 0 and language.find('ja_JP') < 0 else description_ja
100
100
  choice = r['choice'] if 'choice' in r else None
101
101
  choice = [str(c) for c in choice] if choice is not None else None
102
102
  required = r['required'] if 'required' in r else False
@@ -13,75 +13,75 @@ class AgentBase(feature.ResultEdgeFeature):
13
13
  """
14
14
  return dict(
15
15
  use_redis=self.USE_REDIS_FALSE, nouse_webmode=False, use_agent=True,
16
- discription_ja="-",
17
- discription_en="-",
16
+ description_ja="-",
17
+ description_en="-",
18
18
  choice=[
19
19
  dict(opt="agent", type=Options.T_STR, default="no", required=False, multi=False, hide=False, choice=["no", "use"],
20
- discription_ja="エージェントを使用するかどうかを指定します。",
21
- discription_en="Specifies whether the agent is used.",
20
+ description_ja="エージェントを使用するかどうかを指定します。",
21
+ description_en="Specifies whether the agent is used.",
22
22
  choice_show=dict(use=["agent_name", "agent_description", "agent_instruction", "agent_session_store", "llmprov",],)),
23
23
  dict(opt="agent_name", type=Options.T_STR, default=self.ver.__appid__, required=False, multi=False, hide=False, choice=None,
24
- discription_ja="エージェント名を指定します。",
25
- discription_en="Specifies the agent name."),
24
+ description_ja="エージェント名を指定します。",
25
+ description_en="Specifies the agent name."),
26
26
  dict(opt="agent_description", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
27
- discription_ja="エージェントの説明を指定します。",
28
- discription_en="Specify agent description."),
27
+ description_ja="エージェントの説明を指定します。",
28
+ description_en="Specify agent description."),
29
29
  dict(opt="agent_instruction", type=Options.T_TEXT, default=None, required=False, multi=False, hide=False, choice=None,
30
- discription_ja="エージェントのシステム指示を指定します。",
31
- discription_en="Specifies the agent's system instructions."),
30
+ description_ja="エージェントのシステム指示を指定します。",
31
+ description_en="Specifies the agent's system instructions."),
32
32
  dict(opt="agent_session_store", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=['memory', 'sqlite', 'postgresql'],
33
- discription_ja="エージェントのセッションを保存する方法を指定します。",
34
- discription_en="Specify how the agent's session is to be saved.",
33
+ description_ja="エージェントのセッションを保存する方法を指定します。",
34
+ description_en="Specify how the agent's session is to be saved.",
35
35
  choice_show=dict(postgresql=["agent_pg_host", "agent_pg_port", "agent_pg_user", "agent_pg_password", "agent_pg_dbname"]),),
36
36
  dict(opt="agent_pg_host", type=Options.T_STR, default='localhost', required=False, multi=False, hide=False, choice=None, web="mask",
37
- discription_ja="postgresqlホストを指定する。",
38
- discription_en="Specify the postgresql host."),
37
+ description_ja="postgresqlホストを指定する。",
38
+ description_en="Specify the postgresql host."),
39
39
  dict(opt="agent_pg_port", type=Options.T_INT, default=5432, required=False, multi=False, hide=False, choice=None, web="mask",
40
- discription_ja="postgresqlのポートを指定する。",
41
- discription_en="Specify the postgresql port."),
40
+ description_ja="postgresqlのポートを指定する。",
41
+ description_en="Specify the postgresql port."),
42
42
  dict(opt="agent_pg_user", type=Options.T_STR, default='postgres', required=False, multi=False, hide=False, choice=None, web="mask",
43
- discription_ja="postgresqlのユーザー名を指定する。",
44
- discription_en="Specify the postgresql user name."),
43
+ description_ja="postgresqlのユーザー名を指定する。",
44
+ description_en="Specify the postgresql user name."),
45
45
  dict(opt="agent_pg_password", type=Options.T_STR, default='postgres', required=False, multi=False, hide=False, choice=None, web="mask",
46
- discription_ja="postgresqlのパスワードを指定する。",
47
- discription_en="Specify the postgresql password."),
46
+ description_ja="postgresqlのパスワードを指定する。",
47
+ description_en="Specify the postgresql password."),
48
48
  dict(opt="agent_pg_dbname", type=Options.T_STR, default='agent', required=False, multi=False, hide=False, choice=None,
49
- discription_ja="postgresqlデータベース名を指定します。",
50
- discription_en="Specify the postgresql database name."),
49
+ description_ja="postgresqlデータベース名を指定します。",
50
+ description_en="Specify the postgresql database name."),
51
51
  dict(opt="llmprov", type=Options.T_STR, default=None, required=False, multi=False, hide=False,
52
52
  choice=["", "azureopenai", "openai", "vertexai", "ollama"],
53
- discription_ja="llmのプロバイダを指定します。",
54
- discription_en="Specify llm provider.",
53
+ description_ja="llmのプロバイダを指定します。",
54
+ description_en="Specify llm provider.",
55
55
  choice_show=dict(azureopenai=["llmapikey", "llmendpoint", "llmmodel", "llmapiversion"],
56
56
  openai=["llmapikey", "llmendpoint", "llmmodel"],
57
57
  vertexai=["llmprojectid", "llmsvaccountfile", "llmlocation", "llmmodel", "llmseed", "llmtemperature"],
58
58
  ollama=["llmendpoint", "llmmodel", "llmtemperature"],),
59
59
  ),
60
60
  dict(opt="llmprojectid", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
61
- discription_ja="llmのプロバイダ接続のためのプロジェクトIDを指定します。",
62
- discription_en="Specify the project ID for llm's provider connection."),
61
+ description_ja="llmのプロバイダ接続のためのプロジェクトIDを指定します。",
62
+ description_en="Specify the project ID for llm's provider connection."),
63
63
  dict(opt="llmsvaccountfile", type=Options.T_FILE, default=None, required=False, multi=False, hide=False, choice=None,
64
- discription_ja="llmのプロバイダ接続のためのサービスアカウントファイルを指定します。",
65
- discription_en="Specifies the service account file for llm's provider connection."),
64
+ description_ja="llmのプロバイダ接続のためのサービスアカウントファイルを指定します。",
65
+ description_en="Specifies the service account file for llm's provider connection."),
66
66
  dict(opt="llmlocation", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
67
- discription_ja="llmのプロバイダ接続のためのロケーションを指定します。",
68
- discription_en="Specifies the location for llm provider connections."),
67
+ description_ja="llmのプロバイダ接続のためのロケーションを指定します。",
68
+ description_en="Specifies the location for llm provider connections."),
69
69
  dict(opt="llmapikey", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
70
- discription_ja="llmのプロバイダ接続のためのAPIキーを指定します。",
71
- discription_en="Specify API key for llm provider connection."),
70
+ description_ja="llmのプロバイダ接続のためのAPIキーを指定します。",
71
+ description_en="Specify API key for llm provider connection."),
72
72
  dict(opt="llmapiversion", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
73
- discription_ja="llmのプロバイダ接続のためのAPIバージョンを指定します。",
74
- discription_en="Specifies the API version for llm provider connections."),
73
+ description_ja="llmのプロバイダ接続のためのAPIバージョンを指定します。",
74
+ description_en="Specifies the API version for llm provider connections."),
75
75
  dict(opt="llmendpoint", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
76
- discription_ja="llmのプロバイダ接続のためのエンドポイントを指定します。",
77
- discription_en="Specifies the endpoint for llm provider connections."),
76
+ description_ja="llmのプロバイダ接続のためのエンドポイントを指定します。",
77
+ description_en="Specifies the endpoint for llm provider connections."),
78
78
  dict(opt="llmmodel", type=Options.T_STR, default="text-multilingual-embedding-002", required=False, multi=False, hide=False, choice=None,
79
- discription_ja="llmモデルを指定します。",
80
- discription_en="Specifies the llm model."),
79
+ description_ja="llmモデルを指定します。",
80
+ description_en="Specifies the llm model."),
81
81
  dict(opt="llmseed", type=Options.T_INT, default=13, required=False, multi=False, hide=False, choice=None,
82
- discription_ja="llmモデルを使用するときのシード値を指定します。",
83
- discription_en="Specifies the seed value when using llm model."),
82
+ description_ja="llmモデルを使用するときのシード値を指定します。",
83
+ description_en="Specifies the seed value when using llm model."),
84
84
  dict(opt="llmtemperature", type=Options.T_FLOAT, default=0.1, required=False, multi=False, hide=False, choice=None,
85
- discription_ja="llmのモデルを使用するときのtemperatureを指定します。",
86
- discription_en="Specifies the temperature when using llm model."),
85
+ description_ja="llmのモデルを使用するときのtemperatureを指定します。",
86
+ description_en="Specifies the temperature when using llm model."),
87
87
  ])
@@ -19,50 +19,50 @@ class AuditBase(feature.ResultEdgeFeature):
19
19
  """
20
20
  return dict(
21
21
  use_redis=self.USE_REDIS_MEIGHT, nouse_webmode=False, use_agent=True,
22
- discription_ja="",
23
- discription_en="",
22
+ description_ja="",
23
+ description_en="",
24
24
  choice=[
25
25
  dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
26
- discription_ja="Redisサーバーのサービスホストを指定します。",
27
- discription_en="Specify the service host of the Redis server."),
26
+ description_ja="Redisサーバーのサービスホストを指定します。",
27
+ description_en="Specify the service host of the Redis server."),
28
28
  dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
29
- discription_ja="Redisサーバーのサービスポートを指定します。",
30
- discription_en="Specify the service port of the Redis server."),
29
+ description_ja="Redisサーバーのサービスポートを指定します。",
30
+ description_en="Specify the service port of the Redis server."),
31
31
  dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
32
- discription_ja=f"Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `{self.default_pass}` を使用します。",
33
- discription_en=f"Specify the access password of the Redis server (optional). If omitted, `{self.default_pass}` is used."),
32
+ description_ja=f"Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `{self.default_pass}` を使用します。",
33
+ description_en=f"Specify the access password of the Redis server (optional). If omitted, `{self.default_pass}` is used."),
34
34
  dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
35
- discription_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
36
- discription_en="Specify the service name of the inference server. If omitted, `server` is used."),
35
+ description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
36
+ description_en="Specify the service name of the inference server. If omitted, `server` is used."),
37
37
 
38
38
  dict(opt="retry_count", type=Options.T_INT, default=3, required=False, multi=False, hide=True, choice=None,
39
- discription_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
40
- discription_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
39
+ description_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
40
+ description_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
41
41
  dict(opt="retry_interval", type=Options.T_INT, default=5, required=False, multi=False, hide=True, choice=None,
42
- discription_ja="Redisサーバーに再接続までの秒数を指定します。",
43
- discription_en="Specifies the number of seconds before reconnecting to the Redis server."),
42
+ description_ja="Redisサーバーに再接続までの秒数を指定します。",
43
+ description_en="Specifies the number of seconds before reconnecting to the Redis server."),
44
44
  dict(opt="timeout", type=Options.T_INT, default="15", required=False, multi=False, hide=True, choice=None,
45
- discription_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
46
- discription_en="Specify the maximum waiting time until the server responds."),
45
+ description_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
46
+ description_en="Specify the maximum waiting time until the server responds."),
47
47
 
48
48
  dict(opt="pg_enabled", type=Options.T_BOOL, default=False, required=False, multi=False, hide=True, choice=[True, False], web="mask",
49
- discription_ja="postgresqlデータベース・サーバを使用する場合はTrueを指定します。",
50
- discription_en="Specify True if using the postgresql database server."),
49
+ description_ja="postgresqlデータベース・サーバを使用する場合はTrueを指定します。",
50
+ description_en="Specify True if using the postgresql database server."),
51
51
  dict(opt="pg_host", type=Options.T_STR, default='localhost', required=False, multi=False, hide=True, choice=None, web="mask",
52
- discription_ja="postgresqlホストを指定する。",
53
- discription_en="Specify the postgresql host."),
52
+ description_ja="postgresqlホストを指定する。",
53
+ description_en="Specify the postgresql host."),
54
54
  dict(opt="pg_port", type=Options.T_INT, default=5432, required=False, multi=False, hide=True, choice=None, web="mask",
55
- discription_ja="postgresqlのポートを指定する。",
56
- discription_en="Specify the postgresql port."),
55
+ description_ja="postgresqlのポートを指定する。",
56
+ description_en="Specify the postgresql port."),
57
57
  dict(opt="pg_user", type=Options.T_STR, default='postgres', required=False, multi=False, hide=True, choice=None, web="mask",
58
- discription_ja="postgresqlのユーザー名を指定する。",
59
- discription_en="Specify the postgresql user name."),
58
+ description_ja="postgresqlのユーザー名を指定する。",
59
+ description_en="Specify the postgresql user name."),
60
60
  dict(opt="pg_password", type=Options.T_STR, default='postgres', required=False, multi=False, hide=True, choice=None, web="mask",
61
- discription_ja="postgresqlのパスワードを指定する。",
62
- discription_en="Specify the postgresql password."),
61
+ description_ja="postgresqlのパスワードを指定する。",
62
+ description_en="Specify the postgresql password."),
63
63
  dict(opt="pg_dbname", type=Options.T_STR, default='audit', required=False, multi=False, hide=True, choice=None,
64
- discription_ja="postgresqlデータベース名を指定します。",
65
- discription_en="Specify the postgresql database name."),
64
+ description_ja="postgresqlデータベース名を指定します。",
65
+ description_en="Specify the postgresql database name."),
66
66
  ]
67
67
  )
68
68
 
@@ -39,49 +39,49 @@ class AuditCreatedb(feature.UnsupportEdgeFeature):
39
39
  """
40
40
  return dict(
41
41
  use_redis=self.USE_REDIS_MEIGHT, nouse_webmode=True,
42
- discription_ja="監査を記録するデータベースを作成します。",
43
- discription_en="Create a database to record audits.",
42
+ description_ja="監査を記録するデータベースを作成します。",
43
+ description_en="Create a database to record audits.",
44
44
  choice=[
45
45
  dict(opt="pg_host", type=Options.T_STR, default='localhost', required=True, multi=False, hide=False, choice=None,
46
- discription_ja="postgresqlホストを指定する。",
47
- discription_en="Specify the postgresql host."),
46
+ description_ja="postgresqlホストを指定する。",
47
+ description_en="Specify the postgresql host."),
48
48
  dict(opt="pg_port", type=Options.T_INT, default=5432, required=True, multi=False, hide=False, choice=None,
49
- discription_ja="postgresqlのポートを指定する。",
50
- discription_en="Specify the postgresql port."),
49
+ description_ja="postgresqlのポートを指定する。",
50
+ description_en="Specify the postgresql port."),
51
51
  dict(opt="pg_user", type=Options.T_STR, default='postgres', required=True, multi=False, hide=False, choice=None,
52
- discription_ja="postgresqlのユーザー名を指定する。",
53
- discription_en="Specify the postgresql user name."),
52
+ description_ja="postgresqlのユーザー名を指定する。",
53
+ description_en="Specify the postgresql user name."),
54
54
  dict(opt="pg_password", type=Options.T_STR, default='postgres', required=True, multi=False, hide=False, choice=None,
55
- discription_ja="postgresqlのパスワードを指定する。",
56
- discription_en="Specify the postgresql password."),
55
+ description_ja="postgresqlのパスワードを指定する。",
56
+ description_en="Specify the postgresql password."),
57
57
  dict(opt="pg_dbname", type=Options.T_STR, default='audit', required=True, multi=False, hide=False, choice=None,
58
- discription_ja="postgresqlデータベース名を指定します。",
59
- discription_en="Specify the postgresql database name."),
58
+ description_ja="postgresqlデータベース名を指定します。",
59
+ description_en="Specify the postgresql database name."),
60
60
  dict(opt="new_pg_dbname", type=Options.T_STR, default='audit', required=True, multi=False, hide=False, choice=None,
61
- discription_ja="新しいpostgresqlデータベース名を指定します。",
62
- discription_en="Specify a new postgresql database name."),
61
+ description_ja="新しいpostgresqlデータベース名を指定します。",
62
+ description_en="Specify a new postgresql database name."),
63
63
 
64
64
  dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
65
- discription_ja="Redisサーバーのサービスホストを指定します。",
66
- discription_en="Specify the service host of the Redis server."),
65
+ description_ja="Redisサーバーのサービスホストを指定します。",
66
+ description_en="Specify the service host of the Redis server."),
67
67
  dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
68
- discription_ja="Redisサーバーのサービスポートを指定します。",
69
- discription_en="Specify the service port of the Redis server."),
68
+ description_ja="Redisサーバーのサービスポートを指定します。",
69
+ description_en="Specify the service port of the Redis server."),
70
70
  dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
71
- discription_ja=f"Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `{self.default_pass}` を使用します。",
72
- discription_en=f"Specify the access password of the Redis server (optional). If omitted, `{self.default_pass}` is used."),
71
+ description_ja=f"Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `{self.default_pass}` を使用します。",
72
+ description_en=f"Specify the access password of the Redis server (optional). If omitted, `{self.default_pass}` is used."),
73
73
  dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
74
- discription_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
75
- discription_en="Specify the service name of the inference server. If omitted, `server` is used."),
74
+ description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
75
+ description_en="Specify the service name of the inference server. If omitted, `server` is used."),
76
76
  dict(opt="retry_count", type=Options.T_INT, default=3, required=False, multi=False, hide=True, choice=None,
77
- discription_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
78
- discription_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
77
+ description_ja="Redisサーバーへの再接続回数を指定します。0以下を指定すると永遠に再接続を行います。",
78
+ description_en="Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever."),
79
79
  dict(opt="retry_interval", type=Options.T_INT, default=5, required=False, multi=False, hide=True, choice=None,
80
- discription_ja="Redisサーバーに再接続までの秒数を指定します。",
81
- discription_en="Specifies the number of seconds before reconnecting to the Redis server."),
80
+ description_ja="Redisサーバーに再接続までの秒数を指定します。",
81
+ description_en="Specifies the number of seconds before reconnecting to the Redis server."),
82
82
  dict(opt="timeout", type=Options.T_INT, default="15", required=False, multi=False, hide=True, choice=None,
83
- discription_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
84
- discription_en="Specify the maximum waiting time until the server responds."),
83
+ description_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
84
+ description_en="Specify the maximum waiting time until the server responds."),
85
85
  ]
86
86
  )
87
87
 
@@ -38,45 +38,45 @@ class AuditDelete(audit_base.AuditBase):
38
38
  Dict[str, Any]: オプション
39
39
  """
40
40
  opt = super().get_option()
41
- opt['discription_ja'] = "監査ログを削除します。"
42
- opt['discription_en'] = "Delete the audit log."
41
+ opt['description_ja'] = "監査ログを削除します。"
42
+ opt['description_en'] = "Delete the audit log."
43
43
  opt['choice'] += [
44
44
  dict(opt="delete_audit_type", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=['']+Options.AUDITS,
45
- discription_ja="削除条件の監査の種類を指定します。",
46
- discription_en="Specifies the type of audit for the delete condition."),
45
+ description_ja="削除条件の監査の種類を指定します。",
46
+ description_en="Specifies the type of audit for the delete condition."),
47
47
  dict(opt="delete_clmsg_id", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
48
- discription_ja="削除条件のクライアントのメッセージIDを指定します。",
49
- discription_en="Specify the message ID of the client for the delete condition."),
48
+ description_ja="削除条件のクライアントのメッセージIDを指定します。",
49
+ description_en="Specify the message ID of the client for the delete condition."),
50
50
  dict(opt="delete_clmsg_sdate", type=Options.T_DATETIME, default=None, required=False, multi=False, hide=False, choice=None,
51
- discription_ja="削除条件のクライアントのメッセージ発生日時(開始)を指定します。",
52
- discription_en="Specify the date and time (start) when the message occurred for the client in the delete condition."),
51
+ description_ja="削除条件のクライアントのメッセージ発生日時(開始)を指定します。",
52
+ description_en="Specify the date and time (start) when the message occurred for the client in the delete condition."),
53
53
  dict(opt="delete_clmsg_edate", type=Options.T_DATETIME, default=None, required=False, multi=False, hide=False, choice=None,
54
- discription_ja="削除条件のクライアントのメッセージ発生日時(終了)を指定します。",
55
- discription_en="Specify the date and time (end) when the message occurred for the client in the delete condition."),
54
+ description_ja="削除条件のクライアントのメッセージ発生日時(終了)を指定します。",
55
+ description_en="Specify the date and time (end) when the message occurred for the client in the delete condition."),
56
56
  dict(opt="delete_clmsg_src", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
57
- discription_ja="削除条件のクライアントのメッセージの発生源を指定します。LIKE検索を行います。",
58
- discription_en="Specifies the source of the message for the client in the delete condition; performs a LIKE search."),
57
+ description_ja="削除条件のクライアントのメッセージの発生源を指定します。LIKE検索を行います。",
58
+ description_en="Specifies the source of the message for the client in the delete condition; performs a LIKE search."),
59
59
  dict(opt="delete_clmsg_title", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
60
- discription_ja="削除条件のクライアントのメッセージタイトルを指定します。LIKE検索を行います。",
61
- discription_en="Specifies the message title of the client for the deletion condition; a LIKE search is performed."),
60
+ description_ja="削除条件のクライアントのメッセージタイトルを指定します。LIKE検索を行います。",
61
+ description_en="Specifies the message title of the client for the deletion condition; a LIKE search is performed."),
62
62
  dict(opt="delete_clmsg_user", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
63
- discription_ja="削除条件のクライアントのメッセージの発生させたユーザーを指定します。LIKE検索を行います。",
64
- discription_en="Specifies the user who generated the message for the client in the delete condition; performs a LIKE search."),
63
+ description_ja="削除条件のクライアントのメッセージの発生させたユーザーを指定します。LIKE検索を行います。",
64
+ description_en="Specifies the user who generated the message for the client in the delete condition; performs a LIKE search."),
65
65
  dict(opt="delete_clmsg_body", type=Options.T_DICT, default=None, required=False, multi=True, hide=False, choice=None,
66
- discription_ja="削除条件のクライアントのメッセージの本文を辞書形式で指定します。LIKE検索を行います。",
67
- discription_en="Specifies the body of the client's message in the delete condition in dictionary format; performs a LIKE search."),
66
+ description_ja="削除条件のクライアントのメッセージの本文を辞書形式で指定します。LIKE検索を行います。",
67
+ description_en="Specifies the body of the client's message in the delete condition in dictionary format; performs a LIKE search."),
68
68
  dict(opt="delete_clmsg_tag", type=Options.T_STR, default=None, required=False, multi=True, hide=False, choice=None,
69
- discription_ja="削除条件のクライアントのメッセージのタグを指定します。",
70
- discription_en="Specifies the tag of the client's message in the delete condition."),
69
+ description_ja="削除条件のクライアントのメッセージのタグを指定します。",
70
+ description_en="Specifies the tag of the client's message in the delete condition."),
71
71
  dict(opt="delete_svmsg_id", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
72
- discription_ja="削除条件のサーバーのメッセージIDを指定します。",
73
- discription_en="Specify the message ID of the server for the delete condition."),
72
+ description_ja="削除条件のサーバーのメッセージIDを指定します。",
73
+ description_en="Specify the message ID of the server for the delete condition."),
74
74
  dict(opt="delete_svmsg_sdate", type=Options.T_DATETIME, default=None, required=False, multi=False, hide=False, choice=None,
75
- discription_ja="削除条件のサーバーのメッセージ発生日時(開始)を指定します。",
76
- discription_en="Specify the date and time (start) when the message occurred for the server in the delete condition."),
75
+ description_ja="削除条件のサーバーのメッセージ発生日時(開始)を指定します。",
76
+ description_en="Specify the date and time (start) when the message occurred for the server in the delete condition."),
77
77
  dict(opt="delete_svmsg_edate", type=Options.T_DATETIME, default=None, required=False, multi=False, hide=False, choice=None,
78
- discription_ja="削除条件のサーバーのメッセージ発生日時(終了)を指定します。",
79
- discription_en="Specify the date and time (end) when the message occurred for the server in the delete condition."),
78
+ description_ja="削除条件のサーバーのメッセージ発生日時(終了)を指定します。",
79
+ description_en="Specify the date and time (end) when the message occurred for the server in the delete condition."),
80
80
  ]
81
81
  return opt
82
82