cmdbox 0.6.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.
- {cmdbox-0.6.1/cmdbox.egg-info → cmdbox-0.6.2}/PKG-INFO +27 -23
- {cmdbox-0.6.1 → cmdbox-0.6.2}/README.md +26 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/azure_signin.py +5 -1
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/signin.py +7 -3
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/edge.py +3 -3
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/agent_base.py +42 -42
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/audit_base.py +28 -28
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_createdb.py +28 -28
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_delete.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_search.py +42 -42
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_audit_write.py +22 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_copy.py +36 -36
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_download.py +38 -38
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_list.py +34 -34
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +32 -32
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_move.py +34 -34
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_remove.py +32 -32
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +32 -32
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_file_upload.py +38 -38
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_client_server_info.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_cmd_list.py +22 -21
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_cmd_load.py +24 -20
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_edge_config.py +40 -40
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_edge_start.py +4 -4
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_gui_start.py +2 -2
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_gui_stop.py +2 -2
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_mcp_proxy.py +17 -11
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_list.py +20 -20
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_start.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_server_stop.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_apikey_add.py +24 -24
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_apikey_del.py +24 -24
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_gencert.py +24 -24
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_genpass.py +20 -20
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_add.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_del.py +22 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_edit.py +26 -26
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_group_list.py +22 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_start.py +66 -66
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_stop.py +10 -10
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_add.py +32 -32
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_del.py +22 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_edit.py +32 -32
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/cli/cmdbox_web_user_list.py +22 -22
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_agent.py +0 -4
- cmdbox-0.6.2/cmdbox/app/mcp.py +571 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/options.py +21 -21
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/web.py +1 -1
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +4 -4
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +18 -18
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/extensions/user_list.yml +4 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/user_list.yml +4 -0
- cmdbox-0.6.2/cmdbox/licenses/LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt +35 -0
- cmdbox-0.6.2/cmdbox/licenses/LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt +27 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/files.txt +4 -2
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/version.py +2 -2
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/agent.html +2 -2
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/audit.js +14 -14
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/common.js +21 -7
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/list_cmd.js +5 -5
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/signin.js +17 -7
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/svgicon.js +3 -3
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/users.js +14 -5
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/audit.html +6 -6
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/signin.html +33 -7
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/users.html +4 -4
- {cmdbox-0.6.1 → cmdbox-0.6.2/cmdbox.egg-info}/PKG-INFO +27 -23
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox.egg-info/SOURCES.txt +4 -2
- cmdbox-0.6.1/cmdbox/app/mcp.py +0 -375
- {cmdbox-0.6.1 → cmdbox-0.6.2}/LICENSE +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/MANIFEST.in +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/__main__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/app.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/azure_signin_saml.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/github_signin.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/google_signin.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/auth/signin_saml.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/client.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/common.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/commons/convert.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/commons/loghandler.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/commons/module.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/commons/redis_client.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/edge_tool.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/feature.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_assets.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_audit.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_audit_metrics.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_copyright.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_del_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_del_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_do_signin.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_do_signout.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_exec_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_exec_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer download.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_filer_upload.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_cmds.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_modes.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_get_server_opt.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_gui.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_gui_callback.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_list_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_list_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_load_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_load_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_raw_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_raw_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_result.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_save_cmd.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_save_pipe.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_signin.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_user_data.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_users.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_usesignout.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/features/web/cmdbox_web_versions_used.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/filer.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/app/server.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/autoload.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/config.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/features.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/.vscode/launch.json +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/requirements.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/__main__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/app.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/extensions/features.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/logconf_sample.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/version.py +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Authlib_1_6_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_MarkupSafe_3_0_2_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_PyYAML_6_0_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_SQLAlchemy_2_0_41_MIT.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_Sphinx_8_2_3_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiohttp_3_12_13_Apache-2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_aiosignal_1_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_anyio_4_9_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_argcomplete_3_6_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_attrs_25_3_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_babel_2_17_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cachetools_5_5_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cffi_1_17_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_charset-normalizer_3_4_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_click_8_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cloudpickle_3_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_colorama_0_4_6_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_docstring_parser_0_16_MIT_License.txt +0 -0
- {cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_fastapi_0_115_14_MIT_License.txt +0 -0
- /cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_frozenlist_1_7_0_Apache-2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_fsspec_2025_5_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_gevent_25_5_1_MIT.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-adk_1_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-api-core_2_25_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-auth_2_40_3_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-crc32c_1_7_1_Apache_2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-genai_1_23_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_graphviz_0_21_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_grpcio_1_73_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_h11_0_16_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpcore_1_0_9_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httplib2_0_22_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httptools_0_6_4_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpx-sse_0_4_1_MIT.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_httpx_0_28_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_idna_3_10_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jiter_0_10_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_jsonschema_4_24_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_keyring_25_6_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_litellm_1_73_6_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_markdown-it-py_3_0_0_MIT_License.txt +0 -0
- /cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_more-itertools_10_7_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_multidict_6_6_2_Apache_License_2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_nh3_0_2_21_MIT.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_numpy_2_3_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_openai_1_93_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pillow_11_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pip_24_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_plyer_2_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_prettytable_3_16_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_prompt_toolkit_3_0_51_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pycparser_2_22_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic-settings_2_10_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic_2_11_7_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pydantic_core_2_33_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pyparsing_3_2_3_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-dotenv_1_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_python-multipart_0_0_20_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_questionary_2_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_redis_6_2_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_referencing_0_36_2_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_regex_2024_11_6_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_requests_2_32_4_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rich_14_0_0_MIT_License.txt +0 -0
- {cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rpds-py_0_25_1_MIT.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_shapely_2_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_six_1_17_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-intl_2_3_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_sse-starlette_2_3_6_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_starlette_0_46_2_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tomli_2_2_1_MIT_License.txt +0 -0
- {cmdbox-0.6.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
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_twine_6_1_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_typing_extensions_4_14_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tzdata_2025_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_urllib3_2_5_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_uvicorn_0_35_0_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_wcwidth_0_2_13_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_websockets_15_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_wheel_0_45_1_MIT_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zope_event_5_1_Zope_Public_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/licenses/LICENSE_zope_interface_7_2_Zope_Public_License.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_audit.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_client.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_cmdbox.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_edge.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_gui.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_mcp.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_server.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/logconf_web.yml +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/apexcharts/apexcharts.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/apexcharts/apexcharts.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/agent.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/color_mode.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/favicon.ico +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/filer_modal.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/icon.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/list_pipe.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/main.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/open_capture.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/open_output_json.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/result.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/view_raw.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/cmdbox/view_result.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/LICENSE.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/encoding.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/encodingjs/encoding.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/filer.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/main.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/filer/main.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/default.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/highlight.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery/jquery.min.3.2.0.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/README.md +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/AUTHORS.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/LICENSE.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/jquery-ui/package.json +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/css/lightbox.min.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/close.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/loading.gif +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/next.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/images/prev.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/lightbox2/js/lightbox.min.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/split-pane/split-pane.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/split-pane/split-pane.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/css/tree-menu.css +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/file.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/folder-close.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/image/folder-open.png +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets/tree-menu/js/tree-menu.js +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/assets_license_list.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/filer.html +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/gui.html +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox/web/result.html +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox.egg-info/dependency_links.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox.egg-info/entry_points.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox.egg-info/requires.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/cmdbox.egg-info/top_level.txt +0 -0
- {cmdbox-0.6.1 → cmdbox-0.6.2}/setup.cfg +0 -0
- {cmdbox-0.6.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.
|
|
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
|
-
|
|
149
|
-
|
|
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
|
-
|
|
153
|
-
|
|
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
|
-
|
|
195
|
-
|
|
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
|
-
|
|
199
|
-
|
|
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
|
-
|
|
202
|
-
|
|
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
|
-
|
|
205
|
-
|
|
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
|
-
|
|
208
|
-
|
|
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
|
-
|
|
211
|
-
|
|
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
|
-
|
|
214
|
-
|
|
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
|
-
|
|
217
|
-
|
|
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
|
-
|
|
220
|
-
|
|
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
|
-
|
|
125
|
-
|
|
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
|
-
|
|
129
|
-
|
|
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
|
-
|
|
171
|
-
|
|
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
|
-
|
|
175
|
-
|
|
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
|
-
|
|
178
|
-
|
|
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
|
-
|
|
181
|
-
|
|
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
|
-
|
|
184
|
-
|
|
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
|
-
|
|
187
|
-
|
|
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
|
-
|
|
190
|
-
|
|
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
|
-
|
|
193
|
-
|
|
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
|
-
|
|
196
|
-
|
|
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]
|
|
@@ -13,6 +13,8 @@ class AzureSignin(Signin):
|
|
|
13
13
|
#url='https://graph.microsoft.com/v1.0/me/transitiveMemberOf?$Top=999',
|
|
14
14
|
headers={'Authorization': f'Bearer {data}'}
|
|
15
15
|
)
|
|
16
|
+
if not user_info_resp.ok and user_info_resp.text:
|
|
17
|
+
raise requests.exceptions.HTTPError(user_info_resp.text, response=user_info_resp)
|
|
16
18
|
user_info_resp.raise_for_status()
|
|
17
19
|
user_info_json = user_info_resp.json()
|
|
18
20
|
if isinstance(user_info_json, dict):
|
|
@@ -27,12 +29,14 @@ class AzureSignin(Signin):
|
|
|
27
29
|
'code': req.query_params['code'],
|
|
28
30
|
'scope': " ".join(conf['scope']),
|
|
29
31
|
'client_id': conf['client_id'],
|
|
30
|
-
|
|
32
|
+
'client_secret': conf['client_secret'],
|
|
31
33
|
'redirect_uri': conf['redirect_uri'],
|
|
32
34
|
'grant_type': 'authorization_code'}
|
|
33
35
|
query = '&'.join([f'{k}={urllib.parse.quote(v)}' for k, v in data.items()])
|
|
34
36
|
# アクセストークン取得
|
|
35
37
|
token_resp = requests.post(url=f'https://login.microsoftonline.com/{conf["tenant_id"]}/oauth2/v2.0/token', headers=headers, data=query)
|
|
38
|
+
if not token_resp.ok and token_resp.text:
|
|
39
|
+
raise requests.exceptions.HTTPError(token_resp.text, response=token_resp)
|
|
36
40
|
token_resp.raise_for_status()
|
|
37
41
|
token_json = token_resp.json()
|
|
38
42
|
return token_json['access_token']
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
98
|
-
|
|
99
|
-
help =
|
|
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
|
-
|
|
17
|
-
|
|
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
|
-
|
|
21
|
-
|
|
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
|
-
|
|
25
|
-
|
|
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
|
-
|
|
28
|
-
|
|
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
|
-
|
|
31
|
-
|
|
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
|
-
|
|
34
|
-
|
|
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
|
-
|
|
38
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
44
|
-
|
|
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
|
-
|
|
47
|
-
|
|
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
|
-
|
|
50
|
-
|
|
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
|
-
|
|
54
|
-
|
|
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
|
-
|
|
62
|
-
|
|
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
|
-
|
|
65
|
-
|
|
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
|
-
|
|
68
|
-
|
|
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
|
-
|
|
71
|
-
|
|
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
|
-
|
|
74
|
-
|
|
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
|
-
|
|
77
|
-
|
|
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
|
-
|
|
80
|
-
|
|
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
|
-
|
|
83
|
-
|
|
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
|
-
|
|
86
|
-
|
|
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
|
-
|
|
23
|
-
|
|
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
|
-
|
|
27
|
-
|
|
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
|
-
|
|
30
|
-
|
|
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
|
-
|
|
33
|
-
|
|
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
|
-
|
|
36
|
-
|
|
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
|
-
|
|
40
|
-
|
|
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
|
-
|
|
43
|
-
|
|
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
|
-
|
|
46
|
-
|
|
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
|
-
|
|
50
|
-
|
|
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
|
-
|
|
53
|
-
|
|
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
|
-
|
|
56
|
-
|
|
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
|
-
|
|
59
|
-
|
|
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
|
-
|
|
62
|
-
|
|
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
|
-
|
|
65
|
-
|
|
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
|
-
|
|
43
|
-
|
|
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
|
-
|
|
47
|
-
|
|
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
|
-
|
|
50
|
-
|
|
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
|
-
|
|
53
|
-
|
|
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
|
-
|
|
56
|
-
|
|
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
|
-
|
|
59
|
-
|
|
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
|
-
|
|
62
|
-
|
|
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
|
-
|
|
66
|
-
|
|
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
|
-
|
|
69
|
-
|
|
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
|
-
|
|
72
|
-
|
|
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
|
-
|
|
75
|
-
|
|
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
|
-
|
|
78
|
-
|
|
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
|
-
|
|
81
|
-
|
|
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
|
-
|
|
84
|
-
|
|
83
|
+
description_ja="サーバーの応答が返ってくるまでの最大待ち時間を指定。",
|
|
84
|
+
description_en="Specify the maximum waiting time until the server responds."),
|
|
85
85
|
]
|
|
86
86
|
)
|
|
87
87
|
|