cmdbox 0.6.3.1__tar.gz → 0.6.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cmdbox might be problematic. Click here for more details.
- {cmdbox-0.6.3.1/cmdbox.egg-info → cmdbox-0.6.3.2}/PKG-INFO +1 -1
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/loghandler.py +4 -1
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_apikey_add.py +4 -19
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_apikey_del.py +4 -19
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_add.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_del.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_edit.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_group_list.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_add.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_del.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_edit.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_user_list.py +2 -17
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/web.py +1 -1
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/version.py +2 -2
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2/cmdbox.egg-info}/PKG-INFO +1 -1
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/LICENSE +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/MANIFEST.in +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/README.md +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/__main__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/app.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/azure_signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/azure_signin_saml.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/github_signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/google_signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/auth/signin_saml.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/client.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/common.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/convert.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/module.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/commons/redis_client.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/edge.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/edge_tool.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/feature.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/agent_base.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/audit_base.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_createdb.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_delete.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_search.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_audit_write.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_copy.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_download.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_list.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_move.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_remove.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_file_upload.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_http.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_client_server_info.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_cmd_list.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_cmd_load.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_edge_config.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_edge_start.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_gui_start.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_gui_stop.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_mcp_client.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_mcp_proxy.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_list.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_start.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_server_stop.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_gencert.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_genpass.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_start.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/cli/cmdbox_web_stop.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_agent.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_assets.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_audit.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_audit_metrics.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_copyright.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_del_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_del_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_do_signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_do_signout.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_exec_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_exec_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer download.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_filer_upload.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_cmds.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_modes.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_get_server_opt.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_gui.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_gui_callback.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_list_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_list_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_load_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_load_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_raw_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_raw_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_result.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_save_cmd.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_save_pipe.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_signin.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_user_data.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_users.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_usesignout.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/features/web/cmdbox_web_versions_used.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/filer.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/mcp.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/options.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/app/server.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/autoload.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/features.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/.vscode/launch.json +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/requirements.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/__main__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/app.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/extensions/features.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/extensions/user_list.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/logconf_sample.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/version.py +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/extensions/user_list.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Authlib_1_6_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_MarkupSafe_3_0_2_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_PyYAML_6_0_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_SQLAlchemy_2_0_41_MIT.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_Sphinx_8_2_3_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiohttp_3_12_13_Apache-2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_aiosignal_1_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_anyio_4_9_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_argcomplete_3_6_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_attrs_25_3_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_babel_2_17_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cachetools_5_5_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cffi_1_17_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_charset-normalizer_3_4_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_click_8_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cloudpickle_3_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_colorama_0_4_6_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_docstring_parser_0_16_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fastapi_0_115_14_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fastmcp_2_10_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_frozenlist_1_7_0_Apache-2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_fsspec_2025_5_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_gevent_25_5_1_MIT.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-adk_1_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-api-core_2_25_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-auth_2_40_3_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-crc32c_1_7_1_Apache_2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-genai_1_23_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_graphviz_0_21_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_grpcio_1_73_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_h11_0_16_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpcore_1_0_9_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httplib2_0_22_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httptools_0_6_4_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpx-sse_0_4_1_MIT.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_httpx_0_28_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_idna_3_10_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jiter_0_10_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_jsonschema_4_24_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_keyring_25_6_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_litellm_1_73_6_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_markdown-it-py_3_0_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_mcp_1_10_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_more-itertools_10_7_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_multidict_6_6_2_Apache_License_2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_nh3_0_2_21_MIT.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_numpy_2_3_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_openai_1_93_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pillow_11_2_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pip_24_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_plyer_2_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_prettytable_3_16_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_prompt_toolkit_3_0_51_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pycparser_2_22_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic-settings_2_10_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic_2_11_7_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pydantic_core_2_33_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pyparsing_3_2_3_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-dotenv_1_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_python-multipart_0_0_20_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_questionary_2_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_redis_6_2_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_referencing_0_36_2_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_regex_2024_11_6_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_requests_2_32_4_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rich_14_0_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_roman-numerals-py_3_1_0_CC0_1_0_Universal-CC0_1_0-Public_Domain_Dedication-Zero-Clause_BSD-0BSD.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rpds-py_0_25_1_MIT.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_shapely_2_1_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_six_1_17_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-intl_2_3_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_sse-starlette_2_3_6_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_starlette_0_46_2_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tiktoken_0_9_0_MIT_License-Copyright-c-2022_OpenAI-Shantanu_Jain-Permission_is_hereby_granted-free_of_charge-to_any_pers.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tomli_2_2_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_twine_6_1_0_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_typing_extensions_4_14_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tzdata_2025_2_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_urllib3_2_5_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_uvicorn_0_35_0_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_wcwidth_0_2_13_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_websockets_15_0_1_BSD_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_wheel_0_45_1_MIT_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zope_event_5_1_Zope_Public_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/LICENSE_zope_interface_7_2_Zope_Public_License.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/licenses/files.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_audit.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_client.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_cmdbox.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_edge.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_gui.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_mcp.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_server.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/logconf_web.yml +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/agent.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/apexcharts/apexcharts.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/apexcharts/apexcharts.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/agent.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/audit.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/color_mode.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/common.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/favicon.ico +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/filer_modal.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/icon.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/list_cmd.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/list_pipe.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/main.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/open_capture.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/open_output_json.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/result.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/signin.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/svgicon.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/users.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/view_raw.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/cmdbox/view_result.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/LICENSE.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/encoding.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/encodingjs/encoding.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/filer.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/main.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/filer/main.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/default.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/highlight.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery/jquery.min.3.2.0.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/README.md +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/AUTHORS.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/LICENSE.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/jquery-ui/package.json +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/css/lightbox.min.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/close.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/loading.gif +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/next.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/images/prev.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/lightbox2/js/lightbox.min.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/split-pane/split-pane.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/split-pane/split-pane.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/css/tree-menu.css +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/file.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/folder-close.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/image/folder-open.png +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets/tree-menu/js/tree-menu.js +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/assets_license_list.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/audit.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/filer.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/gui.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/result.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/signin.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox/web/users.html +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/SOURCES.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/dependency_links.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/entry_points.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/requires.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/cmdbox.egg-info/top_level.txt +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/setup.cfg +0 -0
- {cmdbox-0.6.3.1 → cmdbox-0.6.3.2}/setup.py +0 -0
|
@@ -144,7 +144,10 @@ class ColorfulStreamHandler(logging.StreamHandler):
|
|
|
144
144
|
#super().emit(record)
|
|
145
145
|
record.levelname = level_mapping_nc[record.levelno]
|
|
146
146
|
record.msg = self.format(record)
|
|
147
|
-
|
|
147
|
+
try:
|
|
148
|
+
self.console.print(record.msg)
|
|
149
|
+
except Exception as e:
|
|
150
|
+
self.console.print(record.msg, highlight=False)
|
|
148
151
|
|
|
149
152
|
class TimedRotatingFileHandler(logging.handlers.TimedRotatingFileHandler):
|
|
150
153
|
def emit(self, record: logging.LogRecord) -> None:
|
|
@@ -37,24 +37,9 @@ class WebApikeyAdd(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="WebモードのユーザーのApiKeyを追加します。",
|
|
38
38
|
description_en="Add an ApiKey for a user in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
|
-
description_ja="
|
|
57
|
-
description_en="Specify
|
|
41
|
+
description_ja="対象のユーザー名を指定します。",
|
|
42
|
+
description_en="Specify the target user name."),
|
|
58
43
|
dict(opt="apikey_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
|
|
59
44
|
description_ja="このユーザーのApiKey名を指定します。",
|
|
60
45
|
description_en="Specify the ApiKey name for this user."),
|
|
@@ -92,8 +77,8 @@ class WebApikeyAdd(feature.UnsupportEdgeFeature):
|
|
|
92
77
|
return 1, msg, None
|
|
93
78
|
w = None
|
|
94
79
|
try:
|
|
95
|
-
w = web.Web(logger,
|
|
96
|
-
redis_host=
|
|
80
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
81
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
97
82
|
signin_file=args.signin_file)
|
|
98
83
|
user = dict(name=args.user_name, apikey_name=args.apikey_name)
|
|
99
84
|
apikey = w.apikey_add(user)
|
|
@@ -37,24 +37,9 @@ class WebApikeyDel(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="WebモードのユーザーのApiKeyを削除します。",
|
|
38
38
|
description_en="Del an ApiKey for a user in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
|
-
description_ja="
|
|
57
|
-
description_en="Specify
|
|
41
|
+
description_ja="対象のユーザー名を指定します。",
|
|
42
|
+
description_en="Specify the target user name."),
|
|
58
43
|
dict(opt="apikey_name", type=Options.T_STR, default=None, required=True, multi=False, hide=False, choice=None,
|
|
59
44
|
description_ja="このユーザーのApiKey名を指定します。",
|
|
60
45
|
description_en="Specify the ApiKey name for this user."),
|
|
@@ -92,8 +77,8 @@ class WebApikeyDel(feature.UnsupportEdgeFeature):
|
|
|
92
77
|
return 1, msg, None
|
|
93
78
|
w = None
|
|
94
79
|
try:
|
|
95
|
-
w = web.Web(logger,
|
|
96
|
-
redis_host=
|
|
80
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
81
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
97
82
|
signin_file=args.signin_file)
|
|
98
83
|
user = dict(name=args.user_name, apikey_name=args.apikey_name)
|
|
99
84
|
w.apikey_del(user)
|
|
@@ -37,21 +37,6 @@ class WebGroupAdd(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのグループを追加します。",
|
|
38
38
|
description_en="Add a group in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="グループIDを指定します。他のグループと重複しないようにしてください。",
|
|
57
42
|
description_en="Specify the group ID. Do not duplicate other groups."),
|
|
@@ -95,8 +80,8 @@ class WebGroupAdd(feature.UnsupportEdgeFeature):
|
|
|
95
80
|
return 1, msg, None
|
|
96
81
|
w = None
|
|
97
82
|
try:
|
|
98
|
-
w = web.Web(logger,
|
|
99
|
-
redis_host=
|
|
83
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
84
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
100
85
|
signin_file=args.signin_file)
|
|
101
86
|
group = dict(gid=args.group_id, name=args.group_name, parent=args.group_parent)
|
|
102
87
|
w.group_add(group)
|
|
@@ -37,21 +37,6 @@ class WebGroupDel(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのグループを削除します。",
|
|
38
38
|
description_en="Del a group in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="グループIDを指定します。",
|
|
57
42
|
description_en="Specify the group ID. Do not duplicate other groups."),
|
|
@@ -89,8 +74,8 @@ class WebGroupDel(feature.UnsupportEdgeFeature):
|
|
|
89
74
|
return 1, msg, None
|
|
90
75
|
w = None
|
|
91
76
|
try:
|
|
92
|
-
w = web.Web(logger,
|
|
93
|
-
redis_host=
|
|
77
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
78
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
94
79
|
signin_file=args.signin_file)
|
|
95
80
|
w.group_del(args.group_id)
|
|
96
81
|
msg = dict(success=f"group ID {args.group_id} has been deleted.")
|
|
@@ -37,21 +37,6 @@ class WebGroupEdit(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのグループを編集します。",
|
|
38
38
|
description_en="Edit a group in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="group_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="グループIDを指定します。",
|
|
57
42
|
description_en="Specify the group ID. Do not duplicate other groups."),
|
|
@@ -95,8 +80,8 @@ class WebGroupEdit(feature.UnsupportEdgeFeature):
|
|
|
95
80
|
return 1, msg, None
|
|
96
81
|
w = None
|
|
97
82
|
try:
|
|
98
|
-
w = web.Web(logger,
|
|
99
|
-
redis_host=
|
|
83
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
84
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
100
85
|
signin_file=args.signin_file)
|
|
101
86
|
group = dict(gid=args.group_id, name=args.group_name, parent=args.group_parent)
|
|
102
87
|
w.group_edit(group)
|
|
@@ -37,21 +37,6 @@ class WebGroupList(feature.OneshotResultEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのグループー一覧を取得します。",
|
|
38
38
|
description_en="Get a list of users in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="group_name", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="グループ名を指定して取得します。省略した時は全てのグループを取得します。",
|
|
57
42
|
description_en="Retrieved by specifying a group name. If omitted, all groups are retrieved."),
|
|
@@ -89,8 +74,8 @@ class WebGroupList(feature.OneshotResultEdgeFeature):
|
|
|
89
74
|
return 1, msg, None
|
|
90
75
|
w = None
|
|
91
76
|
try:
|
|
92
|
-
w = web.Web(logger,
|
|
93
|
-
redis_host=
|
|
77
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
78
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
94
79
|
signin_file=args.signin_file)
|
|
95
80
|
groups = w.group_list(args.group_name)
|
|
96
81
|
msg = dict(success=groups)
|
|
@@ -37,21 +37,6 @@ class WebUserAdd(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのユーザーを追加します。",
|
|
38
38
|
description_en="Add a user in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="ユーザーIDを指定します。他のユーザーと重複しないようにしてください。",
|
|
57
42
|
description_en="Specify the user ID. Do not duplicate other users."),
|
|
@@ -104,8 +89,8 @@ class WebUserAdd(feature.UnsupportEdgeFeature):
|
|
|
104
89
|
return 1, msg, None
|
|
105
90
|
w = None
|
|
106
91
|
try:
|
|
107
|
-
w = web.Web(logger,
|
|
108
|
-
redis_host=
|
|
92
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
93
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
109
94
|
signin_file=args.signin_file)
|
|
110
95
|
user = dict(uid=args.user_id, name=args.user_name, password=args.user_pass, hash=args.user_pass_hash,
|
|
111
96
|
email=args.user_email, groups=args.user_group)
|
|
@@ -37,21 +37,6 @@ class WebUserDel(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのユーザーを削除します。",
|
|
38
38
|
description_en="Delete a user in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="ユーザーIDを指定します。",
|
|
57
42
|
description_en="Specify the user ID."),
|
|
@@ -89,8 +74,8 @@ class WebUserDel(feature.UnsupportEdgeFeature):
|
|
|
89
74
|
return 1, msg, None
|
|
90
75
|
w = None
|
|
91
76
|
try:
|
|
92
|
-
w = web.Web(logger,
|
|
93
|
-
redis_host=
|
|
77
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
78
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
94
79
|
signin_file=args.signin_file)
|
|
95
80
|
w.user_del(args.user_id)
|
|
96
81
|
msg = dict(success=f"User ID {args.user_id} has been deleted.")
|
|
@@ -37,21 +37,6 @@ class WebUserEdit(feature.UnsupportEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのユーザーを編集します。",
|
|
38
38
|
description_en="Edit users in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_id", type=Options.T_INT, default=None, required=True, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="ユーザーIDを指定します。",
|
|
57
42
|
description_en="Specify the user ID."),
|
|
@@ -104,8 +89,8 @@ class WebUserEdit(feature.UnsupportEdgeFeature):
|
|
|
104
89
|
return 1, msg, None
|
|
105
90
|
w = None
|
|
106
91
|
try:
|
|
107
|
-
w = web.Web(logger,
|
|
108
|
-
redis_host=
|
|
92
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
93
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
109
94
|
signin_file=args.signin_file)
|
|
110
95
|
user = dict(uid=args.user_id, name=args.user_name, password=args.user_pass, hash=args.user_pass_hash,
|
|
111
96
|
email=args.user_email, groups=args.user_group)
|
|
@@ -37,21 +37,6 @@ class WebUserList(feature.OneshotResultEdgeFeature):
|
|
|
37
37
|
description_ja="Webモードのユーザー一覧を取得します。",
|
|
38
38
|
description_en="Get a list of users in Web mode.",
|
|
39
39
|
choice=[
|
|
40
|
-
dict(opt="host", type=Options.T_STR, default=self.default_host, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
41
|
-
description_ja="Redisサーバーのサービスホストを指定します。",
|
|
42
|
-
description_en="Specify the service host of the Redis server."),
|
|
43
|
-
dict(opt="port", type=Options.T_INT, default=self.default_port, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
44
|
-
description_ja="Redisサーバーのサービスポートを指定します。",
|
|
45
|
-
description_en="Specify the service port of the Redis server."),
|
|
46
|
-
dict(opt="password", type=Options.T_STR, default=self.default_pass, required=True, multi=False, hide=True, choice=None, web="mask",
|
|
47
|
-
description_ja="Redisサーバーのアクセスパスワード(任意)を指定します。省略時は `password` を使用します。",
|
|
48
|
-
description_en="Specify the access password of the Redis server (optional). If omitted, `password` is used."),
|
|
49
|
-
dict(opt="svname", type=Options.T_STR, default=self.default_svname, required=True, multi=False, hide=True, choice=None, web="readonly",
|
|
50
|
-
description_ja="サーバーのサービス名を指定します。省略時は `server` を使用します。",
|
|
51
|
-
description_en="Specify the service name of the inference server. If omitted, `server` is used."),
|
|
52
|
-
dict(opt="data", type=Options.T_DIR, default=self.default_data, required=False, multi=False, hide=False, choice=None,
|
|
53
|
-
description_ja=f"省略した時は `$HONE/.{self.ver.__appid__}` を使用します。",
|
|
54
|
-
description_en=f"When omitted, `$HONE/.{self.ver.__appid__}` is used."),
|
|
55
40
|
dict(opt="user_name", type=Options.T_STR, default=None, required=False, multi=False, hide=False, choice=None,
|
|
56
41
|
description_ja="ユーザー名を指定して取得します。省略した時は全てのユーザーを取得します。",
|
|
57
42
|
description_en="Retrieved by specifying a user name. If omitted, all users are retrieved."),
|
|
@@ -89,8 +74,8 @@ class WebUserList(feature.OneshotResultEdgeFeature):
|
|
|
89
74
|
return 1, msg, None
|
|
90
75
|
w = None
|
|
91
76
|
try:
|
|
92
|
-
w = web.Web(logger,
|
|
93
|
-
redis_host=
|
|
77
|
+
w = web.Web(logger, self.default_data, appcls=self.appcls, ver=self.ver,
|
|
78
|
+
redis_host=self.default_host, redis_port=self.default_port, redis_password=self.default_pass, svname=self.default_svname,
|
|
94
79
|
signin_file=args.signin_file)
|
|
95
80
|
users = w.user_list(args.user_name)
|
|
96
81
|
msg = dict(success=users)
|
|
@@ -475,7 +475,7 @@ class Web:
|
|
|
475
475
|
for u in signin_data['users']:
|
|
476
476
|
if u['uid'] == user['uid']:
|
|
477
477
|
u['name'] = user['name']
|
|
478
|
-
if 'password' in user and user['password'] != '':
|
|
478
|
+
if 'password' in user and user['password'] is not None and user['password'] != '':
|
|
479
479
|
jadge, msg = self.signin.check_password_policy(user['name'], u['password'], user['password'])
|
|
480
480
|
if not jadge:
|
|
481
481
|
raise ValueError(msg)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import datetime
|
|
2
2
|
|
|
3
|
-
dt_now = datetime.datetime(2025, 7,
|
|
3
|
+
dt_now = datetime.datetime(2025, 7, 30)
|
|
4
4
|
days_ago = (datetime.datetime.now() - dt_now).days
|
|
5
5
|
__appid__ = 'cmdbox'
|
|
6
6
|
__title__ = 'cmdbox (Command Development Application)'
|
|
7
|
-
__version__ = '0.6.3.
|
|
7
|
+
__version__ = '0.6.3.2'
|
|
8
8
|
__copyright__ = f'Copyright © 2023-{dt_now.strftime("%Y")} hamacom2004jp'
|
|
9
9
|
__pypiurl__ = 'https://pypi.org/project/cmdbox/'
|
|
10
10
|
__srcurl__ = 'https://github.com/hamacom2004jp/cmdbox'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|