cmdbox 0.6.3.2__py3-none-any.whl → 0.6.4.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.
- cmdbox/app/app.py +22 -7
- cmdbox/app/common.py +9 -6
- cmdbox/app/commons/loghandler.py +101 -20
- cmdbox/app/commons/redis_client.py +1 -1
- cmdbox/app/edge.py +2 -4
- cmdbox/app/feature.py +1 -1
- cmdbox/app/features/cli/cmdbox_agent_mcp_client.py +175 -0
- cmdbox/app/features/cli/cmdbox_agent_mcp_proxy.py +96 -0
- cmdbox/app/features/cli/cmdbox_audit_createdb.py +224 -224
- cmdbox/app/features/cli/cmdbox_audit_delete.py +4 -4
- cmdbox/app/features/cli/cmdbox_audit_search.py +4 -4
- cmdbox/app/features/cli/cmdbox_audit_write.py +6 -8
- cmdbox/app/features/cli/cmdbox_client_file_copy.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_download.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_list.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_move.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_remove.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_file_upload.py +3 -3
- cmdbox/app/features/cli/cmdbox_client_http.py +7 -6
- cmdbox/app/features/cli/cmdbox_client_server_info.py +4 -4
- cmdbox/app/features/cli/cmdbox_cmd_list.py +4 -4
- cmdbox/app/features/cli/cmdbox_cmd_load.py +5 -5
- cmdbox/app/features/cli/cmdbox_edge_config.py +1 -1
- cmdbox/app/features/cli/cmdbox_edge_start.py +3 -3
- cmdbox/app/features/cli/cmdbox_mcp_client.py +174 -174
- cmdbox/app/features/cli/cmdbox_mcp_proxy.py +96 -96
- cmdbox/app/features/cli/cmdbox_server_list.py +3 -3
- cmdbox/app/features/cli/cmdbox_server_start.py +103 -103
- cmdbox/app/features/cli/cmdbox_server_stop.py +6 -6
- cmdbox/app/features/cli/cmdbox_tts_install.py +317 -0
- cmdbox/app/features/cli/cmdbox_tts_say.py +179 -0
- cmdbox/app/features/cli/cmdbox_tts_start.py +329 -0
- cmdbox/app/features/cli/cmdbox_tts_stop.py +108 -0
- cmdbox/app/features/cli/cmdbox_web_apikey_add.py +91 -91
- cmdbox/app/features/cli/cmdbox_web_apikey_del.py +91 -91
- cmdbox/app/features/cli/cmdbox_web_gencert.py +7 -7
- cmdbox/app/features/cli/cmdbox_web_genpass.py +168 -168
- cmdbox/app/features/cli/cmdbox_web_group_add.py +94 -94
- cmdbox/app/features/cli/cmdbox_web_group_del.py +87 -87
- cmdbox/app/features/cli/cmdbox_web_group_edit.py +94 -94
- cmdbox/app/features/cli/cmdbox_web_group_list.py +87 -87
- cmdbox/app/features/cli/cmdbox_web_start.py +236 -235
- cmdbox/app/features/cli/cmdbox_web_stop.py +72 -72
- cmdbox/app/features/cli/cmdbox_web_user_add.py +104 -104
- cmdbox/app/features/cli/cmdbox_web_user_del.py +87 -87
- cmdbox/app/features/cli/cmdbox_web_user_edit.py +104 -104
- cmdbox/app/features/cli/cmdbox_web_user_list.py +87 -87
- cmdbox/app/features/web/cmdbox_web_agent.py +16 -4
- cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +10 -2
- cmdbox/app/features/web/cmdbox_web_save_cmd.py +1 -0
- cmdbox/app/features/web/cmdbox_web_versions_used.py +4 -0
- cmdbox/app/filer.py +9 -9
- cmdbox/app/mcp.py +19 -8
- cmdbox/app/options.py +52 -47
- cmdbox/app/server.py +224 -224
- cmdbox/app/web.py +39 -17
- cmdbox/extensions/features.yml +7 -1
- cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +2 -2
- cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +3 -3
- cmdbox/licenses/LICENSE_APScheduler_3_11_0_MIT_License.txt +19 -0
- cmdbox/licenses/LICENSE_SQLAlchemy_2_0_43_MIT.txt +19 -0
- cmdbox/licenses/LICENSE_Werkzeug_3_1_1_BSD_License.txt +28 -0
- cmdbox/licenses/LICENSE_absolufy-imports_0_3_1_MIT_License.txt +21 -0
- cmdbox/licenses/LICENSE_anyio_4_10_0_UNKNOWN.txt +20 -0
- cmdbox/licenses/{LICENSE_typer_0_16_0_MIT_License.txt → LICENSE_backoff_2_2_1_MIT_License.txt} +1 -1
- cmdbox/licenses/LICENSE_certifi_2025_8_3_Mozilla_Public_License_2_0-MPL_2_0.txt +20 -0
- cmdbox/licenses/LICENSE_charset-normalizer_3_4_3_MIT.txt +21 -0
- cmdbox/licenses/LICENSE_cryptography_45_0_6_Apache-2_0_OR_BSD-3-Clause.txt +3 -0
- cmdbox/licenses/LICENSE_cyclopts_3_22_5_Apache_Software_License.txt +201 -0
- cmdbox/licenses/LICENSE_fastapi-sso_0_18_0_MIT_License.txt +21 -0
- cmdbox/licenses/LICENSE_fastmcp_2_11_3_Apache_Software_License.txt +201 -0
- cmdbox/licenses/LICENSE_google-adk_1_9_0_Apache_Software_License.txt +202 -0
- cmdbox/licenses/LICENSE_google-genai_1_28_0_Apache_Software_License.txt +202 -0
- cmdbox/licenses/LICENSE_google-genai_1_29_0_Apache_Software_License.txt +202 -0
- cmdbox/licenses/LICENSE_greenlet_3_2_4_MIT_AND_Python-2_0.txt +30 -0
- cmdbox/licenses/LICENSE_isodate_0_7_2_BSD_License.txt +26 -0
- cmdbox/licenses/LICENSE_lazy-object-proxy_1_11_0_BSD_License.txt +20 -0
- cmdbox/licenses/LICENSE_litellm-enterprise_0_1_19_UNKNOWN.txt +37 -0
- cmdbox/licenses/LICENSE_litellm_1_75_5_post1_MIT_License.txt +26 -0
- cmdbox/licenses/LICENSE_markdown-it-py_4_0_0_MIT_License.txt +21 -0
- cmdbox/licenses/LICENSE_mcp_1_12_4_MIT_License.txt +21 -0
- cmdbox/licenses/LICENSE_multidict_6_6_4_Apache_License_2_0.txt +13 -0
- cmdbox/licenses/LICENSE_oauthlib_3_3_1_BSD-3-Clause.txt +27 -0
- cmdbox/licenses/LICENSE_openai_1_99_9_Apache_Software_License.txt +201 -0
- cmdbox/licenses/LICENSE_openapi-core_0_19_5_BSD_License.txt +29 -0
- cmdbox/licenses/LICENSE_openapi-schema-validator_0_6_3_BSD_License.txt +29 -0
- cmdbox/licenses/LICENSE_openapi-spec-validator_0_7_2_Apache_Software_License.txt +201 -0
- cmdbox/licenses/LICENSE_opentelemetry-api_1_36_0_UNKNOWN.txt +201 -0
- cmdbox/licenses/LICENSE_opentelemetry-sdk_1_36_0_UNKNOWN.txt +201 -0
- cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_57b0_UNKNOWN.txt +201 -0
- cmdbox/licenses/LICENSE_orjson_3_11_1_Apache_Software_License-MIT_License.txt +201 -0
- cmdbox/licenses/LICENSE_parse_1_20_2_MIT_License.txt +19 -0
- cmdbox/licenses/LICENSE_pathable_0_4_4_Apache_Software_License.txt +201 -0
- cmdbox/licenses/{LICENSE_pillow_11_2_1_UNKNOWN.txt → LICENSE_pillow_11_3_0_UNKNOWN.txt} +393 -3
- cmdbox/licenses/LICENSE_pyperclip_1_9_0_BSD_License.txt +27 -0
- cmdbox/licenses/LICENSE_redis_6_4_0_MIT_License.txt +21 -0
- cmdbox/licenses/LICENSE_rfc3339-validator_0_1_4_MIT_License.txt +22 -0
- cmdbox/licenses/LICENSE_rich-rst_1_3_1_MIT_License.txt +7 -0
- cmdbox/licenses/LICENSE_rpds-py_0_27_0_UNKNOWN.txt +19 -0
- cmdbox/licenses/{LICENSE_setuptools_65_5_0_MIT_License.txt → LICENSE_setuptools_80_9_0_UNKNOWN.txt} +0 -2
- cmdbox/licenses/LICENSE_sphinx-intl_2_3_2_UNKNOWN.txt +25 -0
- cmdbox/licenses/LICENSE_tenacity_9_1_2_Apache_Software_License.txt +202 -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 +21 -0
- cmdbox/licenses/LICENSE_tokenizers_0_21_4_Apache_Software_License.txt +1 -0
- cmdbox/licenses/LICENSE_voicevox_core_0_16_0_MIT.txt +20 -0
- cmdbox/licenses/LICENSE_watchdog_6_0_0_Apache_Software_License.txt +16 -0
- cmdbox/licenses/{LICENSE_httptools_0_6_4_MIT_License.txt → LICENSE_wsproto_1_2_0_MIT_License.txt} +3 -3
- cmdbox/licenses/files.txt +69 -50
- cmdbox/logconf_cmdbox.yml +136 -0
- cmdbox/version.py +2 -2
- cmdbox/web/agent.html +16 -2
- cmdbox/web/assets/cmdbox/agent.js +226 -1
- cmdbox/web/assets/cmdbox/common.js +20 -25
- cmdbox/web/assets/cmdbox/svgicon.js +18 -0
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info}/METADATA +29 -20
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info}/RECORD +158 -118
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info}/WHEEL +1 -1
- cmdbox/config.yml +0 -3
- cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt +0 -13
- cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt +0 -21
- cmdbox/logconf_audit.yml +0 -43
- cmdbox/logconf_client.yml +0 -43
- cmdbox/logconf_edge.yml +0 -43
- cmdbox/logconf_gui.yml +0 -43
- cmdbox/logconf_mcp.yml +0 -43
- cmdbox/logconf_server.yml +0 -43
- cmdbox/logconf_web.yml +0 -43
- /cmdbox/licenses/{LICENSE_Authlib_1_6_0_BSD_License.txt → LICENSE_Authlib_1_6_1_BSD_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_SQLAlchemy_2_0_41_MIT.txt → LICENSE_SQLAlchemy_2_0_42_MIT.txt} +0 -0
- /cmdbox/licenses/{LICENSE_aiohttp_3_12_13_Apache-2_0.txt → LICENSE_aiohttp_3_12_15_Apache-2_0_AND_MIT.txt} +0 -0
- /cmdbox/licenses/{LICENSE_aiosignal_1_3_2_Apache_Software_License.txt → LICENSE_aiosignal_1_4_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt → LICENSE_certifi_2025_7_14_Mozilla_Public_License_2_0-MPL_2_0.txt} +0 -0
- /cmdbox/licenses/{LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt → LICENSE_cryptography_45_0_5_Apache-2_0_OR_BSD-3-Clause.txt} +0 -0
- /cmdbox/licenses/{LICENSE_docstring_parser_0_16_MIT_License.txt → LICENSE_docstring_parser_0_17_0_MIT_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_fastapi_0_115_14_MIT_License.txt → LICENSE_fastapi_0_116_1_MIT_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_fastmcp_2_10_1_Apache_Software_License.txt → LICENSE_fastmcp_2_11_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_fsspec_2025_5_1_BSD_License.txt → LICENSE_fsspec_2025_7_0_BSD_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_google-adk_1_5_0_Apache_Software_License.txt → LICENSE_google-adk_1_10_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt → LICENSE_google-api-python-client_2_177_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt → LICENSE_google-api-python-client_2_178_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt → LICENSE_google-cloud-aiplatform_1_106_0_Apache_2_0.txt} +0 -0
- /cmdbox/licenses/{LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt → LICENSE_google-cloud-aiplatform_1_108_0_Apache_2_0.txt} +0 -0
- /cmdbox/licenses/{LICENSE_google-genai_1_23_0_Apache_Software_License.txt → LICENSE_google-cloud-bigquery_3_35_1_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt → LICENSE_grpcio-status_1_74_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_grpcio_1_73_1_Apache_Software_License.txt → LICENSE_grpcio_1_74_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt → LICENSE_huggingface-hub_0_34_3_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt → LICENSE_huggingface-hub_0_34_4_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt → LICENSE_jsonschema-path_0_3_4_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_jsonschema_4_24_0_UNKNOWN.txt → LICENSE_jsonschema_4_25_0_UNKNOWN.txt} +0 -0
- /cmdbox/licenses/{LICENSE_litellm_1_73_6_MIT_License.txt → LICENSE_litellm_1_74_12_MIT_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_mcp_1_10_1_MIT_License.txt → LICENSE_mcp_1_12_3_MIT_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_multidict_6_6_2_Apache_License_2_0.txt → LICENSE_multidict_6_6_3_Apache_License_2_0.txt} +0 -0
- /cmdbox/licenses/{LICENSE_nh3_0_2_21_MIT.txt → LICENSE_nh3_0_3_0_MIT.txt} +0 -0
- /cmdbox/licenses/{LICENSE_numpy_2_3_1_BSD_License.txt → LICENSE_numpy_2_3_2_BSD_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_openai_1_93_0_Apache_Software_License.txt → LICENSE_openai_1_98_0_Apache_Software_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_tokenizers_0_21_2_Apache_Software_License.txt → LICENSE_pywin32_311_Python_Software_Foundation_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_regex_2024_11_6_Apache_Software_License.txt → LICENSE_regex_2025_7_34_UNKNOWN.txt} +0 -0
- /cmdbox/licenses/{LICENSE_rich_14_0_0_MIT_License.txt → LICENSE_rich_14_1_0_MIT_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_rpds-py_0_25_1_MIT.txt → LICENSE_rpds-py_0_26_0_MIT.txt} +0 -0
- /cmdbox/licenses/{LICENSE_sse-starlette_2_3_6_BSD_License.txt → LICENSE_sse-starlette_3_0_2_UNKNOWN.txt} +0 -0
- /cmdbox/licenses/{LICENSE_starlette_0_46_2_BSD_License.txt → LICENSE_starlette_0_47_2_BSD_License.txt} +0 -0
- /cmdbox/licenses/{LICENSE_typing_extensions_4_14_0_UNKNOWN.txt → LICENSE_typing_extensions_4_14_1_UNKNOWN.txt} +0 -0
- /cmdbox/licenses/{LICENSE_zope_event_5_1_Zope_Public_License.txt → LICENSE_zope_event_5_1_1_Zope_Public_License.txt} +0 -0
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info}/entry_points.txt +0 -0
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info/licenses}/LICENSE +0 -0
- {cmdbox-0.6.3.2.dist-info → cmdbox-0.6.4.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 OpenAI, Shantanu Jain
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
UNKNOWN
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (c) 2021 Hiroshiba Kazuyuki
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
+
a copy of this software and associated documentation files (the
|
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
+
the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be
|
|
12
|
+
included in all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Copyright 2018-2024 Mickaël Schoentgen & contributors
|
|
2
|
+
Copyright 2014-2018 Thomas Amland & contributors
|
|
3
|
+
Copyright 2012-2014 Google, Inc.
|
|
4
|
+
Copyright 2011-2012 Yesudeep Mangalapilly
|
|
5
|
+
|
|
6
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
you may not use this file except in compliance with the License.
|
|
8
|
+
You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
cmdbox/licenses/{LICENSE_httptools_0_6_4_MIT_License.txt → LICENSE_wsproto_1_2_0_MIT_License.txt}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
The MIT License
|
|
1
|
+
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2017 Benno Rice and contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
21
|
+
THE SOFTWARE.
|
cmdbox/licenses/files.txt
CHANGED
|
@@ -1,52 +1,58 @@
|
|
|
1
1
|
Author License Name URL Version File
|
|
2
|
-
|
|
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
|
|
3
4
|
UNKNOWN BSD License Jinja2 https://github.com/pallets/jinja/ 3.1.6 cmdbox\licenses\LICENSE_Jinja2_3_1_6_BSD_License.txt
|
|
4
5
|
UNKNOWN BSD License MarkupSafe https://github.com/pallets/markupsafe/ 3.0.2 cmdbox\licenses\LICENSE_MarkupSafe_3_0_2_BSD_License.txt
|
|
5
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
|
|
6
7
|
Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.2 cmdbox\licenses\LICENSE_PyYAML_6_0_2_MIT_License.txt
|
|
7
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
|
|
8
|
-
Mike Bayer MIT SQLAlchemy https://www.sqlalchemy.org 2.0.
|
|
9
|
+
Mike Bayer MIT SQLAlchemy https://www.sqlalchemy.org 2.0.43 cmdbox\licenses\LICENSE_SQLAlchemy_2_0_43_MIT.txt
|
|
9
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
|
|
11
|
+
UNKNOWN BSD License Werkzeug UNKNOWN 3.1.1 cmdbox\licenses\LICENSE_Werkzeug_3_1_1_BSD_License.txt
|
|
12
|
+
Marco Gorelli MIT License absolufy-imports https://github.com/MarcoGorelli/absolufy-imports 0.3.1 cmdbox\licenses\LICENSE_absolufy-imports_0_3_1_MIT_License.txt
|
|
10
13
|
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.
|
|
12
|
-
UNKNOWN Apache Software License aiosignal https://github.com/aio-libs/aiosignal 1.
|
|
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
|
+
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
|
|
13
16
|
UNKNOWN BSD License alabaster https://alabaster.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE_alabaster_1_0_0_BSD_License.txt
|
|
14
17
|
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>
|
|
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
|
|
16
19
|
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
20
|
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
21
|
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
22
|
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
|
|
20
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
|
|
21
25
|
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.
|
|
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
|
|
23
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
|
|
24
|
-
"Ahmed R. TAHRI" <tahri.ahmed@proton.me> MIT
|
|
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
|
|
25
29
|
UNKNOWN UNKNOWN click https://github.com/pallets/click/ 8.2.1 cmdbox\licenses\LICENSE_click_8_2_1_UNKNOWN.txt
|
|
26
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
|
|
27
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
|
|
28
|
-
The cryptography developers <cryptography-dev@python.org> Apache-2.0 OR BSD-3-Clause cryptography https://github.com/pyca/cryptography 45.0.
|
|
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
|
|
29
34
|
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
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
|
|
31
|
-
Marcin Kurczewski MIT License docstring_parser https://github.com/rr-/docstring_parser 0.
|
|
36
|
+
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
|
|
32
37
|
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
|
|
33
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
|
|
34
39
|
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
|
|
35
|
-
=?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com> MIT License fastapi https://github.com/fastapi/fastapi 0.
|
|
36
|
-
|
|
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
|
|
37
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
|
|
38
44
|
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
|
|
39
|
-
UNKNOWN BSD License fsspec https://github.com/fsspec/filesystem_spec 2025.
|
|
45
|
+
UNKNOWN BSD License fsspec https://github.com/fsspec/filesystem_spec 2025.7.0 cmdbox\licenses\LICENSE_fsspec_2025_7_0_BSD_License.txt
|
|
40
46
|
Denis Bilenko MIT gevent http://www.gevent.org/ 25.5.1 cmdbox\licenses\LICENSE_gevent_25_5_1_MIT.txt
|
|
41
|
-
Google LLC <googleapis-packages@google.com> Apache Software License google-adk https://google.github.io/adk-docs/ 1.
|
|
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
|
|
42
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
|
|
43
|
-
Google LLC Apache Software License google-api-python-client https://github.com/googleapis/google-api-python-client/ 2.
|
|
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
|
|
44
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
|
|
45
51
|
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
|
|
46
|
-
Google LLC Apache 2.0 google-cloud-aiplatform https://github.com/googleapis/python-aiplatform 1.
|
|
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
|
|
47
53
|
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
|
|
48
54
|
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
|
|
49
|
-
Google LLC <googleapis-packages@google.com> Apache Software License google-cloud-bigquery https://github.com/googleapis/python-bigquery 3.
|
|
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
|
|
50
56
|
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
|
|
51
57
|
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
|
|
52
58
|
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
|
|
@@ -55,51 +61,61 @@ Google LLC Apache Software License google-cloud-speech https://github.com/google
|
|
|
55
61
|
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
|
|
56
62
|
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
|
|
57
63
|
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
|
|
58
|
-
Google LLC <googleapis-packages@google.com> Apache Software License google-genai https://github.com/googleapis/python-genai 1.
|
|
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
|
|
59
65
|
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
|
|
60
66
|
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
|
|
61
67
|
Sebastian Bank <sebastian.bank@uni-leipzig.de> UNKNOWN graphviz https://github.com/xflr6/graphviz 0.21 cmdbox\licenses\LICENSE_graphviz_0_21_UNKNOWN.txt
|
|
62
|
-
Alexey Borzenkov MIT AND Python-2.0 greenlet https://greenlet.readthedocs.io/ 3.2.
|
|
68
|
+
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
|
|
63
69
|
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
|
|
64
|
-
The gRPC Authors Apache Software License grpcio https://grpc.io 1.
|
|
65
|
-
The gRPC Authors Apache Software License grpcio-status https://grpc.io 1.
|
|
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
|
|
66
72
|
Benoit Chesneau <benoitc@gunicorn.org> MIT License gunicorn https://gunicorn.org 23.0.0 cmdbox\licenses\LICENSE_gunicorn_23_0_0_MIT_License.txt
|
|
67
73
|
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
|
|
68
74
|
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
|
|
69
75
|
Joe Gregorio MIT License httplib2 https://github.com/httplib2/httplib2 0.22.0 cmdbox\licenses\LICENSE_httplib2_0_22_0_MIT_License.txt
|
|
70
|
-
Yury Selivanov MIT License httptools https://github.com/MagicStack/httptools 0.6.4 cmdbox\licenses\LICENSE_httptools_0_6_4_MIT_License.txt
|
|
71
76
|
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
|
|
72
77
|
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
|
|
73
|
-
Hugging Face, Inc. Apache Software License huggingface-hub https://github.com/huggingface/huggingface_hub 0.
|
|
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
|
|
74
79
|
UNKNOWN Apache Software License id https://pypi.org/project/id/ 1.5.0 cmdbox\licenses\LICENSE_id_1_5_0_Apache_Software_License.txt
|
|
75
80
|
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
|
|
76
81
|
Yoshiki Shibukawa MIT License imagesize https://github.com/shibukawa/imagesize_py 1.4.1 cmdbox\licenses\LICENSE_imagesize_1_4_1_MIT_License.txt
|
|
77
82
|
"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
|
|
83
|
+
Gerhard Weis BSD License isodate https://github.com/gweis/isodate/ 0.7.2 cmdbox\licenses\LICENSE_isodate_0_7_2_BSD_License.txt
|
|
78
84
|
UNKNOWN BSD License itsdangerous https://github.com/pallets/itsdangerous/ 2.2.0 cmdbox\licenses\LICENSE_itsdangerous_2_2_0_BSD_License.txt
|
|
79
85
|
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
|
|
80
86
|
"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
|
|
81
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
|
|
82
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
|
|
83
|
-
Julian Berman <Julian+jsonschema@GrayVines.com> UNKNOWN jsonschema https://github.com/python-jsonschema/jsonschema 4.
|
|
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
|
|
90
|
+
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
|
|
84
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
|
|
85
92
|
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
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
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
|
|
96
|
+
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
|
|
89
98
|
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
|
|
90
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
|
|
91
|
-
Andrew Svetlov Apache License 2.0 multidict https://github.com/aio-libs/multidict 6.6.
|
|
92
|
-
messense <messense@icloud.com> MIT nh3 UNKNOWN 0.
|
|
93
|
-
Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.3.
|
|
94
|
-
|
|
100
|
+
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
|
+
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
|
|
105
|
+
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
|
|
95
106
|
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
|
|
96
|
-
|
|
107
|
+
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
|
+
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
|
|
97
110
|
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
|
|
98
111
|
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
|
|
99
|
-
OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
|
|
100
|
-
OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
|
|
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
|
|
101
115
|
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
|
|
102
|
-
|
|
116
|
+
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
|
+
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
|
|
118
|
+
"Jeffrey A. Clark" <aclark@aclark.net> UNKNOWN pillow https://python-pillow.github.io 11.3.0 cmdbox\licenses\LICENSE_pillow_11_3_0_UNKNOWN.txt
|
|
103
119
|
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
|
|
104
120
|
Kivy team MIT License plyer https://plyer.readthedocs.org/en/latest/ 2.1.0 cmdbox\licenses\LICENSE_plyer_2_1_0_MIT_License.txt
|
|
105
121
|
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
|
|
@@ -117,30 +133,33 @@ Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan R
|
|
|
117
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
|
|
118
134
|
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
|
|
119
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
|
|
120
137
|
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
|
|
121
138
|
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
|
|
122
139
|
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
|
|
123
140
|
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
|
+
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
|
|
124
142
|
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
|
|
125
143
|
Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.0 cmdbox\licenses\LICENSE_questionary_2_1_0_MIT_License.txt
|
|
126
144
|
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
|
|
127
|
-
"Redis Inc." <oss@redis.com> MIT License redis https://github.com/redis/redis-py 6.
|
|
145
|
+
"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
|
|
128
146
|
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
|
|
129
|
-
Matthew Barnett
|
|
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
|
|
130
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
|
|
131
149
|
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
|
+
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
|
|
132
151
|
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
|
|
133
|
-
Will McGugan MIT License rich https://github.com/Textualize/rich 14.
|
|
152
|
+
Will McGugan MIT License rich https://github.com/Textualize/rich 14.1.0 cmdbox\licenses\LICENSE_rich_14_1_0_MIT_License.txt
|
|
153
|
+
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
|
|
134
154
|
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
|
|
135
|
-
Julian Berman <Julian+rpds@GrayVines.com>
|
|
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
|
|
136
156
|
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
|
|
137
|
-
Python Packaging Authority
|
|
157
|
+
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
|
|
138
158
|
Sean Gillies BSD License shapely https://github.com/shapely/shapely 2.1.1 cmdbox\licenses\LICENSE_shapely_2_1_1_BSD_License.txt
|
|
139
|
-
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
|
|
140
159
|
Benjamin Peterson MIT License six https://github.com/benjaminp/six 1.17.0 cmdbox\licenses\LICENSE_six_1_17_0_MIT_License.txt
|
|
141
160
|
"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
|
|
142
161
|
Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball 3.0.1 cmdbox\licenses\LICENSE_snowballstemmer_3_0_1_BSD_License.txt
|
|
143
|
-
Takayuki SHIMIZUKAWA <shimizukawa@gmail.com>
|
|
162
|
+
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
|
|
144
163
|
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
|
|
145
164
|
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
|
|
146
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
|
|
@@ -152,10 +171,10 @@ Adam Turner BSD License sphinxcontrib-jquery https://github.com/sphinx-contrib/j
|
|
|
152
171
|
Georg Brandl BSD License sphinxcontrib-jsmath http://sphinx-doc.org/ 1.0.1 cmdbox\licenses\LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt
|
|
153
172
|
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
|
|
154
173
|
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
|
|
155
|
-
sysid <sysid@gmx.de>
|
|
156
|
-
Tom Christie <tom@tomchristie.com> BSD License starlette https://github.com/encode/starlette 0.
|
|
174
|
+
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
|
|
157
176
|
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
|
|
158
|
-
Julien Danjou Apache Software License tenacity https://github.com/jd/tenacity
|
|
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
|
|
159
178
|
Shantanu Jain MIT License
|
|
160
179
|
|
|
161
180
|
Copyright (c) 2022 OpenAI, Shantanu Jain
|
|
@@ -177,24 +196,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
177
196
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
178
197
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
179
198
|
SOFTWARE.
|
|
180
|
-
tiktoken https://github.com/openai/tiktoken 0.
|
|
181
|
-
Anthony
|
|
199
|
+
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
|
|
182
201
|
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
|
|
183
202
|
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
|
|
184
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
|
|
185
|
-
=?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
|
|
186
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
|
|
187
|
-
"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> UNKNOWN typing_extensions https://github.com/python/typing_extensions 4.14.
|
|
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
|
|
188
206
|
Python Software Foundation Apache Software License tzdata https://github.com/python/tzdata 2025.2 cmdbox\licenses\LICENSE_tzdata_2025_2_Apache_Software_License.txt
|
|
189
207
|
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
|
|
190
208
|
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
|
|
191
209
|
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
|
|
192
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
|
|
193
|
-
|
|
211
|
+
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
|
|
194
212
|
Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.13 cmdbox\licenses\LICENSE_wcwidth_0_2_13_MIT_License.txt
|
|
195
213
|
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
|
|
196
214
|
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
|
+
Benno Rice MIT License wsproto https://github.com/python-hyper/wsproto/ 1.2.0 cmdbox\licenses\LICENSE_wsproto_1_2_0_MIT_License.txt
|
|
197
216
|
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
|
|
198
217
|
"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
|
|
199
|
-
Zope Foundation and Contributors Zope Public License zope.event https://github.com/zopefoundation/zope.event 5.1 cmdbox\licenses\
|
|
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
|
|
200
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
|