cmdbox 0.6.0.4__py3-none-any.whl → 0.6.1.1__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 (221) hide show
  1. cmdbox/app/app.py +2 -2
  2. cmdbox/app/auth/azure_signin.py +5 -1
  3. cmdbox/app/auth/signin.py +144 -28
  4. cmdbox/app/common.py +40 -3
  5. cmdbox/app/edge.py +1 -1
  6. cmdbox/app/edge_tool.py +1 -1
  7. cmdbox/app/features/cli/agent_base.py +1 -335
  8. cmdbox/app/features/cli/cmdbox_audit_search.py +0 -2
  9. cmdbox/app/features/cli/cmdbox_audit_write.py +9 -0
  10. cmdbox/app/features/cli/cmdbox_cmd_list.py +1 -1
  11. cmdbox/app/features/cli/cmdbox_cmd_load.py +1 -1
  12. cmdbox/app/features/cli/cmdbox_mcp_proxy.py +90 -0
  13. cmdbox/app/features/cli/cmdbox_web_gencert.py +25 -2
  14. cmdbox/app/features/cli/cmdbox_web_start.py +5 -2
  15. cmdbox/app/features/web/cmdbox_web_signin.py +1 -1
  16. cmdbox/app/mcp.py +375 -0
  17. cmdbox/app/options.py +2 -0
  18. cmdbox/app/web.py +34 -6
  19. cmdbox/autoload.py +10 -0
  20. cmdbox/extensions/user_list.yml +25 -1
  21. cmdbox/licenses/{LICENSE.Deprecated.1.2.18(MIT License).txt → LICENSE_PyJWT_2_10_1_MIT_License.txt} +2 -2
  22. cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt +73 -0
  23. cmdbox/licenses/LICENSE_fastmcp_2_9_2_Apache_Software_License.txt +201 -0
  24. cmdbox/licenses/{LICENSE.graphviz.0.20.3(MIT License).txt → LICENSE_graphviz_0_21_UNKNOWN.txt} +1 -1
  25. cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt +18 -0
  26. cmdbox/licenses/{LICENSE.numpy.2.2.5(BSD License).txt → LICENSE_numpy_2_3_1_BSD_License.txt} +8 -8
  27. cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt +40 -0
  28. cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt +202 -0
  29. cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt +202 -0
  30. cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +13 -0
  31. cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt +22 -0
  32. cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt +202 -0
  33. cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt +1 -0
  34. cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt +21 -0
  35. cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt +21 -0
  36. cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt +202 -0
  37. cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt +18 -0
  38. cmdbox/licenses/files.txt +176 -166
  39. cmdbox/logconf_mcp.yml +43 -0
  40. cmdbox/version.py +2 -2
  41. cmdbox/web/agent.html +1 -33
  42. cmdbox/web/assets/cmdbox/audit.js +1 -1
  43. cmdbox/web/assets/cmdbox/common.js +47 -4
  44. cmdbox/web/assets/cmdbox/svgicon.js +122 -0
  45. cmdbox/web/assets/cmdbox/users.js +4 -3
  46. cmdbox/web/audit.html +1 -35
  47. cmdbox/web/filer.html +1 -13
  48. cmdbox/web/gui.html +2 -50
  49. cmdbox/web/result.html +2 -46
  50. cmdbox/web/signin.html +30 -32
  51. cmdbox/web/users.html +1 -41
  52. {cmdbox-0.6.0.4.dist-info → cmdbox-0.6.1.1.dist-info}/METADATA +31 -6
  53. cmdbox-0.6.1.1.dist-info/RECORD +383 -0
  54. cmdbox/licenses/LICENSE.keyring.25.6.0(MIT License).txt +0 -17
  55. cmdbox/licenses/LICENSE.typing-inspection.0.4.0(MIT License).txt +0 -21
  56. cmdbox/licenses/LICENSE.wrapt.1.17.2(BSD License).txt +0 -24
  57. cmdbox/licenses/LICENSE.zipp.3.21.0(MIT License).txt +0 -17
  58. cmdbox-0.6.0.4.dist-info/RECORD +0 -368
  59. /cmdbox/licenses/{LICENSE.Authlib.1.5.2(BSD License).txt → LICENSE_Authlib_1_6_0_BSD_License.txt} +0 -0
  60. /cmdbox/licenses/{LICENSE.Jinja2.3.1.6(BSD License).txt → LICENSE_Jinja2_3_1_6_BSD_License.txt} +0 -0
  61. /cmdbox/licenses/{LICENSE.MarkupSafe.3.0.2(BSD License).txt → LICENSE_MarkupSafe_3_0_2_BSD_License.txt} +0 -0
  62. /cmdbox/licenses/{LICENSE.PyYAML.6.0.2(MIT License).txt → LICENSE_PyYAML_6_0_2_MIT_License.txt} +0 -0
  63. /cmdbox/licenses/{LICENSE.Pygments.2.19.1(BSD License).txt → LICENSE_Pygments_2_19_2_BSD_License.txt} +0 -0
  64. /cmdbox/licenses/{LICENSE.SQLAlchemy.2.0.40(MIT License).txt → LICENSE_SQLAlchemy_2_0_41_MIT.txt} +0 -0
  65. /cmdbox/licenses/{LICENSE.Sphinx.8.2.3(UNKNOWN).txt → LICENSE_Sphinx_8_2_3_UNKNOWN.txt} +0 -0
  66. /cmdbox/licenses/{LICENSE.aiohappyeyeballs.2.6.1(Python Software Foundation License).txt → LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt} +0 -0
  67. /cmdbox/licenses/{LICENSE.aiohttp.3.11.18(Apache Software License).txt → LICENSE_aiohttp_3_12_13_Apache-2_0.txt} +0 -0
  68. /cmdbox/licenses/{LICENSE.aiosignal.1.3.2(Apache Software License).txt → LICENSE_aiosignal_1_3_2_Apache_Software_License.txt} +0 -0
  69. /cmdbox/licenses/{LICENSE.alabaster.1.0.0(BSD License).txt → LICENSE_alabaster_1_0_0_BSD_License.txt} +0 -0
  70. /cmdbox/licenses/{LICENSE.annotated-types.0.7.0(MIT License).txt → LICENSE_annotated-types_0_7_0_MIT_License.txt} +0 -0
  71. /cmdbox/licenses/{LICENSE.anyio.4.9.0(MIT License).txt → LICENSE_anyio_4_9_0_MIT_License.txt} +0 -0
  72. /cmdbox/licenses/{LICENSE.argcomplete.3.6.2(Apache Software License).txt → LICENSE_argcomplete_3_6_2_Apache_Software_License.txt} +0 -0
  73. /cmdbox/licenses/{LICENSE.async-timeout.5.0.1(Apache Software License).txt → LICENSE_async-timeout_5_0_1_Apache_Software_License.txt} +0 -0
  74. /cmdbox/licenses/{LICENSE.attrs.25.3.0(UNKNOWN).txt → LICENSE_attrs_25_3_0_UNKNOWN.txt} +0 -0
  75. /cmdbox/licenses/{LICENSE.babel.2.17.0(BSD License).txt → LICENSE_babel_2_17_0_BSD_License.txt} +0 -0
  76. /cmdbox/licenses/{LICENSE.backports.tarfile.1.2.0(MIT License).txt → LICENSE_backports_tarfile_1_2_0_MIT_License.txt} +0 -0
  77. /cmdbox/licenses/{LICENSE.cachetools.5.5.2(MIT License).txt → LICENSE_cachetools_5_5_2_MIT_License.txt} +0 -0
  78. /cmdbox/licenses/{LICENSE.certifi.2025.4.26(Mozilla Public License 2.0 (MPL 2.0)).txt → LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt} +0 -0
  79. /cmdbox/licenses/{LICENSE.cffi.1.17.1(MIT License).txt → LICENSE_cffi_1_17_1_MIT_License.txt} +0 -0
  80. /cmdbox/licenses/{LICENSE.charset-normalizer.3.4.2(MIT License).txt → LICENSE_charset-normalizer_3_4_2_MIT_License.txt} +0 -0
  81. /cmdbox/licenses/{LICENSE.click.8.2.0(UNKNOWN).txt → LICENSE_click_8_2_1_UNKNOWN.txt} +0 -0
  82. /cmdbox/licenses/{LICENSE.jiter.0.9.0(MIT License).txt → LICENSE_cloudpickle_3_1_1_BSD_License.txt} +0 -0
  83. /cmdbox/licenses/{LICENSE.colorama.0.4.6(BSD License).txt → LICENSE_colorama_0_4_6_BSD_License.txt} +0 -0
  84. /cmdbox/licenses/{LICENSE.cryptography.44.0.3(Apache Software License; BSD License).txt → LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt} +0 -0
  85. /cmdbox/licenses/{LICENSE.distro.1.9.0(Apache Software License).txt → LICENSE_distro_1_9_0_Apache_Software_License.txt} +0 -0
  86. /cmdbox/licenses/{LICENSE.docstring_parser.0.16(MIT License).txt → LICENSE_docstring_parser_0_16_MIT_License.txt} +0 -0
  87. /cmdbox/licenses/{LICENSE.docutils.0.21.2(BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License).txt → LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt} +0 -0
  88. /cmdbox/licenses/{LICENSE.fastapi.0.115.12(MIT License).txt → LICENSE_fastapi_0_115_14_MIT_License.txt} +0 -0
  89. /cmdbox/licenses/{LICENSE.filelock.3.18.0(The Unlicense (Unlicense)).txt → LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt} +0 -0
  90. /cmdbox/licenses/{LICENSE.frozenlist.1.6.0(Apache-2.0).txt → LICENSE_frozenlist_1_7_0_Apache-2_0.txt} +0 -0
  91. /cmdbox/licenses/{LICENSE.fsspec.2025.3.2(BSD License).txt → LICENSE_fsspec_2025_5_1_BSD_License.txt} +0 -0
  92. /cmdbox/licenses/{LICENSE.gevent.25.4.2(MIT).txt → LICENSE_gevent_25_5_1_MIT.txt} +0 -0
  93. /cmdbox/licenses/{LICENSE.google-adk.0.5.0(Apache Software License).txt → LICENSE_google-adk_1_5_0_Apache_Software_License.txt} +0 -0
  94. /cmdbox/licenses/{LICENSE.google-api-core.2.24.2(Apache Software License).txt → LICENSE_google-api-core_2_25_1_Apache_Software_License.txt} +0 -0
  95. /cmdbox/licenses/{LICENSE.google-api-python-client.2.169.0(Apache Software License).txt → LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt} +0 -0
  96. /cmdbox/licenses/{LICENSE.google-auth-httplib2.0.2.0(Apache Software License).txt → LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt} +0 -0
  97. /cmdbox/licenses/{LICENSE.google-auth.2.40.1(Apache Software License).txt → LICENSE_google-auth_2_40_3_Apache_Software_License.txt} +0 -0
  98. /cmdbox/licenses/{LICENSE.google-cloud-aiplatform.1.92.0(Apache 2.0).txt → LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt} +0 -0
  99. /cmdbox/licenses/{LICENSE.google-cloud-bigquery.3.31.0(Apache Software License).txt → LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt} +0 -0
  100. /cmdbox/licenses/{LICENSE.google-cloud-core.2.4.3(Apache Software License).txt → LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt} +0 -0
  101. /cmdbox/licenses/{LICENSE.google-cloud-resource-manager.1.14.2(Apache Software License).txt → LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt} +0 -0
  102. /cmdbox/licenses/{LICENSE.google-cloud-secret-manager.2.23.3(Apache Software License).txt → LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt} +0 -0
  103. /cmdbox/licenses/{LICENSE.google-cloud-speech.2.32.0(Apache Software License).txt → LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt} +0 -0
  104. /cmdbox/licenses/{LICENSE.google-cloud-storage.2.19.0(Apache Software License).txt → LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt} +0 -0
  105. /cmdbox/licenses/{LICENSE.google-cloud-trace.1.16.1(Apache Software License).txt → LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt} +0 -0
  106. /cmdbox/licenses/{LICENSE.google-crc32c.1.7.1(Apache 2.0).txt → LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt} +0 -0
  107. /cmdbox/licenses/{LICENSE.google-genai.1.14.0(Apache Software License).txt → LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt} +0 -0
  108. /cmdbox/licenses/{LICENSE.google-resumable-media.2.7.2(Apache Software License).txt → LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt} +0 -0
  109. /cmdbox/licenses/{LICENSE.googleapis-common-protos.1.70.0(Apache Software License).txt → LICENSE_google-crc32c_1_7_1_Apache_2_0.txt} +0 -0
  110. /cmdbox/licenses/{LICENSE.grpc-google-iam-v1.0.14.2(Apache Software License).txt → LICENSE_google-genai_1_23_0_Apache_Software_License.txt} +0 -0
  111. /cmdbox/licenses/{LICENSE.id.1.5.0(Apache Software License).txt → LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt} +0 -0
  112. /cmdbox/licenses/{LICENSE.importlib_metadata.8.6.1(Apache Software License).txt → LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt} +0 -0
  113. /cmdbox/licenses/{LICENSE.greenlet.3.2.2(MIT AND Python-2.0).txt → LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt} +0 -0
  114. /cmdbox/licenses/{LICENSE.propcache.0.3.1(Apache Software License).txt → LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt} +0 -0
  115. /cmdbox/licenses/{LICENSE.grpcio-status.1.71.0(Apache Software License).txt → LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt} +0 -0
  116. /cmdbox/licenses/{LICENSE.grpcio.1.71.0(Apache Software License).txt → LICENSE_grpcio_1_73_1_Apache_Software_License.txt} +0 -0
  117. /cmdbox/licenses/{LICENSE.gunicorn.23.0.0(MIT License).txt → LICENSE_gunicorn_23_0_0_MIT_License.txt} +0 -0
  118. /cmdbox/licenses/{LICENSE.h11.0.16.0(MIT License).txt → LICENSE_h11_0_16_0_MIT_License.txt} +0 -0
  119. /cmdbox/licenses/{LICENSE.httpcore.1.0.9(BSD License).txt → LICENSE_httpcore_1_0_9_BSD_License.txt} +0 -0
  120. /cmdbox/licenses/{LICENSE.httplib2.0.22.0(MIT License).txt → LICENSE_httplib2_0_22_0_MIT_License.txt} +0 -0
  121. /cmdbox/licenses/{LICENSE.httptools.0.6.4(MIT License).txt → LICENSE_httptools_0_6_4_MIT_License.txt} +0 -0
  122. /cmdbox/licenses/{LICENSE.httpx-sse.0.4.0(MIT).txt → LICENSE_httpx-sse_0_4_1_MIT.txt} +0 -0
  123. /cmdbox/licenses/{LICENSE.httpx.0.28.1(BSD License).txt → LICENSE_httpx_0_28_1_BSD_License.txt} +0 -0
  124. /cmdbox/licenses/{LICENSE.huggingface-hub.0.31.1(Apache Software License).txt → LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt} +0 -0
  125. /cmdbox/licenses/{LICENSE.proto-plus.1.26.1(Apache Software License).txt → LICENSE_id_1_5_0_Apache_Software_License.txt} +0 -0
  126. /cmdbox/licenses/{LICENSE.idna.3.10(BSD License).txt → LICENSE_idna_3_10_BSD_License.txt} +0 -0
  127. /cmdbox/licenses/{LICENSE.imagesize.1.4.1(MIT License).txt → LICENSE_imagesize_1_4_1_MIT_License.txt} +0 -0
  128. /cmdbox/licenses/{LICENSE.yarl.1.20.0(Apache Software License).txt → LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt} +0 -0
  129. /cmdbox/licenses/{LICENSE.itsdangerous.2.2.0(BSD License).txt → LICENSE_itsdangerous_2_2_0_BSD_License.txt} +0 -0
  130. /cmdbox/licenses/{LICENSE.jaraco.classes.3.4.0(MIT License).txt → LICENSE_jaraco_classes_3_4_0_MIT_License.txt} +0 -0
  131. /cmdbox/licenses/{LICENSE.jaraco.context.6.0.1(MIT License).txt → LICENSE_jaraco_context_6_0_1_MIT_License.txt} +0 -0
  132. /cmdbox/licenses/{LICENSE.sphinxcontrib-applehelp.2.0.0(BSD License).txt → LICENSE_jiter_0_10_0_MIT_License.txt} +0 -0
  133. /cmdbox/licenses/{LICENSE.jsonschema-specifications.2025.4.1(UNKNOWN).txt → LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt} +0 -0
  134. /cmdbox/licenses/{LICENSE.jsonschema.4.23.0(MIT License).txt → LICENSE_jsonschema_4_24_0_UNKNOWN.txt} +0 -0
  135. /cmdbox/licenses/{LICENSE.jaraco.functools.4.1.0(MIT License).txt → LICENSE_keyring_25_6_0_MIT_License.txt} +0 -0
  136. /cmdbox/licenses/{LICENSE.litellm.1.69.0(MIT License).txt → LICENSE_litellm_1_73_6_MIT_License.txt} +0 -0
  137. /cmdbox/licenses/{LICENSE.markdown-it-py.3.0.0(MIT License).txt → LICENSE_markdown-it-py_3_0_0_MIT_License.txt} +0 -0
  138. /cmdbox/licenses/{LICENSE.mcp.1.8.0(MIT License).txt → LICENSE_mcp_1_9_4_MIT_License.txt} +0 -0
  139. /cmdbox/licenses/{LICENSE.mdurl.0.1.2(MIT License).txt → LICENSE_mdurl_0_1_2_MIT_License.txt} +0 -0
  140. /cmdbox/licenses/{LICENSE.more-itertools.10.7.0(MIT License).txt → LICENSE_more-itertools_10_7_0_MIT_License.txt} +0 -0
  141. /cmdbox/licenses/{LICENSE.multidict.6.4.3(Apache Software License).txt → LICENSE_multidict_6_6_2_Apache_License_2_0.txt} +0 -0
  142. /cmdbox/licenses/{LICENSE.nh3.0.2.21(MIT).txt → LICENSE_nh3_0_2_21_MIT.txt} +0 -0
  143. /cmdbox/licenses/{LICENSE.openai.1.75.0(Apache Software License).txt → LICENSE_openai_1_93_0_Apache_Software_License.txt} +0 -0
  144. /cmdbox/licenses/{LICENSE.opentelemetry-api.1.33.0(Apache Software License).txt → LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt} +0 -0
  145. /cmdbox/licenses/{LICENSE.opentelemetry-exporter-gcp-trace.1.9.0(Apache Software License).txt → LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt} +0 -0
  146. /cmdbox/licenses/{LICENSE.opentelemetry-resourcedetector-gcp.1.9.0a0(Apache Software License).txt → LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt} +0 -0
  147. /cmdbox/licenses/{LICENSE.opentelemetry-sdk.1.33.0(Apache Software License).txt → LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt} +0 -0
  148. /cmdbox/licenses/{LICENSE.opentelemetry-semantic-conventions.0.54b0(Apache Software License).txt → LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt} +0 -0
  149. /cmdbox/licenses/{LICENSE.packaging.25.0(Apache Software License; BSD License).txt → LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt} +0 -0
  150. /cmdbox/licenses/{LICENSE.pillow.11.2.1(UNKNOWN).txt → LICENSE_pillow_11_2_1_UNKNOWN.txt} +0 -0
  151. /cmdbox/licenses/{LICENSE.pip.24.0(MIT License).txt → LICENSE_pip_24_0_MIT_License.txt} +0 -0
  152. /cmdbox/licenses/{LICENSE.plyer.2.1.0(MIT License).txt → LICENSE_plyer_2_1_0_MIT_License.txt} +0 -0
  153. /cmdbox/licenses/{LICENSE.prettytable.3.16.0(UNKNOWN).txt → LICENSE_prettytable_3_16_0_UNKNOWN.txt} +0 -0
  154. /cmdbox/licenses/{LICENSE.prompt_toolkit.3.0.51(BSD License).txt → LICENSE_prompt_toolkit_3_0_51_BSD_License.txt} +0 -0
  155. /cmdbox/licenses/{LICENSE.protobuf.5.29.4(3-Clause BSD License).txt → LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt} +0 -0
  156. /cmdbox/licenses/{LICENSE.psycopg-binary.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt} +0 -0
  157. /cmdbox/licenses/{LICENSE.psycopg.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt} +0 -0
  158. /cmdbox/licenses/{LICENSE.pyasn1.0.6.1(BSD License).txt → LICENSE_pyasn1_0_6_1_BSD_License.txt} +0 -0
  159. /cmdbox/licenses/{LICENSE.pyasn1_modules.0.4.2(BSD License).txt → LICENSE_pyasn1_modules_0_4_2_BSD_License.txt} +0 -0
  160. /cmdbox/licenses/{LICENSE.pycparser.2.22(BSD License).txt → LICENSE_pycparser_2_22_BSD_License.txt} +0 -0
  161. /cmdbox/licenses/{LICENSE.pycryptodome.3.22.0(BSD License; Public Domain).txt → LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt} +0 -0
  162. /cmdbox/licenses/{LICENSE.pydantic-settings.2.9.1(MIT License).txt → LICENSE_pydantic-settings_2_10_1_MIT_License.txt} +0 -0
  163. /cmdbox/licenses/{LICENSE.pydantic.2.11.4(MIT License).txt → LICENSE_pydantic_2_11_7_MIT_License.txt} +0 -0
  164. /cmdbox/licenses/{LICENSE.pydantic_core.2.33.2(MIT License).txt → LICENSE_pydantic_core_2_33_2_MIT_License.txt} +0 -0
  165. /cmdbox/licenses/{LICENSE.pyparsing.3.2.3(MIT License).txt → LICENSE_pyparsing_3_2_3_MIT_License.txt} +0 -0
  166. /cmdbox/licenses/{LICENSE.pystray.0.19.5(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt} +0 -0
  167. /cmdbox/licenses/{LICENSE.python-dateutil.2.9.0.post0(Apache Software License; BSD License).txt → LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt} +0 -0
  168. /cmdbox/licenses/{LICENSE.python-dotenv.1.1.0(BSD License).txt → LICENSE_python-dotenv_1_1_1_BSD_License.txt} +0 -0
  169. /cmdbox/licenses/{LICENSE.python-multipart.0.0.20(Apache Software License).txt → LICENSE_python-multipart_0_0_20_Apache_Software_License.txt} +0 -0
  170. /cmdbox/licenses/{LICENSE.pywin32-ctypes.0.2.3(BSD-3-Clause).txt → LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt} +0 -0
  171. /cmdbox/licenses/{LICENSE.questionary.2.1.0(MIT License).txt → LICENSE_questionary_2_1_0_MIT_License.txt} +0 -0
  172. /cmdbox/licenses/{LICENSE.readme_renderer.44.0(Apache Software License).txt → LICENSE_readme_renderer_44_0_Apache_Software_License.txt} +0 -0
  173. /cmdbox/licenses/{LICENSE.redis.6.0.0(MIT License).txt → LICENSE_redis_6_2_0_MIT_License.txt} +0 -0
  174. /cmdbox/licenses/{LICENSE.referencing.0.36.2(UNKNOWN).txt → LICENSE_referencing_0_36_2_UNKNOWN.txt} +0 -0
  175. /cmdbox/licenses/{LICENSE.regex.2024.11.6(Apache Software License).txt → LICENSE_regex_2024_11_6_Apache_Software_License.txt} +0 -0
  176. /cmdbox/licenses/{LICENSE.requests-toolbelt.1.0.0(Apache Software License).txt → LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt} +0 -0
  177. /cmdbox/licenses/{LICENSE.requests.2.32.3(Apache Software License).txt → LICENSE_requests_2_32_4_Apache_Software_License.txt} +0 -0
  178. /cmdbox/licenses/{LICENSE.rfc3986.2.0.0(Apache Software License).txt → LICENSE_rfc3986_2_0_0_Apache_Software_License.txt} +0 -0
  179. /cmdbox/licenses/{LICENSE.rich.14.0.0(MIT License).txt → LICENSE_rich_14_0_0_MIT_License.txt} +0 -0
  180. /cmdbox/licenses/{LICENSE.roman-numerals-py.3.1.0(CC0 1.0 Universal (CC0 1.0) Public Domain Dedication; Zero-Clause BSD (0BSD)).txt → LICENSE_roman-numerals-py_3_1_0_CC0_1_0_Universal-CC0_1_0-Public_Domain_Dedication-Zero-Clause_BSD-0BSD.txt} +0 -0
  181. /cmdbox/licenses/{LICENSE.rpds-py.0.24.0(MIT).txt → LICENSE_rpds-py_0_25_1_MIT.txt} +0 -0
  182. /cmdbox/licenses/{LICENSE.rsa.4.9.1(Apache Software License).txt → LICENSE_rsa_4_9_1_Apache_Software_License.txt} +0 -0
  183. /cmdbox/licenses/{LICENSE.setuptools.65.5.0(MIT License).txt → LICENSE_setuptools_65_5_0_MIT_License.txt} +0 -0
  184. /cmdbox/licenses/{LICENSE.shapely.2.1.0(BSD License).txt → LICENSE_shapely_2_1_1_BSD_License.txt} +0 -0
  185. /cmdbox/licenses/{LICENSE.six.1.17.0(MIT License).txt → LICENSE_six_1_17_0_MIT_License.txt} +0 -0
  186. /cmdbox/licenses/{LICENSE.sniffio.1.3.1(Apache Software License; MIT License).txt → LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt} +0 -0
  187. /cmdbox/licenses/{LICENSE.snowballstemmer.3.0.1(BSD License).txt → LICENSE_snowballstemmer_3_0_1_BSD_License.txt} +0 -0
  188. /cmdbox/licenses/{LICENSE.sphinx-intl.2.3.1(BSD License).txt → LICENSE_sphinx-intl_2_3_1_BSD_License.txt} +0 -0
  189. /cmdbox/licenses/{LICENSE.sphinx-rtd-theme.3.0.2(MIT License).txt → LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt} +0 -0
  190. /cmdbox/licenses/{LICENSE.sphinx-sitemap.2.6.0(MIT License).txt → LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt} +0 -0
  191. /cmdbox/licenses/{LICENSE.sphinx_fontawesome.0.0.6(GNU General Public License v2 (GPLv2)).txt → LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt} +0 -0
  192. /cmdbox/licenses/{LICENSE.sphinxcontrib-devhelp.2.0.0(BSD License).txt → LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt} +0 -0
  193. /cmdbox/licenses/{LICENSE.sphinxcontrib-htmlhelp.2.1.0(BSD License).txt → LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt} +0 -0
  194. /cmdbox/licenses/{LICENSE.sphinxcontrib-jquery.4.1(BSD License).txt → LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt} +0 -0
  195. /cmdbox/licenses/{LICENSE.sphinxcontrib-qthelp.2.0.0(BSD License).txt → LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt} +0 -0
  196. /cmdbox/licenses/{LICENSE.sphinxcontrib-jsmath.1.0.1(BSD License).txt → LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt} +0 -0
  197. /cmdbox/licenses/{LICENSE.sphinxcontrib-serializinghtml.2.0.0(BSD License).txt → LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt} +0 -0
  198. /cmdbox/licenses/{LICENSE.tokenizers.0.21.1(Apache Software License).txt → LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt} +0 -0
  199. /cmdbox/licenses/{LICENSE.sse-starlette.2.3.4(BSD License).txt → LICENSE_sse-starlette_2_3_6_BSD_License.txt} +0 -0
  200. /cmdbox/licenses/{LICENSE.starlette.0.46.2(BSD License).txt → LICENSE_starlette_0_46_2_BSD_License.txt} +0 -0
  201. /cmdbox/licenses/{LICENSE.tabulate.0.9.0(MIT License).txt → LICENSE_tabulate_0_9_0_MIT_License.txt} +0 -0
  202. /cmdbox/licenses/{LICENSE.tiktoken.0.9.0(MIT License).txt → 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
  203. /cmdbox/licenses/{LICENSE.tomli.2.2.1(MIT License).txt → LICENSE_tomli_2_2_1_MIT_License.txt} +0 -0
  204. /cmdbox/licenses/{LICENSE.tqdm.4.67.1(MIT License; Mozilla Public License 2.0 (MPL 2.0)).txt → LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt} +0 -0
  205. /cmdbox/licenses/{LICENSE.twine.6.1.0(Apache Software License).txt → LICENSE_twine_6_1_0_Apache_Software_License.txt} +0 -0
  206. /cmdbox/licenses/{LICENSE.typing_extensions.4.13.2(UNKNOWN).txt → LICENSE_typing_extensions_4_14_0_UNKNOWN.txt} +0 -0
  207. /cmdbox/licenses/{LICENSE.tzdata.2025.2(Apache Software License).txt → LICENSE_tzdata_2025_2_Apache_Software_License.txt} +0 -0
  208. /cmdbox/licenses/{LICENSE.tzlocal.5.3.1(MIT License).txt → LICENSE_tzlocal_5_3_1_MIT_License.txt} +0 -0
  209. /cmdbox/licenses/{LICENSE.uritemplate.4.1.1(Apache Software License; BSD License).txt → LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt} +0 -0
  210. /cmdbox/licenses/{LICENSE.urllib3.2.4.0(UNKNOWN).txt → LICENSE_urllib3_2_5_0_UNKNOWN.txt} +0 -0
  211. /cmdbox/licenses/{LICENSE.uvicorn.0.34.2(BSD License).txt → LICENSE_uvicorn_0_35_0_BSD_License.txt} +0 -0
  212. /cmdbox/licenses/{LICENSE.watchfiles.1.0.5(MIT License).txt → LICENSE_watchfiles_1_1_0_MIT_License.txt} +0 -0
  213. /cmdbox/licenses/{LICENSE.wcwidth.0.2.13(MIT License).txt → LICENSE_wcwidth_0_2_13_MIT_License.txt} +0 -0
  214. /cmdbox/licenses/{LICENSE.websockets.15.0.1(BSD License).txt → LICENSE_websockets_15_0_1_BSD_License.txt} +0 -0
  215. /cmdbox/licenses/{LICENSE.wheel.0.45.1(MIT License).txt → LICENSE_wheel_0_45_1_MIT_License.txt} +0 -0
  216. /cmdbox/licenses/{LICENSE.zope.event.5.0(Zope Public License).txt → LICENSE_zope_event_5_1_Zope_Public_License.txt} +0 -0
  217. /cmdbox/licenses/{LICENSE.zope.interface.7.2(Zope Public License).txt → LICENSE_zope_interface_7_2_Zope_Public_License.txt} +0 -0
  218. {cmdbox-0.6.0.4.dist-info → cmdbox-0.6.1.1.dist-info}/LICENSE +0 -0
  219. {cmdbox-0.6.0.4.dist-info → cmdbox-0.6.1.1.dist-info}/WHEEL +0 -0
  220. {cmdbox-0.6.0.4.dist-info → cmdbox-0.6.1.1.dist-info}/entry_points.txt +0 -0
  221. {cmdbox-0.6.0.4.dist-info → cmdbox-0.6.1.1.dist-info}/top_level.txt +0 -0
cmdbox/licenses/files.txt CHANGED
@@ -1,149 +1,159 @@
1
1
  Author License Name URL Version File
2
- Hsiaoming Yang <me@lepture.com> BSD License Authlib https://github.com/lepture/authlib 1.5.2 cmdbox\licenses\LICENSE.Authlib.1.5.2(BSD License).txt
3
- Laurent LAPORTE MIT License Deprecated https://github.com/laurent-laporte-pro/deprecated 1.2.18 cmdbox\licenses\LICENSE.Deprecated.1.2.18(MIT License).txt
4
- 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
6
- Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.2 cmdbox\licenses\LICENSE.PyYAML.6.0.2(MIT License).txt
7
- Georg Brandl <georg@python.org> BSD License Pygments https://pygments.org 2.19.1 cmdbox\licenses\LICENSE.Pygments.2.19.1(BSD License).txt
8
- Mike Bayer MIT License SQLAlchemy https://www.sqlalchemy.org 2.0.40 cmdbox\licenses\LICENSE.SQLAlchemy.2.0.40(MIT License).txt
9
- 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
10
- J. Nick Koston Python Software Foundation License aiohappyeyeballs https://github.com/aio-libs/aiohappyeyeballs 2.6.1 cmdbox\licenses\LICENSE.aiohappyeyeballs.2.6.1(Python Software Foundation License).txt
11
- UNKNOWN Apache Software License aiohttp https://github.com/aio-libs/aiohttp 3.11.18 cmdbox\licenses\LICENSE.aiohttp.3.11.18(Apache Software License).txt
12
- UNKNOWN Apache Software License aiosignal https://github.com/aio-libs/aiosignal 1.3.2 cmdbox\licenses\LICENSE.aiosignal.1.3.2(Apache Software License).txt
13
- UNKNOWN BSD License alabaster https://alabaster.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE.alabaster.1.0.0(BSD License).txt
14
- 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
15
- Alex Grönholm <alex.gronholm@nextday.fi> MIT License anyio https://anyio.readthedocs.io/en/stable/versionhistory.html 4.9.0 cmdbox\licenses\LICENSE.anyio.4.9.0(MIT License).txt
16
- 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
17
- 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
18
- 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
19
- Armin Ronacher BSD License babel https://babel.pocoo.org/ 2.17.0 cmdbox\licenses\LICENSE.babel.2.17.0(BSD License).txt
20
- "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
21
- Thomas Kemmer MIT License cachetools https://github.com/tkem/cachetools/ 5.5.2 cmdbox\licenses\LICENSE.cachetools.5.5.2(MIT License).txt
22
- Kenneth Reitz Mozilla Public License 2.0 (MPL 2.0) certifi https://github.com/certifi/python-certifi 2025.4.26 cmdbox\licenses\LICENSE.certifi.2025.4.26(Mozilla Public License 2.0 (MPL 2.0)).txt
23
- Armin Rigo, Maciej Fijalkowski MIT License cffi http://cffi.readthedocs.org 1.17.1 cmdbox\licenses\LICENSE.cffi.1.17.1(MIT License).txt
24
- "Ahmed R. TAHRI" <tahri.ahmed@proton.me> MIT License charset-normalizer https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md 3.4.2 cmdbox\licenses\LICENSE.charset-normalizer.3.4.2(MIT License).txt
25
- UNKNOWN UNKNOWN click https://github.com/pallets/click/ 8.2.0 cmdbox\licenses\LICENSE.click.8.2.0(UNKNOWN).txt
26
- 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
27
- The cryptography developers <cryptography-dev@python.org> Apache Software License; BSD License cryptography https://github.com/pyca/cryptography 44.0.3 cmdbox\licenses\LICENSE.cryptography.44.0.3(Apache Software License; BSD License).txt
28
- 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
29
- Marcin Kurczewski MIT License docstring_parser https://github.com/rr-/docstring_parser 0.16 cmdbox\licenses\LICENSE.docstring_parser.0.16(MIT License).txt
30
- 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
31
- =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License fastapi https://github.com/fastapi/fastapi 0.115.12 cmdbox\licenses\LICENSE.fastapi.0.115.12(MIT License).txt
32
- 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
33
- UNKNOWN Apache-2.0 frozenlist https://github.com/aio-libs/frozenlist 1.6.0 cmdbox\licenses\LICENSE.frozenlist.1.6.0(Apache-2.0).txt
34
- UNKNOWN BSD License fsspec https://github.com/fsspec/filesystem_spec 2025.3.2 cmdbox\licenses\LICENSE.fsspec.2025.3.2(BSD License).txt
35
- Denis Bilenko MIT gevent http://www.gevent.org/ 25.4.2 cmdbox\licenses\LICENSE.gevent.25.4.2(MIT).txt
36
- Google LLC <googleapis-packages@google.com> Apache Software License google-adk https://google.github.io/adk-docs/ 0.5.0 cmdbox\licenses\LICENSE.google-adk.0.5.0(Apache Software License).txt
37
- Google LLC <googleapis-packages@google.com> Apache Software License google-api-core https://github.com/googleapis/python-api-core 2.24.2 cmdbox\licenses\LICENSE.google-api-core.2.24.2(Apache Software License).txt
38
- Google LLC Apache Software License google-api-python-client https://github.com/googleapis/google-api-python-client/ 2.169.0 cmdbox\licenses\LICENSE.google-api-python-client.2.169.0(Apache Software License).txt
39
- Google Cloud Platform Apache Software License google-auth https://github.com/googleapis/google-auth-library-python 2.40.1 cmdbox\licenses\LICENSE.google-auth.2.40.1(Apache Software License).txt
40
- 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
41
- Google LLC Apache 2.0 google-cloud-aiplatform https://github.com/googleapis/python-aiplatform 1.92.0 cmdbox\licenses\LICENSE.google-cloud-aiplatform.1.92.0(Apache 2.0).txt
42
- Google LLC <googleapis-packages@google.com> Apache Software License google-cloud-bigquery https://github.com/googleapis/python-bigquery 3.31.0 cmdbox\licenses\LICENSE.google-cloud-bigquery.3.31.0(Apache Software License).txt
43
- 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
44
- 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
45
- Google LLC Apache Software License google-cloud-secret-manager https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager 2.23.3 cmdbox\licenses\LICENSE.google-cloud-secret-manager.2.23.3(Apache Software License).txt
46
- Google LLC Apache Software License google-cloud-speech https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech 2.32.0 cmdbox\licenses\LICENSE.google-cloud-speech.2.32.0(Apache Software License).txt
47
- 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
48
- Google LLC Apache Software License google-cloud-trace https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-trace 1.16.1 cmdbox\licenses\LICENSE.google-cloud-trace.1.16.1(Apache Software License).txt
49
- 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
50
- Google LLC <googleapis-packages@google.com> Apache Software License google-genai https://github.com/googleapis/python-genai 1.14.0 cmdbox\licenses\LICENSE.google-genai.1.14.0(Apache Software License).txt
51
- 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
52
- 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
53
- Sebastian Bank MIT License graphviz https://github.com/xflr6/graphviz 0.20.3 cmdbox\licenses\LICENSE.graphviz.0.20.3(MIT License).txt
54
- Alexey Borzenkov MIT AND Python-2.0 greenlet https://greenlet.readthedocs.io/ 3.2.2 cmdbox\licenses\LICENSE.greenlet.3.2.2(MIT AND Python-2.0).txt
55
- 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
56
- The gRPC Authors Apache Software License grpcio https://grpc.io 1.71.0 cmdbox\licenses\LICENSE.grpcio.1.71.0(Apache Software License).txt
57
- The gRPC Authors Apache Software License grpcio-status https://grpc.io 1.71.0 cmdbox\licenses\LICENSE.grpcio-status.1.71.0(Apache Software License).txt
58
- Benoit Chesneau <benoitc@gunicorn.org> MIT License gunicorn https://gunicorn.org 23.0.0 cmdbox\licenses\LICENSE.gunicorn.23.0.0(MIT License).txt
59
- 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
60
- 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
61
- Joe Gregorio MIT License httplib2 https://github.com/httplib2/httplib2 0.22.0 cmdbox\licenses\LICENSE.httplib2.0.22.0(MIT License).txt
62
- Yury Selivanov MIT License httptools https://github.com/MagicStack/httptools 0.6.4 cmdbox\licenses\LICENSE.httptools.0.6.4(MIT License).txt
63
- 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
64
- Florimond Manca <florimond.manca@protonmail.com> MIT httpx-sse https://github.com/florimondmanca/httpx-sse 0.4.0 cmdbox\licenses\LICENSE.httpx-sse.0.4.0(MIT).txt
65
- Hugging Face, Inc. Apache Software License huggingface-hub https://github.com/huggingface/huggingface_hub 0.31.1 cmdbox\licenses\LICENSE.huggingface-hub.0.31.1(Apache Software License).txt
66
- UNKNOWN Apache Software License id https://pypi.org/project/id/ 1.5.0 cmdbox\licenses\LICENSE.id.1.5.0(Apache Software License).txt
67
- 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
68
- Yoshiki Shibukawa MIT License imagesize https://github.com/shibukawa/imagesize_py 1.4.1 cmdbox\licenses\LICENSE.imagesize.1.4.1(MIT License).txt
69
- "Jason R. Coombs" <jaraco@jaraco.com> Apache Software License importlib_metadata https://github.com/python/importlib_metadata 8.6.1 cmdbox\licenses\LICENSE.importlib_metadata.8.6.1(Apache Software License).txt
70
- UNKNOWN BSD License itsdangerous https://github.com/pallets/itsdangerous/ 2.2.0 cmdbox\licenses\LICENSE.itsdangerous.2.2.0(BSD License).txt
71
- 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
72
- "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
73
- "Jason R. Coombs" <jaraco@jaraco.com> MIT License jaraco.functools https://github.com/jaraco/jaraco.functools 4.1.0 cmdbox\licenses\LICENSE.jaraco.functools.4.1.0(MIT License).txt
74
- Samuel Colvin <samuel@pydantic.dev> MIT License jiter https://github.com/pydantic/jiter/ 0.9.0 cmdbox\licenses\LICENSE.jiter.0.9.0(MIT License).txt
75
- Julian Berman <Julian+jsonschema@GrayVines.com> MIT License jsonschema https://github.com/python-jsonschema/jsonschema 4.23.0 cmdbox\licenses\LICENSE.jsonschema.4.23.0(MIT License).txt
76
- 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
77
- 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
78
- BerriAI MIT License litellm https://litellm.ai 1.69.0 cmdbox\licenses\LICENSE.litellm.1.69.0(MIT License).txt
79
- Chris Sewell <chrisj_sewell@hotmail.com> MIT License markdown-it-py https://github.com/executablebooks/markdown-it-py 3.0.0 cmdbox\licenses\LICENSE.markdown-it-py.3.0.0(MIT License).txt
80
- Anthropic, PBC. MIT License mcp https://modelcontextprotocol.io 1.8.0 cmdbox\licenses\LICENSE.mcp.1.8.0(MIT License).txt
81
- 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
82
- 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
83
- Andrew Svetlov Apache Software License multidict https://github.com/aio-libs/multidict 6.4.3 cmdbox\licenses\LICENSE.multidict.6.4.3(Apache Software License).txt
84
- messense <messense@icloud.com> MIT nh3 UNKNOWN 0.2.21 cmdbox\licenses\LICENSE.nh3.0.2.21(MIT).txt
85
- Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.2.5 cmdbox\licenses\LICENSE.numpy.2.2.5(BSD License).txt
86
- OpenAI <support@openai.com> Apache Software License openai https://github.com/openai/openai-python 1.75.0 cmdbox\licenses\LICENSE.openai.1.75.0(Apache Software License).txt
87
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-api https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api 1.33.0 cmdbox\licenses\LICENSE.opentelemetry-api.1.33.0(Apache Software License).txt
88
- 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
89
- 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
90
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-sdk https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk 1.33.0 cmdbox\licenses\LICENSE.opentelemetry-sdk.1.33.0(Apache Software License).txt
91
- OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-semantic-conventions https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions 0.54b0 cmdbox\licenses\LICENSE.opentelemetry-semantic-conventions.0.54b0(Apache Software License).txt
92
- 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
93
- "Jeffrey A. Clark" <aclark@aclark.net> UNKNOWN pillow https://python-pillow.github.io 11.2.1 cmdbox\licenses\LICENSE.pillow.11.2.1(UNKNOWN).txt
94
- 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
95
- Kivy team MIT License plyer https://plyer.readthedocs.org/en/latest/ 2.1.0 cmdbox\licenses\LICENSE.plyer.2.1.0(MIT License).txt
96
- 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
97
- Jonathan Slenders BSD License prompt_toolkit UNKNOWN 3.0.51 cmdbox\licenses\LICENSE.prompt_toolkit.3.0.51(BSD License).txt
98
- Andrew Svetlov Apache Software License propcache https://github.com/aio-libs/propcache 0.3.1 cmdbox\licenses\LICENSE.propcache.0.3.1(Apache Software License).txt
99
- 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
100
- protobuf@googlegroups.com 3-Clause BSD License protobuf https://developers.google.com/protocol-buffers/ 5.29.4 cmdbox\licenses\LICENSE.protobuf.5.29.4(3-Clause BSD License).txt
101
- Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg https://psycopg.org/psycopg3/ 3.2.7 cmdbox\licenses\LICENSE.psycopg.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt
102
- Daniele Varrazzo GNU Lesser General Public License v3 (LGPLv3) psycopg-binary https://psycopg.org/psycopg3/ 3.2.7 cmdbox\licenses\LICENSE.psycopg-binary.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt
103
- Ilya Etingof BSD License pyasn1 https://github.com/pyasn1/pyasn1 0.6.1 cmdbox\licenses\LICENSE.pyasn1.0.6.1(BSD License).txt
104
- 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
105
- Eli Bendersky BSD License pycparser https://github.com/eliben/pycparser 2.22 cmdbox\licenses\LICENSE.pycparser.2.22(BSD License).txt
106
- Helder Eijs BSD License; Public Domain pycryptodome https://www.pycryptodome.org 3.22.0 cmdbox\licenses\LICENSE.pycryptodome.3.22.0(BSD License; Public Domain).txt
107
- 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.4 cmdbox\licenses\LICENSE.pydantic.2.11.4(MIT License).txt
108
- 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.9.1 cmdbox\licenses\LICENSE.pydantic-settings.2.9.1(MIT License).txt
109
- 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
110
- 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
111
- 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
112
- 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
113
- Saurabh Kumar BSD License python-dotenv https://github.com/theskumar/python-dotenv 1.1.0 cmdbox\licenses\LICENSE.python-dotenv.1.1.0(BSD License).txt
114
- 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
115
- 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
116
- Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.0 cmdbox\licenses\LICENSE.questionary.2.1.0(MIT License).txt
117
- 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
118
- "Redis Inc." <oss@redis.com> MIT License redis https://github.com/redis/redis-py 6.0.0 cmdbox\licenses\LICENSE.redis.6.0.0(MIT License).txt
119
- 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
120
- Matthew Barnett Apache Software License regex https://github.com/mrabarnett/mrab-regex 2024.11.6 cmdbox\licenses\LICENSE.regex.2024.11.6(Apache Software License).txt
121
- Kenneth Reitz Apache Software License requests https://requests.readthedocs.io 2.32.3 cmdbox\licenses\LICENSE.requests.2.32.3(Apache Software License).txt
122
- 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
123
- 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
124
- Will McGugan MIT License rich https://github.com/Textualize/rich 14.0.0 cmdbox\licenses\LICENSE.rich.14.0.0(MIT License).txt
125
- 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
126
- Julian Berman <Julian+rpds@GrayVines.com> MIT rpds-py https://github.com/crate-py/rpds 0.24.0 cmdbox\licenses\LICENSE.rpds-py.0.24.0(MIT).txt
127
- 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
128
- Python Packaging Authority MIT License setuptools https://github.com/pypa/setuptools 65.5.0 cmdbox\licenses\LICENSE.setuptools.65.5.0(MIT License).txt
129
- Sean Gillies BSD License shapely https://github.com/shapely/shapely 2.1.0 cmdbox\licenses\LICENSE.shapely.2.1.0(BSD License).txt
130
- Benjamin Peterson MIT License six https://github.com/benjaminp/six 1.17.0 cmdbox\licenses\LICENSE.six.1.17.0(MIT License).txt
131
- "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
132
- Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball 3.0.1 cmdbox\licenses\LICENSE.snowballstemmer.3.0.1(BSD License).txt
133
- Takayuki SHIMIZUKAWA <shimizukawa@gmail.com> BSD License sphinx-intl https://github.com/sphinx-doc/sphinx-intl 2.3.1 cmdbox\licenses\LICENSE.sphinx-intl.2.3.1(BSD License).txt
134
- 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
135
- Jared Dillard <jared.dillard@gmail.com> MIT License sphinx-sitemap https://github.com/jdillard/sphinx-sitemap 2.6.0 cmdbox\licenses\LICENSE.sphinx-sitemap.2.6.0(MIT License).txt
136
- 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
137
- 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
138
- 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
139
- Georg Brandl <georg@python.org> BSD License sphinxcontrib-htmlhelp https://www.sphinx-doc.org/ 2.1.0 cmdbox\licenses\LICENSE.sphinxcontrib-htmlhelp.2.1.0(BSD License).txt
140
- Adam Turner BSD License sphinxcontrib-jquery https://github.com/sphinx-contrib/jquery/ 4.1 cmdbox\licenses\LICENSE.sphinxcontrib-jquery.4.1(BSD License).txt
141
- Georg Brandl BSD License sphinxcontrib-jsmath http://sphinx-doc.org/ 1.0.1 cmdbox\licenses\LICENSE.sphinxcontrib-jsmath.1.0.1(BSD License).txt
142
- 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
143
- 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
144
- sysid <sysid@gmx.de> BSD License sse-starlette https://github.com/sysid/sse-starlette 2.3.4 cmdbox\licenses\LICENSE.sse-starlette.2.3.4(BSD License).txt
145
- Tom Christie <tom@tomchristie.com> BSD License starlette https://github.com/encode/starlette 0.46.2 cmdbox\licenses\LICENSE.starlette.0.46.2(BSD License).txt
146
- 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
2
+ Hsiaoming Yang <me@lepture.com> BSD License Authlib https://github.com/authlib/authlib 1.6.0 cmdbox\licenses\LICENSE_Authlib_1_6_0_BSD_License.txt
3
+ UNKNOWN BSD License Jinja2 https://github.com/pallets/jinja/ 3.1.6 cmdbox\licenses\LICENSE_Jinja2_3_1_6_BSD_License.txt
4
+ UNKNOWN BSD License MarkupSafe https://github.com/pallets/markupsafe/ 3.0.2 cmdbox\licenses\LICENSE_MarkupSafe_3_0_2_BSD_License.txt
5
+ 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
6
+ Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.2 cmdbox\licenses\LICENSE_PyYAML_6_0_2_MIT_License.txt
7
+ Georg Brandl <georg@python.org> BSD License Pygments https://pygments.org 2.19.2 cmdbox\licenses\LICENSE_Pygments_2_19_2_BSD_License.txt
8
+ Mike Bayer MIT SQLAlchemy https://www.sqlalchemy.org 2.0.41 cmdbox\licenses\LICENSE_SQLAlchemy_2_0_41_MIT.txt
9
+ 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
10
+ J. Nick Koston Python Software Foundation License aiohappyeyeballs https://github.com/aio-libs/aiohappyeyeballs 2.6.1 cmdbox\licenses\LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt
11
+ UNKNOWN Apache-2.0 aiohttp https://github.com/aio-libs/aiohttp 3.12.13 cmdbox\licenses\LICENSE_aiohttp_3_12_13_Apache-2_0.txt
12
+ UNKNOWN Apache Software License aiosignal https://github.com/aio-libs/aiosignal 1.3.2 cmdbox\licenses\LICENSE_aiosignal_1_3_2_Apache_Software_License.txt
13
+ UNKNOWN BSD License alabaster https://alabaster.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE_alabaster_1_0_0_BSD_License.txt
14
+ 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
15
+ Alex Grönholm <alex.gronholm@nextday.fi> MIT License anyio https://anyio.readthedocs.io/en/stable/versionhistory.html 4.9.0 cmdbox\licenses\LICENSE_anyio_4_9_0_MIT_License.txt
16
+ 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
17
+ 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
18
+ 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
19
+ Armin Ronacher BSD License babel https://babel.pocoo.org/ 2.17.0 cmdbox\licenses\LICENSE_babel_2_17_0_BSD_License.txt
20
+ "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
21
+ Thomas Kemmer MIT License cachetools https://github.com/tkem/cachetools/ 5.5.2 cmdbox\licenses\LICENSE_cachetools_5_5_2_MIT_License.txt
22
+ Kenneth Reitz Mozilla Public License 2.0 (MPL 2.0) certifi https://github.com/certifi/python-certifi 2025.6.15 cmdbox\licenses\LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt
23
+ Armin Rigo, Maciej Fijalkowski MIT License cffi http://cffi.readthedocs.org 1.17.1 cmdbox\licenses\LICENSE_cffi_1_17_1_MIT_License.txt
24
+ "Ahmed R. TAHRI" <tahri.ahmed@proton.me> MIT License charset-normalizer https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md 3.4.2 cmdbox\licenses\LICENSE_charset-normalizer_3_4_2_MIT_License.txt
25
+ UNKNOWN UNKNOWN click https://github.com/pallets/click/ 8.2.1 cmdbox\licenses\LICENSE_click_8_2_1_UNKNOWN.txt
26
+ 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
27
+ 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
28
+ The cryptography developers <cryptography-dev@python.org> Apache-2.0 OR BSD-3-Clause cryptography https://github.com/pyca/cryptography 45.0.4 cmdbox\licenses\LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt
29
+ 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
30
+ Marcin Kurczewski MIT License docstring_parser https://github.com/rr-/docstring_parser 0.16 cmdbox\licenses\LICENSE_docstring_parser_0_16_MIT_License.txt
31
+ 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
32
+ 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
33
+ =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License fastapi https://github.com/fastapi/fastapi 0.115.14 cmdbox\licenses\LICENSE_fastapi_0_115_14_MIT_License.txt
34
+ Jeremiah Lowin Apache Software License fastmcp https://gofastmcp.com 2.9.2 cmdbox\licenses\LICENSE_fastmcp_2_9_2_Apache_Software_License.txt
35
+ 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
36
+ 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
37
+ UNKNOWN BSD License fsspec https://github.com/fsspec/filesystem_spec 2025.5.1 cmdbox\licenses\LICENSE_fsspec_2025_5_1_BSD_License.txt
38
+ Denis Bilenko MIT gevent http://www.gevent.org/ 25.5.1 cmdbox\licenses\LICENSE_gevent_25_5_1_MIT.txt
39
+ Google LLC <googleapis-packages@google.com> Apache Software License google-adk https://google.github.io/adk-docs/ 1.5.0 cmdbox\licenses\LICENSE_google-adk_1_5_0_Apache_Software_License.txt
40
+ 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
41
+ Google LLC Apache Software License google-api-python-client https://github.com/googleapis/google-api-python-client/ 2.174.0 cmdbox\licenses\LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt
42
+ 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
43
+ 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
44
+ Google LLC Apache 2.0 google-cloud-aiplatform https://github.com/googleapis/python-aiplatform 1.100.0 cmdbox\licenses\LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt
45
+ 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
46
+ 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
47
+ Google LLC <googleapis-packages@google.com> Apache Software License google-cloud-bigquery https://github.com/googleapis/python-bigquery 3.34.0 cmdbox\licenses\LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt
48
+ 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
49
+ 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
50
+ 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
51
+ 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
52
+ 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
53
+ 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
54
+ 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
55
+ 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
56
+ Google LLC <googleapis-packages@google.com> Apache Software License google-genai https://github.com/googleapis/python-genai 1.23.0 cmdbox\licenses\LICENSE_google-genai_1_23_0_Apache_Software_License.txt
57
+ 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
58
+ 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
59
+ Sebastian Bank <sebastian.bank@uni-leipzig.de> UNKNOWN graphviz https://github.com/xflr6/graphviz 0.21 cmdbox\licenses\LICENSE_graphviz_0_21_UNKNOWN.txt
60
+ Alexey Borzenkov MIT AND Python-2.0 greenlet https://greenlet.readthedocs.io/ 3.2.3 cmdbox\licenses\LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt
61
+ 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
62
+ The gRPC Authors Apache Software License grpcio https://grpc.io 1.73.1 cmdbox\licenses\LICENSE_grpcio_1_73_1_Apache_Software_License.txt
63
+ The gRPC Authors Apache Software License grpcio-status https://grpc.io 1.73.1 cmdbox\licenses\LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt
64
+ Benoit Chesneau <benoitc@gunicorn.org> MIT License gunicorn https://gunicorn.org 23.0.0 cmdbox\licenses\LICENSE_gunicorn_23_0_0_MIT_License.txt
65
+ 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
66
+ 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
67
+ Joe Gregorio MIT License httplib2 https://github.com/httplib2/httplib2 0.22.0 cmdbox\licenses\LICENSE_httplib2_0_22_0_MIT_License.txt
68
+ Yury Selivanov MIT License httptools https://github.com/MagicStack/httptools 0.6.4 cmdbox\licenses\LICENSE_httptools_0_6_4_MIT_License.txt
69
+ 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
70
+ 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
71
+ Hugging Face, Inc. Apache Software License huggingface-hub https://github.com/huggingface/huggingface_hub 0.33.1 cmdbox\licenses\LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt
72
+ UNKNOWN Apache Software License id https://pypi.org/project/id/ 1.5.0 cmdbox\licenses\LICENSE_id_1_5_0_Apache_Software_License.txt
73
+ 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
74
+ Yoshiki Shibukawa MIT License imagesize https://github.com/shibukawa/imagesize_py 1.4.1 cmdbox\licenses\LICENSE_imagesize_1_4_1_MIT_License.txt
75
+ "Jason R. Coombs" <jaraco@jaraco.com> Apache Software License importlib_metadata https://github.com/python/importlib_metadata 8.7.0 cmdbox\licenses\LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt
76
+ UNKNOWN BSD License itsdangerous https://github.com/pallets/itsdangerous/ 2.2.0 cmdbox\licenses\LICENSE_itsdangerous_2_2_0_BSD_License.txt
77
+ 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
78
+ "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
79
+ "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
80
+ 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
81
+ Julian Berman <Julian+jsonschema@GrayVines.com> UNKNOWN jsonschema https://github.com/python-jsonschema/jsonschema 4.24.0 cmdbox\licenses\LICENSE_jsonschema_4_24_0_UNKNOWN.txt
82
+ 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
83
+ 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
84
+ BerriAI MIT License litellm https://litellm.ai 1.73.6 cmdbox\licenses\LICENSE_litellm_1_73_6_MIT_License.txt
85
+ Chris Sewell <chrisj_sewell@hotmail.com> MIT License markdown-it-py https://github.com/executablebooks/markdown-it-py 3.0.0 cmdbox\licenses\LICENSE_markdown-it-py_3_0_0_MIT_License.txt
86
+ Anthropic, PBC. MIT License mcp https://modelcontextprotocol.io 1.9.4 cmdbox\licenses\LICENSE_mcp_1_9_4_MIT_License.txt
87
+ 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
88
+ 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
89
+ Andrew Svetlov Apache License 2.0 multidict https://github.com/aio-libs/multidict 6.6.2 cmdbox\licenses\LICENSE_multidict_6_6_2_Apache_License_2_0.txt
90
+ messense <messense@icloud.com> MIT nh3 UNKNOWN 0.2.21 cmdbox\licenses\LICENSE_nh3_0_2_21_MIT.txt
91
+ Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.3.1 cmdbox\licenses\LICENSE_numpy_2_3_1_BSD_License.txt
92
+ OpenAI <support@openai.com> Apache Software License openai https://github.com/openai/openai-python 1.93.0 cmdbox\licenses\LICENSE_openai_1_93_0_Apache_Software_License.txt
93
+ 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
94
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-api https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api 1.34.1 cmdbox\licenses\LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt
95
+ 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
96
+ 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
97
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-sdk https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk 1.34.1 cmdbox\licenses\LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt
98
+ OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io> Apache Software License opentelemetry-semantic-conventions https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions 0.55b1 cmdbox\licenses\LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt
99
+ 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
100
+ "Jeffrey A. Clark" <aclark@aclark.net> UNKNOWN pillow https://python-pillow.github.io 11.2.1 cmdbox\licenses\LICENSE_pillow_11_2_1_UNKNOWN.txt
101
+ 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
102
+ Kivy team MIT License plyer https://plyer.readthedocs.org/en/latest/ 2.1.0 cmdbox\licenses\LICENSE_plyer_2_1_0_MIT_License.txt
103
+ 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
104
+ Jonathan Slenders BSD License prompt_toolkit UNKNOWN 3.0.51 cmdbox\licenses\LICENSE_prompt_toolkit_3_0_51_BSD_License.txt
105
+ 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
106
+ 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
107
+ 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
108
+ 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
109
+ 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
110
+ Ilya Etingof BSD License pyasn1 https://github.com/pyasn1/pyasn1 0.6.1 cmdbox\licenses\LICENSE_pyasn1_0_6_1_BSD_License.txt
111
+ 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
112
+ Eli Bendersky BSD License pycparser https://github.com/eliben/pycparser 2.22 cmdbox\licenses\LICENSE_pycparser_2_22_BSD_License.txt
113
+ 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
114
+ 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
115
+ 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
116
+ 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
117
+ 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
118
+ 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
119
+ 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
120
+ 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
121
+ 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
122
+ 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
123
+ Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.0 cmdbox\licenses\LICENSE_questionary_2_1_0_MIT_License.txt
124
+ 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
125
+ "Redis Inc." <oss@redis.com> MIT License redis https://github.com/redis/redis-py 6.2.0 cmdbox\licenses\LICENSE_redis_6_2_0_MIT_License.txt
126
+ 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
127
+ Matthew Barnett Apache Software License regex https://github.com/mrabarnett/mrab-regex 2024.11.6 cmdbox\licenses\LICENSE_regex_2024_11_6_Apache_Software_License.txt
128
+ Kenneth Reitz Apache Software License requests https://requests.readthedocs.io 2.32.4 cmdbox\licenses\LICENSE_requests_2_32_4_Apache_Software_License.txt
129
+ 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
130
+ 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
131
+ Will McGugan MIT License rich https://github.com/Textualize/rich 14.0.0 cmdbox\licenses\LICENSE_rich_14_0_0_MIT_License.txt
132
+ 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
133
+ Julian Berman <Julian+rpds@GrayVines.com> MIT rpds-py https://github.com/crate-py/rpds 0.25.1 cmdbox\licenses\LICENSE_rpds-py_0_25_1_MIT.txt
134
+ 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
135
+ Python Packaging Authority MIT License setuptools https://github.com/pypa/setuptools 65.5.0 cmdbox\licenses\LICENSE_setuptools_65_5_0_MIT_License.txt
136
+ Sean Gillies BSD License shapely https://github.com/shapely/shapely 2.1.1 cmdbox\licenses\LICENSE_shapely_2_1_1_BSD_License.txt
137
+ Tzu-ping Chung ISC License (ISCL) shellingham https://github.com/sarugaku/shellingham 1.5.4 cmdbox\licenses\LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt
138
+ Benjamin Peterson MIT License six https://github.com/benjaminp/six 1.17.0 cmdbox\licenses\LICENSE_six_1_17_0_MIT_License.txt
139
+ "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
140
+ Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball 3.0.1 cmdbox\licenses\LICENSE_snowballstemmer_3_0_1_BSD_License.txt
141
+ Takayuki SHIMIZUKAWA <shimizukawa@gmail.com> BSD License sphinx-intl https://github.com/sphinx-doc/sphinx-intl 2.3.1 cmdbox\licenses\LICENSE_sphinx-intl_2_3_1_BSD_License.txt
142
+ 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
143
+ 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
144
+ 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
145
+ 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
146
+ 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
147
+ 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
148
+ Georg Brandl <georg@python.org> BSD License sphinxcontrib-htmlhelp https://www.sphinx-doc.org/ 2.1.0 cmdbox\licenses\LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt
149
+ Adam Turner BSD License sphinxcontrib-jquery https://github.com/sphinx-contrib/jquery/ 4.1 cmdbox\licenses\LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt
150
+ Georg Brandl BSD License sphinxcontrib-jsmath http://sphinx-doc.org/ 1.0.1 cmdbox\licenses\LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt
151
+ 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
152
+ 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
153
+ sysid <sysid@gmx.de> BSD License sse-starlette https://github.com/sysid/sse-starlette 2.3.6 cmdbox\licenses\LICENSE_sse-starlette_2_3_6_BSD_License.txt
154
+ Tom Christie <tom@tomchristie.com> BSD License starlette https://github.com/encode/starlette 0.46.2 cmdbox\licenses\LICENSE_starlette_0_46_2_BSD_License.txt
155
+ 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
156
+ 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
147
157
  Shantanu Jain MIT License
148
158
 
149
159
  Copyright (c) 2022 OpenAI, Shantanu Jain
@@ -165,24 +175,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
165
175
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
166
176
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
167
177
  SOFTWARE.
168
- tiktoken https://github.com/openai/tiktoken 0.9.0 cmdbox\licenses\LICENSE.tiktoken.0.9.0(MIT License).txt
169
- Anthony MOI <m.anthony.moi@gmail.com> Apache Software License tokenizers https://github.com/huggingface/tokenizers 0.21.1 cmdbox\licenses\LICENSE.tokenizers.0.21.1(Apache Software License).txt
170
- 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
171
- 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
172
- 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
173
- Victorien Plot <contact@vctrn.dev> MIT License typing-inspection https://github.com/pydantic/typing-inspection 0.4.0 cmdbox\licenses\LICENSE.typing-inspection.0.4.0(MIT License).txt
174
- "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> UNKNOWN typing_extensions https://github.com/python/typing_extensions 4.13.2 cmdbox\licenses\LICENSE.typing_extensions.4.13.2(UNKNOWN).txt
175
- Python Software Foundation Apache Software License tzdata https://github.com/python/tzdata 2025.2 cmdbox\licenses\LICENSE.tzdata.2025.2(Apache Software License).txt
176
- 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
177
- Ian Stapleton Cordasco Apache Software License; BSD License uritemplate https://uritemplate.readthedocs.org 4.1.1 cmdbox\licenses\LICENSE.uritemplate.4.1.1(Apache Software License; BSD License).txt
178
- Andrey Petrov <andrey.petrov@shazow.net> UNKNOWN urllib3 https://github.com/urllib3/urllib3/blob/main/CHANGES.rst 2.4.0 cmdbox\licenses\LICENSE.urllib3.2.4.0(UNKNOWN).txt
179
- Tom Christie <tom@tomchristie.com>, Marcelo Trylesinski <marcelotryle@gmail.com> BSD License uvicorn https://www.uvicorn.org/ 0.34.2 cmdbox\licenses\LICENSE.uvicorn.0.34.2(BSD License).txt
180
- Samuel Colvin <s@muelcolvin.com> MIT License watchfiles https://github.com/samuelcolvin/watchfiles 1.0.5 cmdbox\licenses\LICENSE.watchfiles.1.0.5(MIT License).txt
181
- Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.13 cmdbox\licenses\LICENSE.wcwidth.0.2.13(MIT License).txt
182
- 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
183
- 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
184
- Graham Dumpleton BSD License wrapt https://github.com/GrahamDumpleton/wrapt 1.17.2 cmdbox\licenses\LICENSE.wrapt.1.17.2(BSD License).txt
185
- Andrew Svetlov Apache Software License yarl https://github.com/aio-libs/yarl 1.20.0 cmdbox\licenses\LICENSE.yarl.1.20.0(Apache Software License).txt
186
- "Jason R. Coombs" <jaraco@jaraco.com> MIT License zipp https://github.com/jaraco/zipp 3.21.0 cmdbox\licenses\LICENSE.zipp.3.21.0(MIT License).txt
187
- Zope Foundation and Contributors Zope Public License zope.event https://github.com/zopefoundation/zope.event 5.0 cmdbox\licenses\LICENSE.zope.event.5.0(Zope Public License).txt
188
- 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
178
+ tiktoken https://github.com/openai/tiktoken 0.9.0 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
179
+ Anthony MOI <m.anthony.moi@gmail.com> Apache Software License tokenizers https://github.com/huggingface/tokenizers 0.21.2 cmdbox\licenses\LICENSE_tokenizers_0_21_2_Apache_Software_License.txt
180
+ 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
181
+ 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
182
+ 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
183
+ =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License typer https://github.com/fastapi/typer 0.16.0 cmdbox\licenses\LICENSE_typer_0_16_0_MIT_License.txt
184
+ 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
185
+ "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> UNKNOWN typing_extensions https://github.com/python/typing_extensions 4.14.0 cmdbox\licenses\LICENSE_typing_extensions_4_14_0_UNKNOWN.txt
186
+ Python Software Foundation Apache Software License tzdata https://github.com/python/tzdata 2025.2 cmdbox\licenses\LICENSE_tzdata_2025_2_Apache_Software_License.txt
187
+ 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
188
+ 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
189
+ 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
190
+ 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
191
+ Samuel Colvin <s@muelcolvin.com> MIT License watchfiles https://github.com/samuelcolvin/watchfiles 1.1.0 cmdbox\licenses\LICENSE_watchfiles_1_1_0_MIT_License.txt
192
+ Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.13 cmdbox\licenses\LICENSE_wcwidth_0_2_13_MIT_License.txt
193
+ 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
194
+ 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
195
+ 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
196
+ "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
197
+ Zope Foundation and Contributors Zope Public License zope.event https://github.com/zopefoundation/zope.event 5.1 cmdbox\licenses\LICENSE_zope_event_5_1_Zope_Public_License.txt
198
+ 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
cmdbox/logconf_mcp.yml ADDED
@@ -0,0 +1,43 @@
1
+ version: 1
2
+
3
+ formatters:
4
+ fmt:
5
+ format: '[%(asctime)s] %(levelname)s - %(message)s'
6
+ datefmt: '%Y-%m-%d %H:%M:%S'
7
+ class: logging.Formatter
8
+ fmt_rich:
9
+ format: '%(message)s'
10
+ class: logging.Formatter
11
+ handlers:
12
+ std:
13
+ class: cmdbox.app.commons.loghandler.ColorfulStreamHandler
14
+ level: INFO
15
+ formatter: fmt
16
+ stream: ext://sys.stdout
17
+ rich:
18
+ class: rich.logging.RichHandler
19
+ level: INFO
20
+ formatter: fmt_rich
21
+ show_path: false
22
+ omit_repeated_times: false
23
+ tracebacks_word_wrap: false
24
+ log_time_format: '[%Y-%m-%d %H:%M]'
25
+ mcp:
26
+ class: cmdbox.app.commons.loghandler.TimedRotatingFileHandler
27
+ level: INFO
28
+ formatter: fmt
29
+ backupCount: 5
30
+ when : 'D'
31
+ encoding : 'utf-8'
32
+ filename: .logs/mcp.log
33
+
34
+ loggers:
35
+ mcp:
36
+ handlers: [mcp, std]
37
+ level: INFO
38
+ qualname: mcp
39
+ propagate: false
40
+
41
+ #root:
42
+ # handlers: [std]
43
+ # level: NOTSET
cmdbox/version.py CHANGED
@@ -1,9 +1,9 @@
1
1
  import datetime
2
2
 
3
- dt_now = datetime.datetime(2025, 6, 15)
3
+ dt_now = datetime.datetime(2025, 7, 4)
4
4
  __appid__ = 'cmdbox'
5
5
  __title__ = 'cmdbox (Command Development Application)'
6
- __version__ = '0.6.0.4'
6
+ __version__ = '0.6.1.1'
7
7
  __copyright__ = f'Copyright © 2023-{dt_now.strftime("%Y")} hamacom2004jp'
8
8
  __pypiurl__ = 'https://pypi.org/project/cmdbox/'
9
9
  __srcurl__ = 'https://github.com/hamacom2004jp/cmdbox'