cmdbox 0.6.4.2__py3-none-any.whl → 0.6.6__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 (140) hide show
  1. cmdbox/app/app.py +7 -0
  2. cmdbox/app/client.py +384 -383
  3. cmdbox/app/common.py +85 -7
  4. cmdbox/app/commons/convert.py +3 -1
  5. cmdbox/app/edge.py +12 -12
  6. cmdbox/app/feature.py +1 -1
  7. cmdbox/app/features/cli/{cmdbox_vision_install.py → _cmdbox_vision_install.py} +2 -10
  8. cmdbox/app/features/cli/_cmdbox_vision_predict.py +487 -0
  9. cmdbox/app/features/cli/{cmdbox_vision_start.py → _cmdbox_vision_start.py} +5 -1
  10. cmdbox/app/features/cli/cmdbox_audit_createdb.py +1 -11
  11. cmdbox/app/features/cli/cmdbox_audit_delete.py +0 -9
  12. cmdbox/app/features/cli/cmdbox_audit_search.py +0 -9
  13. cmdbox/app/features/cli/cmdbox_audit_write.py +0 -9
  14. cmdbox/app/features/cli/cmdbox_cmd_list.py +3 -3
  15. cmdbox/app/features/cli/cmdbox_cmd_load.py +3 -3
  16. cmdbox/app/features/cli/cmdbox_excel_cell_details.py +436 -0
  17. cmdbox/app/features/cli/cmdbox_excel_cell_search.py +276 -0
  18. cmdbox/app/features/cli/cmdbox_excel_cell_values.py +258 -0
  19. cmdbox/app/features/cli/cmdbox_excel_sheet_list.py +159 -0
  20. cmdbox/app/features/cli/cmdbox_tts_install.py +4 -11
  21. cmdbox/app/features/cli/cmdbox_tts_say.py +2 -10
  22. cmdbox/app/features/cli/cmdbox_tts_start.py +0 -9
  23. cmdbox/app/features/cli/cmdbox_tts_stop.py +0 -9
  24. cmdbox/app/features/cli/cmdbox_web_apikey_add.py +3 -3
  25. cmdbox/app/features/cli/cmdbox_web_apikey_del.py +3 -3
  26. cmdbox/app/features/cli/cmdbox_web_group_add.py +3 -3
  27. cmdbox/app/features/cli/cmdbox_web_group_del.py +3 -3
  28. cmdbox/app/features/cli/cmdbox_web_group_edit.py +3 -3
  29. cmdbox/app/features/cli/cmdbox_web_group_list.py +3 -3
  30. cmdbox/app/features/cli/cmdbox_web_start.py +10 -10
  31. cmdbox/app/features/cli/cmdbox_web_user_add.py +3 -3
  32. cmdbox/app/features/cli/cmdbox_web_user_del.py +3 -3
  33. cmdbox/app/features/cli/cmdbox_web_user_edit.py +3 -3
  34. cmdbox/app/features/cli/cmdbox_web_user_list.py +3 -3
  35. cmdbox/app/features/cli/excel_base.py +301 -0
  36. cmdbox/app/features/web/cmdbox_web_exec_cmd.py +12 -14
  37. cmdbox/app/filer.py +5 -2
  38. cmdbox/app/mcp.py +4 -3
  39. cmdbox/app/options.py +8 -0
  40. cmdbox/app/web.py +58 -39
  41. cmdbox/extensions/features.yml +3 -0
  42. cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +0 -9
  43. cmdbox/licenses/LICENSE_Mako_1_3_10_MIT_License.txt +19 -0
  44. cmdbox/licenses/LICENSE_alembic_1_16_5_UNKNOWN.txt +19 -0
  45. cmdbox/licenses/{LICENSE_cffi_1_17_1_MIT_License.txt → LICENSE_cffi_2_0_0_UNKNOWN.txt} +2 -5
  46. cmdbox/licenses/LICENSE_debugpy_1_8_17_MIT_License.txt +24 -0
  47. cmdbox/licenses/LICENSE_et_xmlfile_2_0_0_MIT_License.txt +298 -0
  48. cmdbox/licenses/LICENSE_fastuuid_0_13_5_BSD_License.txt +29 -0
  49. cmdbox/licenses/LICENSE_google-cloud-monitoring_2_27_2_Apache_Software_License.txt +202 -0
  50. cmdbox/licenses/LICENSE_google-cloud-spanner_3_58_0_Apache_Software_License.txt +202 -0
  51. cmdbox/licenses/LICENSE_google-genai_1_40_0_Apache_Software_License.txt +202 -0
  52. cmdbox/licenses/LICENSE_grpc-interceptor_0_15_4_MIT_License.txt +21 -0
  53. cmdbox/licenses/{LICENSE_lazy-object-proxy_1_11_0_BSD_License.txt → LICENSE_lazy-object-proxy_1_12_0_UNKNOWN.txt} +1 -1
  54. cmdbox/licenses/LICENSE_openpyxl_3_1_5_MIT_License.txt +23 -0
  55. cmdbox/licenses/LICENSE_opentelemetry-exporter-otlp-proto-common_1_37_0_UNKNOWN.txt +201 -0
  56. cmdbox/licenses/LICENSE_opentelemetry-exporter-otlp-proto-http_1_37_0_UNKNOWN.txt +201 -0
  57. cmdbox/licenses/LICENSE_opentelemetry-proto_1_37_0_UNKNOWN.txt +201 -0
  58. cmdbox/licenses/LICENSE_opentelemetry-sdk_1_37_0_UNKNOWN.txt +201 -0
  59. cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_58b0_UNKNOWN.txt +201 -0
  60. cmdbox/licenses/LICENSE_sqlalchemy-spanner_1_16_0_Apache_Software_License.txt +202 -0
  61. cmdbox/licenses/LICENSE_sqlparse_0_5_3_BSD_License.txt +25 -0
  62. cmdbox/licenses/{LICENSE_uvicorn_0_35_0_BSD_License.txt → LICENSE_uvicorn_0_37_0_BSD_License.txt} +2 -1
  63. cmdbox/licenses/files.txt +82 -71
  64. cmdbox/version.py +2 -2
  65. cmdbox/web/assets/cmdbox/svgicon.js +9 -0
  66. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/METADATA +29 -29
  67. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/RECORD +133 -117
  68. cmdbox/app/features/cli/cmdbox_vision_predict.py +0 -192
  69. cmdbox/licenses/LICENSE_APScheduler_3_11_0_MIT_License.txt +0 -19
  70. cmdbox/licenses/LICENSE_backoff_2_2_1_MIT_License.txt +0 -21
  71. cmdbox/licenses/LICENSE_fastapi-sso_0_18_0_MIT_License.txt +0 -21
  72. cmdbox/licenses/LICENSE_litellm-enterprise_0_1_19_UNKNOWN.txt +0 -37
  73. cmdbox/licenses/LICENSE_oauthlib_3_3_1_BSD-3-Clause.txt +0 -27
  74. cmdbox/licenses/LICENSE_orjson_3_11_1_Apache_Software_License-MIT_License.txt +0 -201
  75. /cmdbox/licenses/{LICENSE_Authlib_1_6_1_BSD_License.txt → LICENSE_Authlib_1_6_5_BSD_License.txt} +0 -0
  76. /cmdbox/licenses/{LICENSE_MarkupSafe_3_0_2_BSD_License.txt → LICENSE_MarkupSafe_3_0_3_UNKNOWN.txt} +0 -0
  77. /cmdbox/licenses/{LICENSE_PyYAML_6_0_2_MIT_License.txt → LICENSE_PyYAML_6_0_3_MIT_License.txt} +0 -0
  78. /cmdbox/licenses/{LICENSE_anyio_4_10_0_UNKNOWN.txt → LICENSE_anyio_4_11_0_UNKNOWN.txt} +0 -0
  79. /cmdbox/licenses/{LICENSE_cachetools_5_5_2_MIT_License.txt → LICENSE_cachetools_6_2_0_MIT_License.txt} +0 -0
  80. /cmdbox/licenses/{LICENSE_click_8_2_1_UNKNOWN.txt → LICENSE_click_8_3_0_UNKNOWN.txt} +0 -0
  81. /cmdbox/licenses/{LICENSE_cryptography_45_0_6_Apache-2_0_OR_BSD-3-Clause.txt → LICENSE_cryptography_46_0_2_UNKNOWN.txt} +0 -0
  82. /cmdbox/licenses/{LICENSE_cyclopts_3_22_5_Apache_Software_License.txt → LICENSE_cyclopts_3_24_0_Apache_Software_License.txt} +0 -0
  83. /cmdbox/licenses/{LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt → LICENSE_dnspython_2_8_0_ISC_License-ISCL.txt} +0 -0
  84. /cmdbox/licenses/{LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt → LICENSE_email-validator_2_3_0_The_Unlicense-Unlicense.txt} +0 -0
  85. /cmdbox/licenses/{LICENSE_fastapi_0_116_1_MIT_License.txt → LICENSE_fastapi_0_118_0_MIT_License.txt} +0 -0
  86. /cmdbox/licenses/{LICENSE_fastmcp_2_11_3_Apache_Software_License.txt → LICENSE_fastmcp_2_12_4_Apache_Software_License.txt} +0 -0
  87. /cmdbox/licenses/{LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt → LICENSE_filelock_3_19_1_The_Unlicense-Unlicense.txt} +0 -0
  88. /cmdbox/licenses/{LICENSE_fsspec_2025_7_0_BSD_License.txt → LICENSE_fsspec_2025_9_0_UNKNOWN.txt} +0 -0
  89. /cmdbox/licenses/{LICENSE_gevent_25_5_1_MIT.txt → LICENSE_gevent_25_9_1_MIT.txt} +0 -0
  90. /cmdbox/licenses/{LICENSE_google-adk_1_10_0_Apache_Software_License.txt → LICENSE_google-adk_1_15_1_Apache_Software_License.txt} +0 -0
  91. /cmdbox/licenses/{LICENSE_google-api-core_2_25_1_Apache_Software_License.txt → LICENSE_google-api-core_2_25_2_Apache_Software_License.txt} +0 -0
  92. /cmdbox/licenses/{LICENSE_google-api-python-client_2_178_0_Apache_Software_License.txt → LICENSE_google-api-python-client_2_184_0_Apache_Software_License.txt} +0 -0
  93. /cmdbox/licenses/{LICENSE_google-auth_2_40_3_Apache_Software_License.txt → LICENSE_google-auth_2_41_1_Apache_Software_License.txt} +0 -0
  94. /cmdbox/licenses/{LICENSE_google-cloud-aiplatform_1_108_0_Apache_2_0.txt → LICENSE_google-cloud-aiplatform_1_119_0_Apache_2_0.txt} +0 -0
  95. /cmdbox/licenses/{LICENSE_google-cloud-bigquery_3_35_1_Apache_Software_License.txt → LICENSE_google-cloud-bigquery_3_38_0_Apache_Software_License.txt} +0 -0
  96. /cmdbox/licenses/{LICENSE_google-genai_1_29_0_Apache_Software_License.txt → LICENSE_google-cloud-bigtable_2_32_0_Apache_Software_License.txt} +0 -0
  97. /cmdbox/licenses/{LICENSE_grpcio-status_1_74_0_Apache_Software_License.txt → LICENSE_grpcio-status_1_75_1_Apache_Software_License.txt} +0 -0
  98. /cmdbox/licenses/{LICENSE_grpcio_1_74_0_Apache_Software_License.txt → LICENSE_grpcio_1_75_1_Apache_Software_License.txt} +0 -0
  99. /cmdbox/licenses/{LICENSE_httplib2_0_22_0_MIT_License.txt → LICENSE_httplib2_0_31_0_MIT_License.txt} +0 -0
  100. /cmdbox/licenses/{LICENSE_huggingface-hub_0_34_4_Apache_Software_License.txt → LICENSE_huggingface-hub_0_35_3_Apache_Software_License.txt} +0 -0
  101. /cmdbox/licenses/{LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt → LICENSE_jaraco_functools_4_3_0_UNKNOWN.txt} +0 -0
  102. /cmdbox/licenses/{LICENSE_jiter_0_10_0_MIT_License.txt → LICENSE_jiter_0_11_0_MIT_License.txt} +0 -0
  103. /cmdbox/licenses/{LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt → LICENSE_jsonschema-specifications_2025_9_1_UNKNOWN.txt} +0 -0
  104. /cmdbox/licenses/{LICENSE_jsonschema_4_25_0_UNKNOWN.txt → LICENSE_jsonschema_4_25_1_UNKNOWN.txt} +0 -0
  105. /cmdbox/licenses/{LICENSE_litellm_1_75_5_post1_MIT_License.txt → LICENSE_litellm_1_77_5_MIT_License.txt} +0 -0
  106. /cmdbox/licenses/{LICENSE_mcp_1_12_4_MIT_License.txt → LICENSE_mcp_1_16_0_MIT_License.txt} +0 -0
  107. /cmdbox/licenses/{LICENSE_more-itertools_10_7_0_MIT_License.txt → LICENSE_more-itertools_10_8_0_UNKNOWN.txt} +0 -0
  108. /cmdbox/licenses/{LICENSE_numpy_2_3_2_BSD_License.txt → LICENSE_numpy_2_3_3_BSD_License.txt} +0 -0
  109. /cmdbox/licenses/{LICENSE_openai_1_99_9_Apache_Software_License.txt → LICENSE_openai_2_1_0_Apache_Software_License.txt} +0 -0
  110. /cmdbox/licenses/{LICENSE_opentelemetry-api_1_36_0_UNKNOWN.txt → LICENSE_opentelemetry-api_1_37_0_UNKNOWN.txt} +0 -0
  111. /cmdbox/licenses/{LICENSE_opentelemetry-sdk_1_36_0_UNKNOWN.txt → LICENSE_opentelemetry-exporter-gcp-logging_1_9_0a0_Apache_Software_License.txt} +0 -0
  112. /cmdbox/licenses/{LICENSE_opentelemetry-semantic-conventions_0_57b0_UNKNOWN.txt → LICENSE_opentelemetry-exporter-gcp-monitoring_1_9_0a0_Apache_Software_License.txt} +0 -0
  113. /cmdbox/licenses/{LICENSE_prompt_toolkit_3_0_51_BSD_License.txt → LICENSE_prompt_toolkit_3_0_52_BSD_License.txt} +0 -0
  114. /cmdbox/licenses/{LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt → LICENSE_protobuf_6_32_1_3-Clause_BSD_License.txt} +0 -0
  115. /cmdbox/licenses/{LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt → LICENSE_psycopg-binary_3_2_10_GNU_Lesser_General_Public_License_v3-LGPLv3.txt} +0 -0
  116. /cmdbox/licenses/{LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt → LICENSE_psycopg_3_2_10_GNU_Lesser_General_Public_License_v3-LGPLv3.txt} +0 -0
  117. /cmdbox/licenses/{LICENSE_pycparser_2_22_BSD_License.txt → LICENSE_pycparser_2_23_BSD_License.txt} +0 -0
  118. /cmdbox/licenses/{LICENSE_pydantic-settings_2_10_1_MIT_License.txt → LICENSE_pydantic-settings_2_11_0_MIT_License.txt} +0 -0
  119. /cmdbox/licenses/{LICENSE_pydantic_2_11_7_MIT_License.txt → LICENSE_pydantic_2_11_10_MIT_License.txt} +0 -0
  120. /cmdbox/licenses/{LICENSE_pyparsing_3_2_3_MIT_License.txt → LICENSE_pyparsing_3_2_5_UNKNOWN.txt} +0 -0
  121. /cmdbox/licenses/{LICENSE_pyperclip_1_9_0_BSD_License.txt → LICENSE_pyperclip_1_11_0_BSD_License.txt} +0 -0
  122. /cmdbox/licenses/{LICENSE_questionary_2_1_0_MIT_License.txt → LICENSE_questionary_2_1_1_MIT_License.txt} +0 -0
  123. /cmdbox/licenses/{LICENSE_regex_2025_7_34_UNKNOWN.txt → LICENSE_regex_2025_9_18_UNKNOWN.txt} +0 -0
  124. /cmdbox/licenses/{LICENSE_requests_2_32_4_Apache_Software_License.txt → LICENSE_requests_2_32_5_Apache_Software_License.txt} +0 -0
  125. /cmdbox/licenses/{LICENSE_rpds-py_0_27_0_UNKNOWN.txt → LICENSE_rpds-py_0_27_1_UNKNOWN.txt} +0 -0
  126. /cmdbox/licenses/{LICENSE_shapely_2_1_1_BSD_License.txt → LICENSE_shapely_2_1_2_BSD_License.txt} +0 -0
  127. /cmdbox/licenses/{LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt → LICENSE_sphinx-sitemap_2_8_0_UNKNOWN.txt} +0 -0
  128. /cmdbox/licenses/{LICENSE_starlette_0_47_2_BSD_License.txt → LICENSE_starlette_0_48_0_BSD_License.txt} +0 -0
  129. /cmdbox/licenses/{LICENSE_tenacity_9_1_2_Apache_Software_License.txt → LICENSE_tenacity_8_5_0_Apache_Software_License.txt} +0 -0
  130. /cmdbox/licenses/{LICENSE_tokenizers_0_21_4_Apache_Software_License.txt → LICENSE_tokenizers_0_22_1_Apache_Software_License.txt} +0 -0
  131. /cmdbox/licenses/{LICENSE_twine_6_1_0_Apache_Software_License.txt → LICENSE_twine_6_2_0_UNKNOWN.txt} +0 -0
  132. /cmdbox/licenses/{LICENSE_typing-inspection_0_4_1_UNKNOWN.txt → LICENSE_typing-inspection_0_4_2_UNKNOWN.txt} +0 -0
  133. /cmdbox/licenses/{LICENSE_typing_extensions_4_14_1_UNKNOWN.txt → LICENSE_typing_extensions_4_15_0_UNKNOWN.txt} +0 -0
  134. /cmdbox/licenses/{LICENSE_wcwidth_0_2_13_MIT_License.txt → LICENSE_wcwidth_0_2_14_MIT_License.txt} +0 -0
  135. /cmdbox/licenses/{LICENSE_zope_event_5_1_1_Zope_Public_License.txt → LICENSE_zope_event_6_0_Zope_Public_License.txt} +0 -0
  136. /cmdbox/licenses/{LICENSE_zope_interface_7_2_Zope_Public_License.txt → LICENSE_zope_interface_8_0_1_Zope_Public_License.txt} +0 -0
  137. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/WHEEL +0 -0
  138. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/entry_points.txt +0 -0
  139. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/licenses/LICENSE +0 -0
  140. {cmdbox-0.6.4.2.dist-info → cmdbox-0.6.6.dist-info}/top_level.txt +0 -0
cmdbox/licenses/files.txt CHANGED
@@ -1,10 +1,10 @@
1
1
  Author License Name URL Version File
2
- Alex Grönholm <alex.gronholm@nextday.fi> MIT License APScheduler https://apscheduler.readthedocs.io/en/3.x/versionhistory.html 3.11.0 cmdbox\licenses\LICENSE_APScheduler_3_11_0_MIT_License.txt
3
- Hsiaoming Yang <me@lepture.com> BSD License Authlib https://github.com/authlib/authlib 1.6.1 cmdbox\licenses\LICENSE_Authlib_1_6_1_BSD_License.txt
2
+ Hsiaoming Yang <me@lepture.com> BSD License Authlib https://github.com/authlib/authlib 1.6.5 cmdbox\licenses\LICENSE_Authlib_1_6_5_BSD_License.txt
4
3
  UNKNOWN BSD License Jinja2 https://github.com/pallets/jinja/ 3.1.6 cmdbox\licenses\LICENSE_Jinja2_3_1_6_BSD_License.txt
5
- UNKNOWN BSD License MarkupSafe https://github.com/pallets/markupsafe/ 3.0.2 cmdbox\licenses\LICENSE_MarkupSafe_3_0_2_BSD_License.txt
4
+ Mike Bayer MIT License Mako https://www.makotemplates.org/ 1.3.10 cmdbox\licenses\LICENSE_Mako_1_3_10_MIT_License.txt
5
+ UNKNOWN UNKNOWN MarkupSafe https://github.com/pallets/markupsafe/ 3.0.3 cmdbox\licenses\LICENSE_MarkupSafe_3_0_3_UNKNOWN.txt
6
6
  Jose Padilla <hello@jpadilla.com> MIT License PyJWT https://github.com/jpadilla/pyjwt 2.10.1 cmdbox\licenses\LICENSE_PyJWT_2_10_1_MIT_License.txt
7
- Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.2 cmdbox\licenses\LICENSE_PyYAML_6_0_2_MIT_License.txt
7
+ Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.3 cmdbox\licenses\LICENSE_PyYAML_6_0_3_MIT_License.txt
8
8
  Georg Brandl <georg@python.org> BSD License Pygments https://pygments.org 2.19.2 cmdbox\licenses\LICENSE_Pygments_2_19_2_BSD_License.txt
9
9
  Mike Bayer MIT SQLAlchemy https://www.sqlalchemy.org 2.0.43 cmdbox\licenses\LICENSE_SQLAlchemy_2_0_43_MIT.txt
10
10
  Adam Turner <aa-turner@users.noreply.github.com>, Georg Brandl <georg@python.org> UNKNOWN Sphinx https://www.sphinx-doc.org/ 8.2.3 cmdbox\licenses\LICENSE_Sphinx_8_2_3_UNKNOWN.txt
@@ -14,68 +14,74 @@ J. Nick Koston Python Software Foundation License aiohappyeyeballs https://githu
14
14
  UNKNOWN Apache-2.0 AND MIT aiohttp https://github.com/aio-libs/aiohttp 3.12.15 cmdbox\licenses\LICENSE_aiohttp_3_12_15_Apache-2_0_AND_MIT.txt
15
15
  UNKNOWN Apache Software License aiosignal https://github.com/aio-libs/aiosignal 1.4.0 cmdbox\licenses\LICENSE_aiosignal_1_4_0_Apache_Software_License.txt
16
16
  UNKNOWN BSD License alabaster https://alabaster.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE_alabaster_1_0_0_BSD_License.txt
17
+ Mike Bayer <mike_mp@zzzcomputing.com> UNKNOWN alembic https://alembic.sqlalchemy.org 1.16.5 cmdbox\licenses\LICENSE_alembic_1_16_5_UNKNOWN.txt
17
18
  Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin <s@muelcolvin.com>, Zac Hatfield-Dodds <zac@zhd.dev> MIT License annotated-types https://github.com/annotated-types/annotated-types 0.7.0 cmdbox\licenses\LICENSE_annotated-types_0_7_0_MIT_License.txt
18
- Alex Grönholm <alex.gronholm@nextday.fi> UNKNOWN anyio https://anyio.readthedocs.io/en/stable/versionhistory.html 4.10.0 cmdbox\licenses\LICENSE_anyio_4_10_0_UNKNOWN.txt
19
+ Alex Grönholm <alex.gronholm@nextday.fi> UNKNOWN anyio https://anyio.readthedocs.io/en/stable/versionhistory.html 4.11.0 cmdbox\licenses\LICENSE_anyio_4_11_0_UNKNOWN.txt
19
20
  Andrey Kislyuk Apache Software License argcomplete https://github.com/kislyuk/argcomplete 3.6.2 cmdbox\licenses\LICENSE_argcomplete_3_6_2_Apache_Software_License.txt
20
21
  Andrew Svetlov <andrew.svetlov@gmail.com> Apache Software License async-timeout https://github.com/aio-libs/async-timeout 5.0.1 cmdbox\licenses\LICENSE_async-timeout_5_0_1_Apache_Software_License.txt
21
22
  Hynek Schlawack <hs@ox.cx> UNKNOWN attrs https://www.attrs.org/en/stable/changelog.html 25.3.0 cmdbox\licenses\LICENSE_attrs_25_3_0_UNKNOWN.txt
22
23
  Armin Ronacher BSD License babel https://babel.pocoo.org/ 2.17.0 cmdbox\licenses\LICENSE_babel_2_17_0_BSD_License.txt
23
- Bob Green MIT License backoff https://github.com/litl/backoff 2.2.1 cmdbox\licenses\LICENSE_backoff_2_2_1_MIT_License.txt
24
24
  "Jason R. Coombs" <jaraco@jaraco.com> MIT License backports.tarfile https://github.com/jaraco/backports.tarfile 1.2.0 cmdbox\licenses\LICENSE_backports_tarfile_1_2_0_MIT_License.txt
25
- Thomas Kemmer MIT License cachetools https://github.com/tkem/cachetools/ 5.5.2 cmdbox\licenses\LICENSE_cachetools_5_5_2_MIT_License.txt
25
+ Thomas Kemmer MIT License cachetools https://github.com/tkem/cachetools/ 6.2.0 cmdbox\licenses\LICENSE_cachetools_6_2_0_MIT_License.txt
26
26
  Kenneth Reitz Mozilla Public License 2.0 (MPL 2.0) certifi https://github.com/certifi/python-certifi 2025.8.3 cmdbox\licenses\LICENSE_certifi_2025_8_3_Mozilla_Public_License_2_0-MPL_2_0.txt
27
- Armin Rigo, Maciej Fijalkowski MIT License cffi http://cffi.readthedocs.org 1.17.1 cmdbox\licenses\LICENSE_cffi_1_17_1_MIT_License.txt
27
+ Armin Rigo, Maciej Fijalkowski UNKNOWN cffi https://cffi.readthedocs.io/en/latest/whatsnew.html 2.0.0 cmdbox\licenses\LICENSE_cffi_2_0_0_UNKNOWN.txt
28
28
  "Ahmed R. TAHRI" <tahri.ahmed@proton.me> MIT charset-normalizer https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md 3.4.3 cmdbox\licenses\LICENSE_charset-normalizer_3_4_3_MIT.txt
29
- UNKNOWN UNKNOWN click https://github.com/pallets/click/ 8.2.1 cmdbox\licenses\LICENSE_click_8_2_1_UNKNOWN.txt
29
+ UNKNOWN UNKNOWN click https://github.com/pallets/click/ 8.3.0 cmdbox\licenses\LICENSE_click_8_3_0_UNKNOWN.txt
30
30
  The cloudpickle developer team BSD License cloudpickle https://github.com/cloudpipe/cloudpickle 3.1.1 cmdbox\licenses\LICENSE_cloudpickle_3_1_1_BSD_License.txt
31
31
  Jonathan Hartley <tartley@tartley.com> BSD License colorama https://github.com/tartley/colorama 0.4.6 cmdbox\licenses\LICENSE_colorama_0_4_6_BSD_License.txt
32
- The cryptography developers <cryptography-dev@python.org> Apache-2.0 OR BSD-3-Clause cryptography https://github.com/pyca/cryptography 45.0.6 cmdbox\licenses\LICENSE_cryptography_45_0_6_Apache-2_0_OR_BSD-3-Clause.txt
33
- Brian Pugh Apache Software License cyclopts https://github.com/BrianPugh/cyclopts 3.22.5 cmdbox\licenses\LICENSE_cyclopts_3_22_5_Apache_Software_License.txt
32
+ The Python Cryptographic Authority and individual contributors <cryptography-dev@python.org> UNKNOWN cryptography https://github.com/pyca/cryptography 46.0.2 cmdbox\licenses\LICENSE_cryptography_46_0_2_UNKNOWN.txt
33
+ Brian Pugh Apache Software License cyclopts https://github.com/BrianPugh/cyclopts 3.24.0 cmdbox\licenses\LICENSE_cyclopts_3_24_0_Apache_Software_License.txt
34
+ Microsoft Corporation MIT License debugpy https://aka.ms/debugpy 1.8.17 cmdbox\licenses\LICENSE_debugpy_1_8_17_MIT_License.txt
34
35
  Nir Cohen Apache Software License distro https://github.com/python-distro/distro 1.9.0 cmdbox\licenses\LICENSE_distro_1_9_0_Apache_Software_License.txt
35
- Bob Halley <halley@dnspython.org> ISC License (ISCL) dnspython https://www.dnspython.org 2.7.0 cmdbox\licenses\LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt
36
+ Bob Halley <halley@dnspython.org> ISC License (ISCL) dnspython https://www.dnspython.org 2.8.0 cmdbox\licenses\LICENSE_dnspython_2_8_0_ISC_License-ISCL.txt
36
37
  Marcin Kurczewski <dash@wind.garden> MIT License docstring_parser https://github.com/rr-/docstring_parser 0.17.0 cmdbox\licenses\LICENSE_docstring_parser_0_17_0_MIT_License.txt
37
38
  David Goodger <goodger@python.org> BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License docutils https://docutils.sourceforge.io 0.21.2 cmdbox\licenses\LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt
38
- Joshua Tauberer The Unlicense (Unlicense) email_validator https://github.com/JoshData/python-email-validator 2.2.0 cmdbox\licenses\LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt
39
+ Joshua Tauberer The Unlicense (Unlicense) email-validator https://github.com/JoshData/python-email-validator 2.3.0 cmdbox\licenses\LICENSE_email-validator_2_3_0_The_Unlicense-Unlicense.txt
40
+ See AUTHORS.txt MIT License et_xmlfile https://foss.heptapod.net/openpyxl/et_xmlfile 2.0.0 cmdbox\licenses\LICENSE_et_xmlfile_2_0_0_MIT_License.txt
39
41
  Alex Grönholm <alex.gronholm@nextday.fi> MIT License exceptiongroup https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst 1.3.0 cmdbox\licenses\LICENSE_exceptiongroup_1_3_0_MIT_License.txt
40
- =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License fastapi https://github.com/fastapi/fastapi 0.116.1 cmdbox\licenses\LICENSE_fastapi_0_116_1_MIT_License.txt
41
- Tomas Votava MIT License fastapi-sso https://tomasvotava.github.io/fastapi-sso/ 0.18.0 cmdbox\licenses\LICENSE_fastapi-sso_0_18_0_MIT_License.txt
42
- Jeremiah Lowin Apache Software License fastmcp https://gofastmcp.com 2.11.3 cmdbox\licenses\LICENSE_fastmcp_2_11_3_Apache_Software_License.txt
43
- UNKNOWN The Unlicense (Unlicense) filelock https://github.com/tox-dev/py-filelock 3.18.0 cmdbox\licenses\LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt
42
+ =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License fastapi https://github.com/fastapi/fastapi 0.118.0 cmdbox\licenses\LICENSE_fastapi_0_118_0_MIT_License.txt
43
+ Jeremiah Lowin Apache Software License fastmcp https://gofastmcp.com 2.12.4 cmdbox\licenses\LICENSE_fastmcp_2_12_4_Apache_Software_License.txt
44
+ UNKNOWN BSD License fastuuid https://github.com/thedrow/fastuuid/ 0.13.5 cmdbox\licenses\LICENSE_fastuuid_0_13_5_BSD_License.txt
45
+ UNKNOWN The Unlicense (Unlicense) filelock https://github.com/tox-dev/py-filelock 3.19.1 cmdbox\licenses\LICENSE_filelock_3_19_1_The_Unlicense-Unlicense.txt
44
46
  UNKNOWN Apache-2.0 frozenlist https://github.com/aio-libs/frozenlist 1.7.0 cmdbox\licenses\LICENSE_frozenlist_1_7_0_Apache-2_0.txt
45
- UNKNOWN BSD License fsspec https://github.com/fsspec/filesystem_spec 2025.7.0 cmdbox\licenses\LICENSE_fsspec_2025_7_0_BSD_License.txt
46
- Denis Bilenko MIT gevent http://www.gevent.org/ 25.5.1 cmdbox\licenses\LICENSE_gevent_25_5_1_MIT.txt
47
- Google LLC <googleapis-packages@google.com> Apache Software License google-adk https://google.github.io/adk-docs/ 1.10.0 cmdbox\licenses\LICENSE_google-adk_1_10_0_Apache_Software_License.txt
48
- Google LLC <googleapis-packages@google.com> Apache Software License google-api-core https://github.com/googleapis/python-api-core 2.25.1 cmdbox\licenses\LICENSE_google-api-core_2_25_1_Apache_Software_License.txt
49
- Google LLC Apache Software License google-api-python-client https://github.com/googleapis/google-api-python-client/ 2.178.0 cmdbox\licenses\LICENSE_google-api-python-client_2_178_0_Apache_Software_License.txt
50
- Google Cloud Platform Apache Software License google-auth https://github.com/googleapis/google-auth-library-python 2.40.3 cmdbox\licenses\LICENSE_google-auth_2_40_3_Apache_Software_License.txt
47
+ UNKNOWN UNKNOWN fsspec https://github.com/fsspec/filesystem_spec 2025.9.0 cmdbox\licenses\LICENSE_fsspec_2025_9_0_UNKNOWN.txt
48
+ Denis Bilenko MIT gevent http://www.gevent.org/ 25.9.1 cmdbox\licenses\LICENSE_gevent_25_9_1_MIT.txt
49
+ Google LLC <googleapis-packages@google.com> Apache Software License google-adk https://google.github.io/adk-docs/ 1.15.1 cmdbox\licenses\LICENSE_google-adk_1_15_1_Apache_Software_License.txt
50
+ Google LLC <googleapis-packages@google.com> Apache Software License google-api-core https://github.com/googleapis/python-api-core 2.25.2 cmdbox\licenses\LICENSE_google-api-core_2_25_2_Apache_Software_License.txt
51
+ Google LLC Apache Software License google-api-python-client https://github.com/googleapis/google-api-python-client/ 2.184.0 cmdbox\licenses\LICENSE_google-api-python-client_2_184_0_Apache_Software_License.txt
52
+ Google Cloud Platform Apache Software License google-auth https://github.com/googleapis/google-auth-library-python 2.41.1 cmdbox\licenses\LICENSE_google-auth_2_41_1_Apache_Software_License.txt
51
53
  Google Cloud Platform Apache Software License google-auth-httplib2 https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 0.2.0 cmdbox\licenses\LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt
52
- Google LLC Apache 2.0 google-cloud-aiplatform https://github.com/googleapis/python-aiplatform 1.108.0 cmdbox\licenses\LICENSE_google-cloud-aiplatform_1_108_0_Apache_2_0.txt
54
+ Google LLC Apache 2.0 google-cloud-aiplatform https://github.com/googleapis/python-aiplatform 1.119.0 cmdbox\licenses\LICENSE_google-cloud-aiplatform_1_119_0_Apache_2_0.txt
53
55
  Google LLC Apache Software License google-cloud-appengine-logging https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging 1.6.2 cmdbox\licenses\LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt
54
56
  Google LLC Apache Software License google-cloud-audit-log https://github.com/googleapis/python-audit-log 0.3.2 cmdbox\licenses\LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt
55
- Google LLC <googleapis-packages@google.com> Apache Software License google-cloud-bigquery https://github.com/googleapis/python-bigquery 3.35.1 cmdbox\licenses\LICENSE_google-cloud-bigquery_3_35_1_Apache_Software_License.txt
57
+ Google LLC <googleapis-packages@google.com> Apache Software License google-cloud-bigquery https://github.com/googleapis/python-bigquery 3.38.0 cmdbox\licenses\LICENSE_google-cloud-bigquery_3_38_0_Apache_Software_License.txt
58
+ Google LLC Apache Software License google-cloud-bigtable https://github.com/googleapis/python-bigtable 2.32.0 cmdbox\licenses\LICENSE_google-cloud-bigtable_2_32_0_Apache_Software_License.txt
56
59
  Google LLC Apache Software License google-cloud-core https://github.com/googleapis/python-cloud-core 2.4.3 cmdbox\licenses\LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt
57
60
  Google LLC Apache Software License google-cloud-logging https://github.com/googleapis/python-logging 3.12.1 cmdbox\licenses\LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt
61
+ Google LLC Apache Software License google-cloud-monitoring https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-monitoring 2.27.2 cmdbox\licenses\LICENSE_google-cloud-monitoring_2_27_2_Apache_Software_License.txt
58
62
  Google LLC Apache Software License google-cloud-resource-manager https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-resource-manager 1.14.2 cmdbox\licenses\LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt
59
63
  Google LLC Apache Software License google-cloud-secret-manager https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager 2.24.0 cmdbox\licenses\LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt
64
+ Google LLC Apache Software License google-cloud-spanner https://github.com/googleapis/python-spanner 3.58.0 cmdbox\licenses\LICENSE_google-cloud-spanner_3_58_0_Apache_Software_License.txt
60
65
  Google LLC Apache Software License google-cloud-speech https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech 2.33.0 cmdbox\licenses\LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt
61
66
  Google LLC Apache Software License google-cloud-storage https://github.com/googleapis/python-storage 2.19.0 cmdbox\licenses\LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt
62
67
  Google LLC Apache Software License google-cloud-trace https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-trace 1.16.2 cmdbox\licenses\LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt
63
68
  Google LLC Apache 2.0 google-crc32c https://github.com/googleapis/python-crc32c 1.7.1 cmdbox\licenses\LICENSE_google-crc32c_1_7_1_Apache_2_0.txt
64
- Google LLC <googleapis-packages@google.com> Apache Software License google-genai https://github.com/googleapis/python-genai 1.29.0 cmdbox\licenses\LICENSE_google-genai_1_29_0_Apache_Software_License.txt
69
+ Google LLC <googleapis-packages@google.com> Apache Software License google-genai https://github.com/googleapis/python-genai 1.40.0 cmdbox\licenses\LICENSE_google-genai_1_40_0_Apache_Software_License.txt
65
70
  Google Cloud Platform Apache Software License google-resumable-media https://github.com/googleapis/google-resumable-media-python 2.7.2 cmdbox\licenses\LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt
66
71
  Google LLC <googleapis-packages@google.com> Apache Software License googleapis-common-protos https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos 1.70.0 cmdbox\licenses\LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt
67
72
  Sebastian Bank <sebastian.bank@uni-leipzig.de> UNKNOWN graphviz https://github.com/xflr6/graphviz 0.21 cmdbox\licenses\LICENSE_graphviz_0_21_UNKNOWN.txt
68
73
  Alexey Borzenkov MIT AND Python-2.0 greenlet https://greenlet.readthedocs.io/ 3.2.4 cmdbox\licenses\LICENSE_greenlet_3_2_4_MIT_AND_Python-2_0.txt
69
74
  Google LLC <googleapis-packages@google.com> Apache Software License grpc-google-iam-v1 https://github.com/googleapis/google-cloud-python 0.14.2 cmdbox\licenses\LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt
70
- The gRPC Authors Apache Software License grpcio https://grpc.io 1.74.0 cmdbox\licenses\LICENSE_grpcio_1_74_0_Apache_Software_License.txt
71
- The gRPC Authors Apache Software License grpcio-status https://grpc.io 1.74.0 cmdbox\licenses\LICENSE_grpcio-status_1_74_0_Apache_Software_License.txt
75
+ Dan Hipschman MIT License grpc-interceptor https://github.com/d5h-foss/grpc-interceptor 0.15.4 cmdbox\licenses\LICENSE_grpc-interceptor_0_15_4_MIT_License.txt
76
+ The gRPC Authors Apache Software License grpcio https://grpc.io 1.75.1 cmdbox\licenses\LICENSE_grpcio_1_75_1_Apache_Software_License.txt
77
+ The gRPC Authors Apache Software License grpcio-status https://grpc.io 1.75.1 cmdbox\licenses\LICENSE_grpcio-status_1_75_1_Apache_Software_License.txt
72
78
  Benoit Chesneau <benoitc@gunicorn.org> MIT License gunicorn https://gunicorn.org 23.0.0 cmdbox\licenses\LICENSE_gunicorn_23_0_0_MIT_License.txt
73
79
  Nathaniel J. Smith MIT License h11 https://github.com/python-hyper/h11 0.16.0 cmdbox\licenses\LICENSE_h11_0_16_0_MIT_License.txt
74
80
  Tom Christie <tom@tomchristie.com> BSD License httpcore https://www.encode.io/httpcore/ 1.0.9 cmdbox\licenses\LICENSE_httpcore_1_0_9_BSD_License.txt
75
- Joe Gregorio MIT License httplib2 https://github.com/httplib2/httplib2 0.22.0 cmdbox\licenses\LICENSE_httplib2_0_22_0_MIT_License.txt
81
+ Joe Gregorio MIT License httplib2 https://github.com/httplib2/httplib2 0.31.0 cmdbox\licenses\LICENSE_httplib2_0_31_0_MIT_License.txt
76
82
  Tom Christie <tom@tomchristie.com> BSD License httpx https://github.com/encode/httpx 0.28.1 cmdbox\licenses\LICENSE_httpx_0_28_1_BSD_License.txt
77
83
  Florimond Manca <florimond.manca@protonmail.com> MIT httpx-sse https://github.com/florimondmanca/httpx-sse 0.4.1 cmdbox\licenses\LICENSE_httpx-sse_0_4_1_MIT.txt
78
- Hugging Face, Inc. Apache Software License huggingface-hub https://github.com/huggingface/huggingface_hub 0.34.4 cmdbox\licenses\LICENSE_huggingface-hub_0_34_4_Apache_Software_License.txt
84
+ Hugging Face, Inc. Apache Software License huggingface-hub https://github.com/huggingface/huggingface_hub 0.35.3 cmdbox\licenses\LICENSE_huggingface-hub_0_35_3_Apache_Software_License.txt
79
85
  UNKNOWN Apache Software License id https://pypi.org/project/id/ 1.5.0 cmdbox\licenses\LICENSE_id_1_5_0_Apache_Software_License.txt
80
86
  Kim Davies <kim+pypi@gumleaf.org> BSD License idna https://github.com/kjd/idna 3.10 cmdbox\licenses\LICENSE_idna_3_10_BSD_License.txt
81
87
  Yoshiki Shibukawa MIT License imagesize https://github.com/shibukawa/imagesize_py 1.4.1 cmdbox\licenses\LICENSE_imagesize_1_4_1_MIT_License.txt
@@ -84,34 +90,37 @@ Gerhard Weis BSD License isodate https://github.com/gweis/isodate/ 0.7.2 cmdbox\
84
90
  UNKNOWN BSD License itsdangerous https://github.com/pallets/itsdangerous/ 2.2.0 cmdbox\licenses\LICENSE_itsdangerous_2_2_0_BSD_License.txt
85
91
  Jason R. Coombs MIT License jaraco.classes https://github.com/jaraco/jaraco.classes 3.4.0 cmdbox\licenses\LICENSE_jaraco_classes_3_4_0_MIT_License.txt
86
92
  "Jason R. Coombs" <jaraco@jaraco.com> MIT License jaraco.context https://github.com/jaraco/jaraco.context 6.0.1 cmdbox\licenses\LICENSE_jaraco_context_6_0_1_MIT_License.txt
87
- "Jason R. Coombs" <jaraco@jaraco.com> UNKNOWN jaraco.functools https://github.com/jaraco/jaraco.functools 4.2.1 cmdbox\licenses\LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt
88
- Samuel Colvin <samuel@pydantic.dev> MIT License jiter https://github.com/pydantic/jiter/ 0.10.0 cmdbox\licenses\LICENSE_jiter_0_10_0_MIT_License.txt
89
- Julian Berman <Julian+jsonschema@GrayVines.com> UNKNOWN jsonschema https://github.com/python-jsonschema/jsonschema 4.25.0 cmdbox\licenses\LICENSE_jsonschema_4_25_0_UNKNOWN.txt
93
+ "Jason R. Coombs" <jaraco@jaraco.com> UNKNOWN jaraco.functools https://github.com/jaraco/jaraco.functools 4.3.0 cmdbox\licenses\LICENSE_jaraco_functools_4_3_0_UNKNOWN.txt
94
+ Samuel Colvin <s@muelcolvin.com> MIT License jiter https://github.com/pydantic/jiter/ 0.11.0 cmdbox\licenses\LICENSE_jiter_0_11_0_MIT_License.txt
95
+ Julian Berman <Julian+jsonschema@GrayVines.com> UNKNOWN jsonschema https://github.com/python-jsonschema/jsonschema 4.25.1 cmdbox\licenses\LICENSE_jsonschema_4_25_1_UNKNOWN.txt
90
96
  Artur Maciag Apache Software License jsonschema-path https://github.com/p1c2u/jsonschema-path 0.3.4 cmdbox\licenses\LICENSE_jsonschema-path_0_3_4_Apache_Software_License.txt
91
- Julian Berman <Julian+jsonschema-specifications@GrayVines.com> UNKNOWN jsonschema-specifications https://github.com/python-jsonschema/jsonschema-specifications 2025.4.1 cmdbox\licenses\LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt
97
+ Julian Berman <Julian+jsonschema-specifications@GrayVines.com> UNKNOWN jsonschema-specifications https://github.com/python-jsonschema/jsonschema-specifications 2025.9.1 cmdbox\licenses\LICENSE_jsonschema-specifications_2025_9_1_UNKNOWN.txt
92
98
  Kang Zhang <jobo.zh@gmail.com> MIT License keyring https://github.com/jaraco/keyring 25.6.0 cmdbox\licenses\LICENSE_keyring_25_6_0_MIT_License.txt
93
- Ionel Cristian Mărieș BSD License lazy-object-proxy https://github.com/ionelmc/python-lazy-object-proxy 1.11.0 cmdbox\licenses\LICENSE_lazy-object-proxy_1_11_0_BSD_License.txt
94
- BerriAI MIT License litellm https://litellm.ai 1.75.5.post1 cmdbox\licenses\LICENSE_litellm_1_75_5_post1_MIT_License.txt
95
- BerriAI UNKNOWN litellm-enterprise https://litellm.ai 0.1.19 cmdbox\licenses\LICENSE_litellm-enterprise_0_1_19_UNKNOWN.txt
99
+ Ionel Cristian Mărieș <contact@ionelmc.ro> UNKNOWN lazy-object-proxy https://python-lazy-object-proxy.readthedocs.io/en/latest/changelog.html 1.12.0 cmdbox\licenses\LICENSE_lazy-object-proxy_1_12_0_UNKNOWN.txt
100
+ BerriAI MIT License litellm https://litellm.ai 1.77.5 cmdbox\licenses\LICENSE_litellm_1_77_5_MIT_License.txt
96
101
  Chris Sewell <chrisj_sewell@hotmail.com> MIT License markdown-it-py https://github.com/executablebooks/markdown-it-py 4.0.0 cmdbox\licenses\LICENSE_markdown-it-py_4_0_0_MIT_License.txt
97
- Anthropic, PBC. MIT License mcp https://modelcontextprotocol.io 1.12.4 cmdbox\licenses\LICENSE_mcp_1_12_4_MIT_License.txt
102
+ Anthropic, PBC. MIT License mcp https://modelcontextprotocol.io 1.16.0 cmdbox\licenses\LICENSE_mcp_1_16_0_MIT_License.txt
98
103
  Taneli Hukkinen <hukkin@users.noreply.github.com> MIT License mdurl https://github.com/executablebooks/mdurl 0.1.2 cmdbox\licenses\LICENSE_mdurl_0_1_2_MIT_License.txt
99
- Erik Rose <erikrose@grinchcentral.com> MIT License more-itertools https://github.com/more-itertools/more-itertools 10.7.0 cmdbox\licenses\LICENSE_more-itertools_10_7_0_MIT_License.txt
104
+ Erik Rose <erikrose@grinchcentral.com> UNKNOWN more-itertools https://github.com/more-itertools/more-itertools 10.8.0 cmdbox\licenses\LICENSE_more-itertools_10_8_0_UNKNOWN.txt
100
105
  Andrew Svetlov Apache License 2.0 multidict https://github.com/aio-libs/multidict 6.6.4 cmdbox\licenses\LICENSE_multidict_6_6_4_Apache_License_2_0.txt
101
106
  messense <messense@icloud.com> MIT nh3 UNKNOWN 0.3.0 cmdbox\licenses\LICENSE_nh3_0_3_0_MIT.txt
102
- Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.3.2 cmdbox\licenses\LICENSE_numpy_2_3_2_BSD_License.txt
103
- The OAuthlib Community BSD-3-Clause oauthlib https://github.com/oauthlib/oauthlib 3.3.1 cmdbox\licenses\LICENSE_oauthlib_3_3_1_BSD-3-Clause.txt
104
- OpenAI <support@openai.com> Apache Software License openai https://github.com/openai/openai-python 1.99.9 cmdbox\licenses\LICENSE_openai_1_99_9_Apache_Software_License.txt
107
+ Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.3.3 cmdbox\licenses\LICENSE_numpy_2_3_3_BSD_License.txt
108
+ OpenAI <support@openai.com> Apache Software License openai https://github.com/openai/openai-python 2.1.0 cmdbox\licenses\LICENSE_openai_2_1_0_Apache_Software_License.txt
105
109
  Artur Maciag BSD License openapi-core https://github.com/python-openapi/openapi-core 0.19.5 cmdbox\licenses\LICENSE_openapi-core_0_19_5_BSD_License.txt
106
110
  Mike Oakley MIT License openapi-pydantic https://github.com/mike-oakley/openapi-pydantic 0.5.1 cmdbox\licenses\LICENSE_openapi-pydantic_0_5_1_MIT_License.txt
107
111
  Artur Maciag BSD License openapi-schema-validator https://github.com/python-openapi/openapi-schema-validator 0.6.3 cmdbox\licenses\LICENSE_openapi-schema-validator_0_6_3_BSD_License.txt
108
112
  Artur Maciag Apache Software License openapi-spec-validator https://github.com/python-openapi/openapi-spec-validator 0.7.2 cmdbox\licenses\LICENSE_openapi-spec-validator_0_7_2_Apache_Software_License.txt
109
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-api https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api 1.36.0 cmdbox\licenses\LICENSE_opentelemetry-api_1_36_0_UNKNOWN.txt
113
+ See AUTHORS MIT License openpyxl https://openpyxl.readthedocs.io 3.1.5 cmdbox\licenses\LICENSE_openpyxl_3_1_5_MIT_License.txt
114
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-api https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api 1.37.0 cmdbox\licenses\LICENSE_opentelemetry-api_1_37_0_UNKNOWN.txt
115
+ Google Apache Software License opentelemetry-exporter-gcp-logging https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/main/opentelemetry-exporter-gcp-logging 1.9.0a0 cmdbox\licenses\LICENSE_opentelemetry-exporter-gcp-logging_1_9_0a0_Apache_Software_License.txt
116
+ Google Apache Software License opentelemetry-exporter-gcp-monitoring https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/main/opentelemetry-exporter-gcp-monitoring 1.9.0a0 cmdbox\licenses\LICENSE_opentelemetry-exporter-gcp-monitoring_1_9_0a0_Apache_Software_License.txt
110
117
  Google Apache Software License opentelemetry-exporter-gcp-trace https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/main/opentelemetry-exporter-gcp-trace 1.9.0 cmdbox\licenses\LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt
118
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-exporter-otlp-proto-common https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common 1.37.0 cmdbox\licenses\LICENSE_opentelemetry-exporter-otlp-proto-common_1_37_0_UNKNOWN.txt
119
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-exporter-otlp-proto-http https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-http 1.37.0 cmdbox\licenses\LICENSE_opentelemetry-exporter-otlp-proto-http_1_37_0_UNKNOWN.txt
120
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-proto https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto 1.37.0 cmdbox\licenses\LICENSE_opentelemetry-proto_1_37_0_UNKNOWN.txt
111
121
  Google Apache Software License opentelemetry-resourcedetector-gcp https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/main/opentelemetry-resourcedetector-gcp 1.9.0a0 cmdbox\licenses\LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt
112
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-sdk https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk 1.36.0 cmdbox\licenses\LICENSE_opentelemetry-sdk_1_36_0_UNKNOWN.txt
113
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-semantic-conventions https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions 0.57b0 cmdbox\licenses\LICENSE_opentelemetry-semantic-conventions_0_57b0_UNKNOWN.txt
114
- ijl <ijl@mailbox.org> Apache Software License; MIT License orjson https://github.com/ijl/orjson 3.11.1 cmdbox\licenses\LICENSE_orjson_3_11_1_Apache_Software_License-MIT_License.txt
122
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-sdk https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk 1.37.0 cmdbox\licenses\LICENSE_opentelemetry-sdk_1_37_0_UNKNOWN.txt
123
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> UNKNOWN opentelemetry-semantic-conventions https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions 0.58b0 cmdbox\licenses\LICENSE_opentelemetry-semantic-conventions_0_58b0_UNKNOWN.txt
115
124
  Donald Stufft <donald@stufft.io> Apache Software License; BSD License packaging https://github.com/pypa/packaging 25.0 cmdbox\licenses\LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt
116
125
  Richard Jones <richard@python.org> MIT License parse https://github.com/r1chardj0n3s/parse 1.20.2 cmdbox\licenses\LICENSE_parse_1_20_2_MIT_License.txt
117
126
  Artur Maciag Apache Software License pathable https://github.com/p1c2u/pathable 0.4.4 cmdbox\licenses\LICENSE_pathable_0_4_4_Apache_Software_License.txt
@@ -119,50 +128,50 @@ Artur Maciag Apache Software License pathable https://github.com/p1c2u/pathable
119
128
  The pip developers <distutils-sig@python.org> MIT License pip https://pip.pypa.io/ 24.0 cmdbox\licenses\LICENSE_pip_24_0_MIT_License.txt
120
129
  Kivy team MIT License plyer https://plyer.readthedocs.org/en/latest/ 2.1.0 cmdbox\licenses\LICENSE_plyer_2_1_0_MIT_License.txt
121
130
  Luke Maurits <luke@maurits.id.au> UNKNOWN prettytable https://github.com/prettytable/prettytable 3.16.0 cmdbox\licenses\LICENSE_prettytable_3_16_0_UNKNOWN.txt
122
- Jonathan Slenders BSD License prompt_toolkit UNKNOWN 3.0.51 cmdbox\licenses\LICENSE_prompt_toolkit_3_0_51_BSD_License.txt
131
+ Jonathan Slenders BSD License prompt_toolkit https://github.com/prompt-toolkit/python-prompt-toolkit 3.0.52 cmdbox\licenses\LICENSE_prompt_toolkit_3_0_52_BSD_License.txt
123
132
  Andrew Svetlov Apache Software License propcache https://github.com/aio-libs/propcache 0.3.2 cmdbox\licenses\LICENSE_propcache_0_3_2_Apache_Software_License.txt
124
133
  Google LLC <googleapis-packages@google.com> Apache Software License proto-plus https://github.com/googleapis/proto-plus-python 1.26.1 cmdbox\licenses\LICENSE_proto-plus_1_26_1_Apache_Software_License.txt
125
- protobuf@googlegroups.com 3-Clause BSD License protobuf https://developers.google.com/protocol-buffers/ 6.31.1 cmdbox\licenses\LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt
126
- Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg https://psycopg.org/psycopg3/ 3.2.9 cmdbox\licenses\LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
127
- Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg-binary https://psycopg.org/psycopg3/ 3.2.9 cmdbox\licenses\LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
134
+ protobuf@googlegroups.com 3-Clause BSD License protobuf https://developers.google.com/protocol-buffers/ 6.32.1 cmdbox\licenses\LICENSE_protobuf_6_32_1_3-Clause_BSD_License.txt
135
+ Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg https://psycopg.org/psycopg3/ 3.2.10 cmdbox\licenses\LICENSE_psycopg_3_2_10_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
136
+ Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg-binary https://psycopg.org/psycopg3/ 3.2.10 cmdbox\licenses\LICENSE_psycopg-binary_3_2_10_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
128
137
  Ilya Etingof BSD License pyasn1 https://github.com/pyasn1/pyasn1 0.6.1 cmdbox\licenses\LICENSE_pyasn1_0_6_1_BSD_License.txt
129
138
  Ilya Etingof BSD License pyasn1_modules https://github.com/pyasn1/pyasn1-modules 0.4.2 cmdbox\licenses\LICENSE_pyasn1_modules_0_4_2_BSD_License.txt
130
- Eli Bendersky BSD License pycparser https://github.com/eliben/pycparser 2.22 cmdbox\licenses\LICENSE_pycparser_2_22_BSD_License.txt
139
+ Eli Bendersky BSD License pycparser https://github.com/eliben/pycparser 2.23 cmdbox\licenses\LICENSE_pycparser_2_23_BSD_License.txt
131
140
  Helder Eijs BSD License; Public Domain pycryptodome https://www.pycryptodome.org 3.23.0 cmdbox\licenses\LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt
132
- Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey <terry@pydantic.dev>, David Montague <david@pydantic.dev>, Serge Matveenko <lig@countzero.co>, Marcelo Trylesinski <marcelotryle@gmail.com>, Sydney Runkle <sydneymarierunkle@gmail.com>, David Hewitt <mail@davidhewitt.io>, Alex Hall <alex.mojaki@gmail.com>, Victorien Plot <contact@vctrn.dev> MIT License pydantic https://github.com/pydantic/pydantic 2.11.7 cmdbox\licenses\LICENSE_pydantic_2_11_7_MIT_License.txt
133
- Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com> MIT License pydantic-settings https://github.com/pydantic/pydantic-settings 2.10.1 cmdbox\licenses\LICENSE_pydantic-settings_2_10_1_MIT_License.txt
141
+ Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey <terry@pydantic.dev>, David Montague <david@pydantic.dev>, Serge Matveenko <lig@countzero.co>, Marcelo Trylesinski <marcelotryle@gmail.com>, Sydney Runkle <sydneymarierunkle@gmail.com>, David Hewitt <mail@davidhewitt.io>, Alex Hall <alex.mojaki@gmail.com>, Victorien Plot <contact@vctrn.dev> MIT License pydantic https://github.com/pydantic/pydantic 2.11.10 cmdbox\licenses\LICENSE_pydantic_2_11_10_MIT_License.txt
142
+ Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com> MIT License pydantic-settings https://github.com/pydantic/pydantic-settings 2.11.0 cmdbox\licenses\LICENSE_pydantic-settings_2_11_0_MIT_License.txt
134
143
  Samuel Colvin <s@muelcolvin.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, David Montague <david@pydantic.dev>, David Hewitt <mail@davidhewitt.dev>, Sydney Runkle <sydneymarierunkle@gmail.com>, Victorien Plot <contact@vctrn.dev> MIT License pydantic_core https://github.com/pydantic/pydantic-core 2.33.2 cmdbox\licenses\LICENSE_pydantic_core_2_33_2_MIT_License.txt
135
- Paul McGuire <ptmcg.gm+pyparsing@gmail.com> MIT License pyparsing https://github.com/pyparsing/pyparsing/ 3.2.3 cmdbox\licenses\LICENSE_pyparsing_3_2_3_MIT_License.txt
136
- Al Sweigart BSD License pyperclip https://github.com/asweigart/pyperclip 1.9.0 cmdbox\licenses\LICENSE_pyperclip_1_9_0_BSD_License.txt
144
+ Paul McGuire <ptmcg.gm+pyparsing@gmail.com> UNKNOWN pyparsing https://github.com/pyparsing/pyparsing/ 3.2.5 cmdbox\licenses\LICENSE_pyparsing_3_2_5_UNKNOWN.txt
145
+ Al Sweigart <al@inventwithpython.com> BSD License pyperclip https://github.com/asweigart/pyperclip 1.11.0 cmdbox\licenses\LICENSE_pyperclip_1_11_0_BSD_License.txt
137
146
  Moses Palmér GNU Lesser General Public License v3 (LGPLv3) pystray https://github.com/moses-palmer/pystray 0.19.5 cmdbox\licenses\LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
138
147
  Gustavo Niemeyer Apache Software License; BSD License python-dateutil https://github.com/dateutil/dateutil 2.9.0.post0 cmdbox\licenses\LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt
139
148
  Saurabh Kumar BSD License python-dotenv https://github.com/theskumar/python-dotenv 1.1.1 cmdbox\licenses\LICENSE_python-dotenv_1_1_1_BSD_License.txt
140
149
  Andrew Dunham <andrew@du.nham.ca>, Marcelo Trylesinski <marcelotryle@gmail.com> Apache Software License python-multipart https://github.com/Kludex/python-multipart 0.0.20 cmdbox\licenses\LICENSE_python-multipart_0_0_20_Apache_Software_License.txt
141
150
  Mark Hammond (et al) Python Software Foundation License pywin32 https://github.com/mhammond/pywin32 311 cmdbox\licenses\LICENSE_pywin32_311_Python_Software_Foundation_License.txt
142
151
  Enthought Inc. BSD-3-Clause pywin32-ctypes https://github.com/enthought/pywin32-ctypes 0.2.3 cmdbox\licenses\LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt
143
- Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.0 cmdbox\licenses\LICENSE_questionary_2_1_0_MIT_License.txt
152
+ Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.1 cmdbox\licenses\LICENSE_questionary_2_1_1_MIT_License.txt
144
153
  The Python Packaging Authority <admin@mail.pypi.org> Apache Software License readme_renderer UNKNOWN 44.0 cmdbox\licenses\LICENSE_readme_renderer_44_0_Apache_Software_License.txt
145
154
  "Redis Inc." <oss@redis.com> MIT License redis https://github.com/redis/redis-py 6.4.0 cmdbox\licenses\LICENSE_redis_6_4_0_MIT_License.txt
146
155
  Julian Berman <Julian+referencing@GrayVines.com> UNKNOWN referencing https://github.com/python-jsonschema/referencing 0.36.2 cmdbox\licenses\LICENSE_referencing_0_36_2_UNKNOWN.txt
147
- Matthew Barnett <regex@mrabarnett.plus.com> UNKNOWN regex https://github.com/mrabarnett/mrab-regex 2025.7.34 cmdbox\licenses\LICENSE_regex_2025_7_34_UNKNOWN.txt
148
- Kenneth Reitz Apache Software License requests https://requests.readthedocs.io 2.32.4 cmdbox\licenses\LICENSE_requests_2_32_4_Apache_Software_License.txt
156
+ Matthew Barnett <regex@mrabarnett.plus.com> UNKNOWN regex https://github.com/mrabarnett/mrab-regex 2025.9.18 cmdbox\licenses\LICENSE_regex_2025_9_18_UNKNOWN.txt
157
+ Kenneth Reitz Apache Software License requests https://requests.readthedocs.io 2.32.5 cmdbox\licenses\LICENSE_requests_2_32_5_Apache_Software_License.txt
149
158
  Ian Cordasco, Cory Benfield Apache Software License requests-toolbelt https://toolbelt.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt
150
159
  Nicolas Aimetti MIT License rfc3339-validator https://github.com/naimetti/rfc3339-validator 0.1.4 cmdbox\licenses\LICENSE_rfc3339-validator_0_1_4_MIT_License.txt
151
160
  Ian Stapleton Cordasco Apache Software License rfc3986 http://rfc3986.readthedocs.io 2.0.0 cmdbox\licenses\LICENSE_rfc3986_2_0_0_Apache_Software_License.txt
152
161
  Will McGugan MIT License rich https://github.com/Textualize/rich 14.1.0 cmdbox\licenses\LICENSE_rich_14_1_0_MIT_License.txt
153
162
  Wasi Master MIT License rich-rst https://wasi-master.github.io/rich-rst 1.3.1 cmdbox\licenses\LICENSE_rich-rst_1_3_1_MIT_License.txt
154
163
  Adam Turner CC0 1.0 Universal (CC0 1.0) Public Domain Dedication; Zero-Clause BSD (0BSD) roman-numerals-py https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst 3.1.0 cmdbox\licenses\LICENSE_roman-numerals-py_3_1_0_CC0_1_0_Universal-CC0_1_0-Public_Domain_Dedication-Zero-Clause_BSD-0BSD.txt
155
- Julian Berman <Julian+rpds@GrayVines.com> UNKNOWN rpds-py https://github.com/crate-py/rpds 0.27.0 cmdbox\licenses\LICENSE_rpds-py_0_27_0_UNKNOWN.txt
164
+ Julian Berman <Julian+rpds@GrayVines.com> UNKNOWN rpds-py https://github.com/crate-py/rpds 0.27.1 cmdbox\licenses\LICENSE_rpds-py_0_27_1_UNKNOWN.txt
156
165
  Sybren A. Stüvel Apache Software License rsa https://stuvel.eu/rsa 4.9.1 cmdbox\licenses\LICENSE_rsa_4_9_1_Apache_Software_License.txt
157
166
  Python Packaging Authority <distutils-sig@python.org> UNKNOWN setuptools https://github.com/pypa/setuptools 80.9.0 cmdbox\licenses\LICENSE_setuptools_80_9_0_UNKNOWN.txt
158
- Sean Gillies BSD License shapely https://github.com/shapely/shapely 2.1.1 cmdbox\licenses\LICENSE_shapely_2_1_1_BSD_License.txt
167
+ Sean Gillies BSD License shapely https://github.com/shapely/shapely 2.1.2 cmdbox\licenses\LICENSE_shapely_2_1_2_BSD_License.txt
159
168
  Benjamin Peterson MIT License six https://github.com/benjaminp/six 1.17.0 cmdbox\licenses\LICENSE_six_1_17_0_MIT_License.txt
160
169
  "Nathaniel J. Smith" <njs@pobox.com> Apache Software License; MIT License sniffio https://github.com/python-trio/sniffio 1.3.1 cmdbox\licenses\LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt
161
170
  Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball 3.0.1 cmdbox\licenses\LICENSE_snowballstemmer_3_0_1_BSD_License.txt
162
171
  Takayuki SHIMIZUKAWA <shimizukawa@gmail.com> UNKNOWN sphinx-intl https://github.com/sphinx-doc/sphinx-intl 2.3.2 cmdbox\licenses\LICENSE_sphinx-intl_2_3_2_UNKNOWN.txt
163
172
  Matthias Geier BSD License sphinx-last-updated-by-git https://github.com/mgeier/sphinx-last-updated-by-git/ 0.3.8 cmdbox\licenses\LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt
164
173
  Dave Snider, Read the Docs, Inc. & contributors MIT License sphinx-rtd-theme https://github.com/readthedocs/sphinx_rtd_theme 3.0.2 cmdbox\licenses\LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt
165
- Jared Dillard <jared.dillard@gmail.com> UNKNOWN sphinx-sitemap https://github.com/jdillard/sphinx-sitemap 2.7.2 cmdbox\licenses\LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt
174
+ Jared Dillard <jared.dillard@gmail.com> UNKNOWN sphinx-sitemap https://github.com/jdillard/sphinx-sitemap 2.8.0 cmdbox\licenses\LICENSE_sphinx-sitemap_2_8_0_UNKNOWN.txt
166
175
  Frテゥdテゥric Aoustin GNU General Public License v2 (GPLv2) sphinx_fontawesome https://github.com/fraoustin/sphinx_fontawesome 0.0.6 cmdbox\licenses\LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt
167
176
  Georg Brandl <georg@python.org> BSD License sphinxcontrib-applehelp https://www.sphinx-doc.org/ 2.0.0 cmdbox\licenses\LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt
168
177
  Georg Brandl <georg@python.org> BSD License sphinxcontrib-devhelp https://www.sphinx-doc.org/ 2.0.0 cmdbox\licenses\LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt
@@ -171,10 +180,12 @@ Adam Turner BSD License sphinxcontrib-jquery https://github.com/sphinx-contrib/j
171
180
  Georg Brandl BSD License sphinxcontrib-jsmath http://sphinx-doc.org/ 1.0.1 cmdbox\licenses\LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt
172
181
  Georg Brandl <georg@python.org> BSD License sphinxcontrib-qthelp https://www.sphinx-doc.org/ 2.0.0 cmdbox\licenses\LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt
173
182
  Georg Brandl <georg@python.org> BSD License sphinxcontrib-serializinghtml https://www.sphinx-doc.org/ 2.0.0 cmdbox\licenses\LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt
183
+ Google LLC Apache Software License sqlalchemy-spanner https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy 1.16.0 cmdbox\licenses\LICENSE_sqlalchemy-spanner_1_16_0_Apache_Software_License.txt
184
+ Andi Albrecht <albrecht.andi@gmail.com> BSD License sqlparse https://github.com/andialbrecht/sqlparse 0.5.3 cmdbox\licenses\LICENSE_sqlparse_0_5_3_BSD_License.txt
174
185
  sysid <sysid@gmx.de> UNKNOWN sse-starlette https://github.com/sysid/sse-starlette 3.0.2 cmdbox\licenses\LICENSE_sse-starlette_3_0_2_UNKNOWN.txt
175
- Tom Christie <tom@tomchristie.com> BSD License starlette https://github.com/encode/starlette 0.47.2 cmdbox\licenses\LICENSE_starlette_0_47_2_BSD_License.txt
186
+ Tom Christie <tom@tomchristie.com>, Marcelo Trylesinski <marcelotryle@gmail.com> BSD License starlette https://github.com/Kludex/starlette 0.48.0 cmdbox\licenses\LICENSE_starlette_0_48_0_BSD_License.txt
176
187
  Sergey Astanin <s.astanin@gmail.com> MIT License tabulate https://github.com/astanin/python-tabulate 0.9.0 cmdbox\licenses\LICENSE_tabulate_0_9_0_MIT_License.txt
177
- Julien Danjou Apache Software License tenacity https://github.com/jd/tenacity 9.1.2 cmdbox\licenses\LICENSE_tenacity_9_1_2_Apache_Software_License.txt
188
+ Julien Danjou Apache Software License tenacity https://github.com/jd/tenacity 8.5.0 cmdbox\licenses\LICENSE_tenacity_8_5_0_Apache_Software_License.txt
178
189
  Shantanu Jain MIT License
179
190
 
180
191
  Copyright (c) 2022 OpenAI, Shantanu Jain
@@ -197,23 +208,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
197
208
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
198
209
  SOFTWARE.
199
210
  tiktoken https://github.com/openai/tiktoken 0.11.0 cmdbox\licenses\LICENSE_tiktoken_0_11_0_MIT_License-Copyright-c-2022_OpenAI-Shantanu_Jain-Permission_is_hereby_granted-free_of_charge-to_any_per.txt
200
- Nicolas Patry <patry.nicolas@protonmail.com>, Anthony Moi <anthony@huggingface.co> Apache Software License tokenizers https://github.com/huggingface/tokenizers 0.21.4 cmdbox\licenses\LICENSE_tokenizers_0_21_4_Apache_Software_License.txt
211
+ Nicolas Patry <patry.nicolas@protonmail.com>, Anthony Moi <anthony@huggingface.co> Apache Software License tokenizers https://github.com/huggingface/tokenizers 0.22.1 cmdbox\licenses\LICENSE_tokenizers_0_22_1_Apache_Software_License.txt
201
212
  Taneli Hukkinen <hukkin@users.noreply.github.com> MIT License tomli https://github.com/hukkin/tomli 2.2.1 cmdbox\licenses\LICENSE_tomli_2_2_1_MIT_License.txt
202
213
  UNKNOWN MIT License; Mozilla Public License 2.0 (MPL 2.0) tqdm https://tqdm.github.io 4.67.1 cmdbox\licenses\LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt
203
- Donald Stufft and individual contributors <donald@stufft.io> Apache Software License twine https://twine.readthedocs.io/ 6.1.0 cmdbox\licenses\LICENSE_twine_6_1_0_Apache_Software_License.txt
204
- Victorien Plot <contact@vctrn.dev> UNKNOWN typing-inspection https://github.com/pydantic/typing-inspection 0.4.1 cmdbox\licenses\LICENSE_typing-inspection_0_4_1_UNKNOWN.txt
205
- "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> UNKNOWN typing_extensions https://github.com/python/typing_extensions 4.14.1 cmdbox\licenses\LICENSE_typing_extensions_4_14_1_UNKNOWN.txt
214
+ Donald Stufft and individual contributors <donald@stufft.io> UNKNOWN twine https://twine.readthedocs.io/ 6.2.0 cmdbox\licenses\LICENSE_twine_6_2_0_UNKNOWN.txt
215
+ Victorien Plot <contact@vctrn.dev> UNKNOWN typing-inspection https://github.com/pydantic/typing-inspection 0.4.2 cmdbox\licenses\LICENSE_typing-inspection_0_4_2_UNKNOWN.txt
216
+ "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> UNKNOWN typing_extensions https://github.com/python/typing_extensions 4.15.0 cmdbox\licenses\LICENSE_typing_extensions_4_15_0_UNKNOWN.txt
206
217
  Python Software Foundation Apache Software License tzdata https://github.com/python/tzdata 2025.2 cmdbox\licenses\LICENSE_tzdata_2025_2_Apache_Software_License.txt
207
218
  Lennart Regebro <regebro@gmail.com> MIT License tzlocal https://github.com/regebro/tzlocal/blob/master/CHANGES.txt 5.3.1 cmdbox\licenses\LICENSE_tzlocal_5_3_1_MIT_License.txt
208
219
  Ian Stapleton Cordasco BSD 3-Clause OR Apache-2.0 uritemplate https://uritemplate.readthedocs.org 4.2.0 cmdbox\licenses\LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt
209
220
  Andrey Petrov <andrey.petrov@shazow.net> UNKNOWN urllib3 https://github.com/urllib3/urllib3/blob/main/CHANGES.rst 2.5.0 cmdbox\licenses\LICENSE_urllib3_2_5_0_UNKNOWN.txt
210
- Tom Christie <tom@tomchristie.com>, Marcelo Trylesinski <marcelotryle@gmail.com> BSD License uvicorn https://www.uvicorn.org/ 0.35.0 cmdbox\licenses\LICENSE_uvicorn_0_35_0_BSD_License.txt
221
+ Tom Christie <tom@tomchristie.com>, Marcelo Trylesinski <marcelotryle@gmail.com> BSD License uvicorn https://uvicorn.dev/ 0.37.0 cmdbox\licenses\LICENSE_uvicorn_0_37_0_BSD_License.txt
211
222
  Mickaël Schoentgen Apache Software License watchdog https://github.com/gorakhargosh/watchdog 6.0.0 cmdbox\licenses\LICENSE_watchdog_6_0_0_Apache_Software_License.txt
212
- Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.13 cmdbox\licenses\LICENSE_wcwidth_0_2_13_MIT_License.txt
223
+ Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.14 cmdbox\licenses\LICENSE_wcwidth_0_2_14_MIT_License.txt
213
224
  Aymeric Augustin <aymeric.augustin@m4x.org> BSD License websockets https://github.com/python-websockets/websockets 15.0.1 cmdbox\licenses\LICENSE_websockets_15_0_1_BSD_License.txt
214
225
  Daniel Holth <dholth@fastmail.fm> MIT License wheel https://github.com/pypa/wheel 0.45.1 cmdbox\licenses\LICENSE_wheel_0_45_1_MIT_License.txt
215
226
  Benno Rice MIT License wsproto https://github.com/python-hyper/wsproto/ 1.2.0 cmdbox\licenses\LICENSE_wsproto_1_2_0_MIT_License.txt
216
227
  Andrew Svetlov Apache Software License yarl https://github.com/aio-libs/yarl 1.20.1 cmdbox\licenses\LICENSE_yarl_1_20_1_Apache_Software_License.txt
217
228
  "Jason R. Coombs" <jaraco@jaraco.com> UNKNOWN zipp https://github.com/jaraco/zipp 3.23.0 cmdbox\licenses\LICENSE_zipp_3_23_0_UNKNOWN.txt
218
- Zope Foundation and Contributors Zope Public License zope.event https://github.com/zopefoundation/zope.event 5.1.1 cmdbox\licenses\LICENSE_zope_event_5_1_1_Zope_Public_License.txt
219
- Zope Foundation and Contributors Zope Public License zope.interface https://github.com/zopefoundation/zope.interface 7.2 cmdbox\licenses\LICENSE_zope_interface_7_2_Zope_Public_License.txt
229
+ Zope Foundation and Contributors Zope Public License zope.event https://github.com/zopefoundation/zope.event 6.0 cmdbox\licenses\LICENSE_zope_event_6_0_Zope_Public_License.txt
230
+ Zope Foundation and Contributors Zope Public License zope.interface https://github.com/zopefoundation/zope.interface 8.0.1 cmdbox\licenses\LICENSE_zope_interface_8_0_1_Zope_Public_License.txt
cmdbox/version.py CHANGED
@@ -1,10 +1,10 @@
1
1
  import datetime
2
2
 
3
- dt_now = datetime.datetime(2025, 8, 16)
3
+ dt_now = datetime.datetime(2025, 10, 5)
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.4.2'
7
+ __version__ = '0.6.6'
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'
@@ -136,5 +136,14 @@ init_svgicons = () => {
136
136
  +`<path d="M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0z"/>`
137
137
  +`<path d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5"/>`
138
138
  +`</symbol>`);
139
+ svgicons.insertAdjacentHTML('beforeend',
140
+ `<symbol id="btn_gear" viewBox="0 0 16 16">`
141
+ +`<path d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492M5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0"/>`
142
+ +`<path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115z"/>`
143
+ +`</symbol>`);
144
+ svgicons.insertAdjacentHTML('beforeend',
145
+ `<symbol id="btn_gear_fill" viewBox="0 0 16 16">`
146
+ +`<path d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>`
147
+ +`</symbol>`);
139
148
  };
140
149
  init_svgicons();
@@ -1,15 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmdbox
3
- Version: 0.6.4.2
3
+ Version: 0.6.6
4
4
  Summary: cmdbox: It is a command line application with a plugin mechanism.
5
- Home-page: https://github.com/hamacom2004jp/cmdbox
6
- Download-URL: https://github.com/hamacom2004jp/cmdbox
7
- Author: hamacom2004jp
8
- Author-email: hamacom2004jp@gmail.com
9
- Maintainer: hamacom2004jp
10
- Maintainer-email: hamacom2004jp@gmail.com
5
+ Author-email: hamacom2004jp <hamacom2004jp@gmail.com>
11
6
  License: MIT
12
- Keywords: cli restapi redis fastapi
7
+ Project-URL: Homepage, https://github.com/hamacom2004jp/cmdbox
8
+ Project-URL: Documentation, https://hamacom2004jp.github.io/cmdbox/index.html
9
+ Project-URL: Repository, https://github.com/hamacom2004jp/cmdbox
10
+ Keywords: audit,cli,excel,fastapi,mcp,redis,restapi,web
13
11
  Classifier: Development Status :: 4 - Beta
14
12
  Classifier: Intended Audience :: Developers
15
13
  Classifier: Intended Audience :: Information Technology
@@ -23,12 +21,15 @@ Description-Content-Type: text/markdown
23
21
  License-File: LICENSE
24
22
  Requires-Dist: argcomplete
25
23
  Requires-Dist: async-timeout
24
+ Requires-Dist: cffi
26
25
  Requires-Dist: cryptography
27
26
  Requires-Dist: fastapi
27
+ Requires-Dist: debugpy
28
28
  Requires-Dist: gevent
29
29
  Requires-Dist: gunicorn
30
30
  Requires-Dist: itsdangerous
31
31
  Requires-Dist: numpy
32
+ Requires-Dist: openpyxl
32
33
  Requires-Dist: Pillow
33
34
  Requires-Dist: plyer
34
35
  Requires-Dist: psycopg[binary]
@@ -46,21 +47,14 @@ Requires-Dist: tabulate
46
47
  Requires-Dist: uvicorn
47
48
  Requires-Dist: wsproto
48
49
  Requires-Dist: wheel
49
- Dynamic: author
50
- Dynamic: author-email
51
- Dynamic: classifier
52
- Dynamic: description
53
- Dynamic: description-content-type
54
- Dynamic: download-url
55
- Dynamic: home-page
56
- Dynamic: keywords
57
- Dynamic: license
50
+ Provides-Extra: agent
51
+ Requires-Dist: fastmcp; extra == "agent"
52
+ Requires-Dist: google-adk; extra == "agent"
53
+ Requires-Dist: litellm; extra == "agent"
54
+ Provides-Extra: saml
55
+ Requires-Dist: python3-saml; extra == "saml"
56
+ Requires-Dist: xmlsec==1.3.13; extra == "saml"
58
57
  Dynamic: license-file
59
- Dynamic: maintainer
60
- Dynamic: maintainer-email
61
- Dynamic: requires-dist
62
- Dynamic: requires-python
63
- Dynamic: summary
64
58
 
65
59
  # cmdbox (Command Development Application)
66
60
 
@@ -85,14 +79,14 @@ cmdbox -v
85
79
 
86
80
  - When using SAML in web mode, install the modules with dependencies.
87
81
  ```bash
88
- pip install xmlsec==1.3.13 python3-saml
82
+ pip install cmdbox[saml]
89
83
  apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential libopencv-dev
90
84
  ```
91
85
 
92
86
  - When using `--agent use` in web mode, install the modules with dependencies.
93
87
  ```bash
94
- pip install google-adk litellm fastmcp
95
- pip install backoff cryptography orjson apscheduler litellm-enterprise email-validator fastapi-sso
88
+ pip install cmdbox[agent]
89
+ pip install backoff orjson apscheduler litellm-enterprise fastapi-sso
96
90
  ```
97
91
 
98
92
  # Run
@@ -261,9 +255,6 @@ class ServerTime(feature.Feature):
261
255
  description_en="Specify the maximum waiting time until the server responds."),
262
256
  ])
263
257
 
264
- def get_svcmd(self):
265
- return 'server_time'
266
-
267
258
  def apprun(self, logger:logging.Logger, args:argparse.Namespace, tm:float, pf:List[Dict[str, float]]=[]) -> Tuple[int, Dict[str, Any], Any]:
268
259
  cl = client.Client(logger, redis_host=args.host, redis_port=args.port, redis_password=args.password, svname=args.svname)
269
260
  ret = cl.redis_cli.send_cmd(self.get_svcmd(), [str(args.timedelta)],
@@ -345,7 +336,16 @@ agentrule: # Specifies a list of rules that determi
345
336
  cmds: [list, load] # Specify the "cmd" to which the rule applies. Multiple items can be specified in a list.
346
337
  rule: allow # Specifies whether the specified command is allowed or not. Values are allow or deny.
347
338
  - mode: client
348
- cmds: [http]
339
+ cmds: [file_download, file_list, http, server_info]
340
+ rule: allow
341
+ - mode: excel
342
+ cmds: [cell_details, cell_search, cell_values, sheet_list]
343
+ rule: allow
344
+ - mode: server
345
+ cmds: [list]
346
+ rule: allow
347
+ - mode: tts
348
+ cmds: [say]
349
349
  rule: allow
350
350
  audit:
351
351
  enabled: true # Specify whether to enable the audit function.