cmdbox 0.5.4__py3-none-any.whl → 0.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cmdbox might be problematic. Click here for more details.

Files changed (143) hide show
  1. cmdbox/app/auth/signin.py +463 -303
  2. cmdbox/app/common.py +48 -3
  3. cmdbox/app/edge.py +5 -173
  4. cmdbox/app/edge_tool.py +177 -0
  5. cmdbox/app/feature.py +10 -9
  6. cmdbox/app/features/cli/agent_base.py +477 -0
  7. cmdbox/app/features/cli/audit_base.py +1 -1
  8. cmdbox/app/features/cli/cmdbox_audit_search.py +24 -1
  9. cmdbox/app/features/cli/cmdbox_client_file_download.py +1 -1
  10. cmdbox/app/features/cli/cmdbox_cmd_list.py +105 -0
  11. cmdbox/app/features/cli/cmdbox_cmd_load.py +104 -0
  12. cmdbox/app/features/cli/cmdbox_edge_config.py +2 -2
  13. cmdbox/app/features/cli/cmdbox_edge_start.py +1 -1
  14. cmdbox/app/features/cli/cmdbox_gui_start.py +9 -132
  15. cmdbox/app/features/cli/cmdbox_gui_stop.py +4 -21
  16. cmdbox/app/features/cli/cmdbox_server_start.py +1 -1
  17. cmdbox/app/features/cli/cmdbox_web_apikey_add.py +1 -1
  18. cmdbox/app/features/cli/cmdbox_web_apikey_del.py +1 -1
  19. cmdbox/app/features/cli/cmdbox_web_genpass.py +0 -3
  20. cmdbox/app/features/cli/cmdbox_web_group_add.py +1 -1
  21. cmdbox/app/features/cli/cmdbox_web_group_del.py +1 -1
  22. cmdbox/app/features/cli/cmdbox_web_group_edit.py +1 -1
  23. cmdbox/app/features/cli/cmdbox_web_group_list.py +1 -1
  24. cmdbox/app/features/cli/cmdbox_web_start.py +119 -104
  25. cmdbox/app/features/cli/cmdbox_web_stop.py +1 -1
  26. cmdbox/app/features/cli/cmdbox_web_user_add.py +1 -1
  27. cmdbox/app/features/cli/cmdbox_web_user_del.py +1 -1
  28. cmdbox/app/features/cli/cmdbox_web_user_edit.py +1 -1
  29. cmdbox/app/features/cli/cmdbox_web_user_list.py +1 -1
  30. cmdbox/app/features/web/cmdbox_web_agent.py +250 -0
  31. cmdbox/app/features/web/cmdbox_web_exec_cmd.py +8 -3
  32. cmdbox/app/features/web/cmdbox_web_signin.py +3 -3
  33. cmdbox/app/features/web/cmdbox_web_users.py +2 -0
  34. cmdbox/app/options.py +55 -2
  35. cmdbox/app/web.py +142 -15
  36. cmdbox/extensions/features.yml +18 -0
  37. cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
  38. cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
  39. cmdbox/extensions/user_list.yml +1 -0
  40. cmdbox/licenses/LICENSE.Authlib.1.5.2(BSD License).txt +29 -0
  41. cmdbox/licenses/LICENSE.Deprecated.1.2.18(MIT License).txt +21 -0
  42. cmdbox/licenses/LICENSE.SQLAlchemy.2.0.40(MIT License).txt +19 -0
  43. cmdbox/licenses/LICENSE.aiohappyeyeballs.2.6.1(Python Software Foundation License).txt +279 -0
  44. cmdbox/licenses/LICENSE.aiohttp.3.11.18(Apache Software License).txt +13 -0
  45. cmdbox/licenses/LICENSE.aiosignal.1.3.2(Apache Software License).txt +201 -0
  46. cmdbox/licenses/LICENSE.attrs.25.3.0(UNKNOWN).txt +21 -0
  47. cmdbox/licenses/LICENSE.cachetools.5.5.2(MIT License).txt +20 -0
  48. cmdbox/licenses/LICENSE.distro.1.9.0(Apache Software License).txt +202 -0
  49. cmdbox/licenses/LICENSE.docstring_parser.0.16(MIT License).txt +21 -0
  50. cmdbox/licenses/LICENSE.filelock.3.18.0(The Unlicense (Unlicense)).txt +24 -0
  51. cmdbox/licenses/LICENSE.frozenlist.1.6.0(Apache-2.0).txt +201 -0
  52. cmdbox/licenses/LICENSE.fsspec.2025.3.2(BSD License).txt +29 -0
  53. cmdbox/licenses/LICENSE.google-adk.0.5.0(Apache Software License).txt +202 -0
  54. cmdbox/licenses/LICENSE.google-api-python-client.2.169.0(Apache Software License).txt +201 -0
  55. cmdbox/licenses/LICENSE.google-auth-httplib2.0.2.0(Apache Software License).txt +201 -0
  56. cmdbox/licenses/LICENSE.google-auth.2.40.1(Apache Software License).txt +201 -0
  57. cmdbox/licenses/LICENSE.google-cloud-aiplatform.1.92.0(Apache 2.0).txt +202 -0
  58. cmdbox/licenses/LICENSE.google-cloud-bigquery.3.31.0(Apache Software License).txt +202 -0
  59. cmdbox/licenses/LICENSE.google-cloud-core.2.4.3(Apache Software License).txt +202 -0
  60. cmdbox/licenses/LICENSE.google-cloud-resource-manager.1.14.2(Apache Software License).txt +202 -0
  61. cmdbox/licenses/LICENSE.google-cloud-secret-manager.2.23.3(Apache Software License).txt +202 -0
  62. cmdbox/licenses/LICENSE.google-cloud-speech.2.32.0(Apache Software License).txt +202 -0
  63. cmdbox/licenses/LICENSE.google-cloud-storage.2.19.0(Apache Software License).txt +202 -0
  64. cmdbox/licenses/LICENSE.google-cloud-trace.1.16.1(Apache Software License).txt +202 -0
  65. cmdbox/licenses/LICENSE.google-crc32c.1.7.1(Apache 2.0).txt +202 -0
  66. cmdbox/licenses/LICENSE.google-genai.1.14.0(Apache Software License).txt +202 -0
  67. cmdbox/licenses/LICENSE.google-resumable-media.2.7.2(Apache Software License).txt +202 -0
  68. cmdbox/licenses/LICENSE.googleapis-common-protos.1.70.0(Apache Software License).txt +202 -0
  69. cmdbox/licenses/LICENSE.graphviz.0.20.3(MIT License).txt +21 -0
  70. cmdbox/licenses/LICENSE.grpc-google-iam-v1.0.14.2(Apache Software License).txt +202 -0
  71. cmdbox/licenses/LICENSE.grpcio-status.1.71.0(Apache Software License).txt +610 -0
  72. cmdbox/licenses/LICENSE.grpcio.1.71.0(Apache Software License).txt +610 -0
  73. cmdbox/licenses/LICENSE.httpcore.1.0.9(BSD License).txt +27 -0
  74. cmdbox/licenses/LICENSE.httplib2.0.22.0(MIT License).txt +23 -0
  75. cmdbox/licenses/LICENSE.httpx-sse.0.4.0(MIT).txt +21 -0
  76. cmdbox/licenses/LICENSE.httpx.0.28.1(BSD License).txt +12 -0
  77. cmdbox/licenses/LICENSE.huggingface-hub.0.31.1(Apache Software License).txt +201 -0
  78. cmdbox/licenses/LICENSE.importlib_metadata.8.6.1(Apache Software License).txt +202 -0
  79. cmdbox/licenses/LICENSE.jiter.0.9.0(MIT License).txt +1 -0
  80. cmdbox/licenses/LICENSE.jsonschema-specifications.2025.4.1(UNKNOWN).txt +19 -0
  81. cmdbox/licenses/LICENSE.jsonschema.4.23.0(MIT License).txt +19 -0
  82. cmdbox/licenses/LICENSE.litellm.1.69.0(MIT License).txt +26 -0
  83. cmdbox/licenses/LICENSE.mcp.1.8.0(MIT License).txt +21 -0
  84. cmdbox/licenses/LICENSE.multidict.6.4.3(Apache Software License).txt +13 -0
  85. cmdbox/licenses/LICENSE.openai.1.75.0(Apache Software License).txt +201 -0
  86. cmdbox/licenses/LICENSE.opentelemetry-api.1.33.0(Apache Software License).txt +201 -0
  87. cmdbox/licenses/LICENSE.opentelemetry-exporter-gcp-trace.1.9.0(Apache Software License).txt +201 -0
  88. cmdbox/licenses/LICENSE.opentelemetry-resourcedetector-gcp.1.9.0a0(Apache Software License).txt +201 -0
  89. cmdbox/licenses/LICENSE.opentelemetry-sdk.1.33.0(Apache Software License).txt +201 -0
  90. cmdbox/licenses/LICENSE.opentelemetry-semantic-conventions.0.54b0(Apache Software License).txt +201 -0
  91. cmdbox/licenses/LICENSE.propcache.0.3.1(Apache Software License).txt +202 -0
  92. cmdbox/licenses/LICENSE.proto-plus.1.26.1(Apache Software License).txt +202 -0
  93. cmdbox/licenses/LICENSE.protobuf.5.29.4(3-Clause BSD License).txt +32 -0
  94. cmdbox/licenses/LICENSE.pyasn1.0.6.1(BSD License).txt +24 -0
  95. cmdbox/licenses/LICENSE.pyasn1_modules.0.4.2(BSD License).txt +24 -0
  96. cmdbox/licenses/LICENSE.pydantic-settings.2.9.1(MIT License).txt +21 -0
  97. cmdbox/licenses/LICENSE.pyparsing.3.2.3(MIT License).txt +18 -0
  98. cmdbox/licenses/LICENSE.python-dateutil.2.9.0.post0(Apache Software License; BSD License).txt +54 -0
  99. cmdbox/licenses/LICENSE.referencing.0.36.2(UNKNOWN).txt +19 -0
  100. cmdbox/licenses/LICENSE.regex.2024.11.6(Apache Software License).txt +208 -0
  101. cmdbox/licenses/LICENSE.rpds-py.0.24.0(MIT).txt +19 -0
  102. cmdbox/licenses/LICENSE.rsa.4.9.1(Apache Software License).txt +13 -0
  103. cmdbox/licenses/LICENSE.shapely.2.1.0(BSD License).txt +29 -0
  104. cmdbox/licenses/LICENSE.sse-starlette.2.3.4(BSD License).txt +27 -0
  105. cmdbox/licenses/LICENSE.tiktoken.0.9.0(MIT License).txt +21 -0
  106. cmdbox/licenses/LICENSE.tokenizers.0.21.1(Apache Software License).txt +1 -0
  107. cmdbox/licenses/LICENSE.tqdm.4.67.1(MIT License; Mozilla Public License 2.0 (MPL 2.0)).txt +49 -0
  108. cmdbox/licenses/LICENSE.tzlocal.5.3.1(MIT License).txt +19 -0
  109. cmdbox/licenses/LICENSE.uritemplate.4.1.1(Apache Software License; BSD License).txt +3 -0
  110. cmdbox/licenses/LICENSE.wrapt.1.17.2(BSD License).txt +24 -0
  111. cmdbox/licenses/LICENSE.yarl.1.20.0(Apache Software License).txt +202 -0
  112. cmdbox/licenses/files.txt +104 -11
  113. cmdbox/logconf_agent.yml +38 -0
  114. cmdbox/logconf_audit.yml +13 -5
  115. cmdbox/logconf_client.yml +13 -5
  116. cmdbox/logconf_cmdbox.yml +13 -5
  117. cmdbox/logconf_edge.yml +13 -5
  118. cmdbox/logconf_gui.yml +13 -5
  119. cmdbox/logconf_server.yml +13 -5
  120. cmdbox/logconf_web.yml +13 -5
  121. cmdbox/version.py +3 -2
  122. cmdbox/web/agent.html +263 -0
  123. cmdbox/web/assets/cmdbox/agent.js +335 -0
  124. cmdbox/web/assets/cmdbox/common.js +1111 -1020
  125. cmdbox/web/assets/cmdbox/signin.js +4 -4
  126. cmdbox/web/assets/filer/filer.js +4 -2
  127. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/METADATA +69 -26
  128. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/RECORD +143 -61
  129. /cmdbox/licenses/{LICENSE.charset-normalizer.3.4.1(MIT License).txt → LICENSE.charset-normalizer.3.4.2(MIT License).txt} +0 -0
  130. /cmdbox/licenses/{LICENSE.click.8.1.8(BSD License).txt → LICENSE.click.8.2.0(UNKNOWN).txt} +0 -0
  131. /cmdbox/licenses/{LICENSE.cryptography.44.0.2(Apache Software License; BSD License).txt → LICENSE.cryptography.44.0.3(Apache Software License; BSD License).txt} +0 -0
  132. /cmdbox/licenses/{LICENSE.importlib_metadata.8.7.0(Apache Software License).txt → LICENSE.google-api-core.2.24.2(Apache Software License).txt} +0 -0
  133. /cmdbox/licenses/{LICENSE.greenlet.3.2.1(MIT AND Python-2.0).txt → LICENSE.greenlet.3.2.2(MIT AND Python-2.0).txt} +0 -0
  134. /cmdbox/licenses/{LICENSE.psycopg-binary.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE.psycopg-binary.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt} +0 -0
  135. /cmdbox/licenses/{LICENSE.psycopg.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE.psycopg.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt} +0 -0
  136. /cmdbox/licenses/{LICENSE.pydantic.2.11.3(MIT License).txt → LICENSE.pydantic.2.11.4(MIT License).txt} +0 -0
  137. /cmdbox/licenses/{LICENSE.pydantic_core.2.33.1(MIT License).txt → LICENSE.pydantic_core.2.33.2(MIT License).txt} +0 -0
  138. /cmdbox/licenses/{LICENSE.redis.5.2.1(MIT License).txt → LICENSE.redis.6.0.0(MIT License).txt} +0 -0
  139. /cmdbox/licenses/{LICENSE.snowballstemmer.2.2.0(BSD License).txt → LICENSE.snowballstemmer.3.0.1(BSD License).txt} +0 -0
  140. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/LICENSE +0 -0
  141. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/WHEEL +0 -0
  142. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/entry_points.txt +0 -0
  143. {cmdbox-0.5.4.dist-info → cmdbox-0.6.0.dist-info}/top_level.txt +0 -0
File without changes