cmdbox 0.5.3.1__py3-none-any.whl → 0.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cmdbox might be problematic. Click here for more details.
- cmdbox/app/auth/__init__.py +0 -0
- cmdbox/app/auth/azure_signin.py +38 -0
- cmdbox/app/auth/azure_signin_saml.py +12 -0
- cmdbox/app/auth/github_signin.py +38 -0
- cmdbox/app/auth/google_signin.py +32 -0
- cmdbox/app/auth/signin.py +490 -287
- cmdbox/app/auth/signin_saml.py +61 -0
- cmdbox/app/common.py +48 -3
- cmdbox/app/edge.py +182 -213
- cmdbox/app/edge_tool.py +177 -0
- cmdbox/app/feature.py +10 -10
- cmdbox/app/features/cli/agent_base.py +477 -0
- cmdbox/app/features/cli/audit_base.py +1 -1
- cmdbox/app/features/cli/cmdbox_audit_search.py +24 -1
- cmdbox/app/features/cli/cmdbox_client_file_download.py +1 -1
- cmdbox/app/features/cli/cmdbox_cmd_list.py +105 -0
- cmdbox/app/features/cli/cmdbox_cmd_load.py +104 -0
- cmdbox/app/features/cli/cmdbox_edge_config.py +21 -7
- cmdbox/app/features/cli/cmdbox_edge_start.py +1 -1
- cmdbox/app/features/cli/cmdbox_gui_start.py +9 -132
- cmdbox/app/features/cli/cmdbox_gui_stop.py +4 -21
- cmdbox/app/features/cli/cmdbox_server_start.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_apikey_add.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_apikey_del.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_genpass.py +0 -3
- cmdbox/app/features/cli/cmdbox_web_group_add.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_group_del.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_group_edit.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_group_list.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_start.py +119 -104
- cmdbox/app/features/cli/cmdbox_web_stop.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_user_add.py +4 -4
- cmdbox/app/features/cli/cmdbox_web_user_del.py +1 -1
- cmdbox/app/features/cli/cmdbox_web_user_edit.py +4 -4
- cmdbox/app/features/cli/cmdbox_web_user_list.py +1 -1
- cmdbox/app/features/web/cmdbox_web_agent.py +250 -0
- cmdbox/app/features/web/cmdbox_web_do_signin.py +79 -103
- cmdbox/app/features/web/cmdbox_web_exec_cmd.py +8 -3
- cmdbox/app/features/web/cmdbox_web_signin.py +26 -4
- cmdbox/app/features/web/cmdbox_web_users.py +2 -0
- cmdbox/app/options.py +55 -2
- cmdbox/app/web.py +155 -27
- cmdbox/extensions/features.yml +18 -0
- cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
- cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
- cmdbox/extensions/sample_project/sample/extensions/features.yml +23 -0
- cmdbox/extensions/sample_project/sample/extensions/user_list.yml +40 -6
- cmdbox/extensions/user_list.yml +37 -6
- cmdbox/licenses/{LICENSE.starlette.0.41.3(BSD License).txt → LICENSE.Authlib.1.5.2(BSD License).txt } +3 -1
- cmdbox/licenses/{LICENSE.pydantic_core.2.33.0(MIT License).txt → LICENSE.Deprecated.1.2.18(MIT License).txt } +2 -2
- cmdbox/licenses/{LICENSE.more-itertools.10.6.0(MIT License).txt → LICENSE.SQLAlchemy.2.0.40(MIT License).txt } +1 -1
- cmdbox/licenses/LICENSE.aiohttp.3.11.18(Apache Software License).txt +13 -0
- cmdbox/licenses/LICENSE.aiosignal.1.3.2(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.async-timeout.5.0.1(Apache Software License).txt +13 -0
- cmdbox/licenses/{LICENSE.watchfiles.1.0.0(MIT License).txt → LICENSE.attrs.25.3.0(UNKNOWN).txt} +1 -1
- cmdbox/licenses/{LICENSE.anyio.4.6.2.post1(MIT License).txt → LICENSE.cachetools.5.5.2(MIT License).txt } +1 -1
- cmdbox/licenses/LICENSE.distro.1.9.0(Apache Software License).txt +202 -0
- cmdbox/licenses/{LICENSE.pydantic_core.2.33.1(MIT License).txt → LICENSE.docstring_parser.0.16(MIT License).txt } +1 -1
- cmdbox/licenses/LICENSE.filelock.3.18.0(The Unlicense (Unlicense)).txt +24 -0
- cmdbox/licenses/LICENSE.frozenlist.1.6.0(Apache-2.0).txt +201 -0
- cmdbox/licenses/{LICENSE.starlette.0.46.1(BSD License).txt → LICENSE.fsspec.2025.3.2(BSD License).txt } +3 -1
- cmdbox/licenses/{LICENSE.argcomplete.3.6.1(Apache Software License).txt → LICENSE.google-adk.0.5.0(Apache Software License).txt } +25 -0
- cmdbox/licenses/LICENSE.google-api-python-client.2.169.0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.google-auth-httplib2.0.2.0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.google-auth.2.40.1(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.google-cloud-aiplatform.1.92.0(Apache 2.0).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-bigquery.3.31.0(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-core.2.4.3(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-resource-manager.1.14.2(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-secret-manager.2.23.3(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-speech.2.32.0(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-storage.2.19.0(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-cloud-trace.1.16.1(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-crc32c.1.7.1(Apache 2.0).txt +202 -0
- cmdbox/licenses/LICENSE.google-genai.1.14.0(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.google-resumable-media.2.7.2(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.googleapis-common-protos.1.70.0(Apache Software License).txt +202 -0
- cmdbox/licenses/{LICENSE.fastapi.0.115.5(MIT License).txt → LICENSE.graphviz.0.20.3(MIT License).txt } +1 -1
- cmdbox/licenses/LICENSE.grpc-google-iam-v1.0.14.2(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.grpcio-status.1.71.0(Apache Software License).txt +610 -0
- cmdbox/licenses/LICENSE.grpcio.1.71.0(Apache Software License).txt +610 -0
- cmdbox/licenses/{LICENSE.uvicorn.0.34.0(BSD License).txt → LICENSE.httpcore.1.0.9(BSD License).txt } +1 -1
- cmdbox/licenses/LICENSE.httplib2.0.22.0(MIT License).txt +23 -0
- cmdbox/licenses/{LICENSE.tomli.2.1.0(MIT License).txt → LICENSE.httpx-sse.0.4.0(MIT).txt} +1 -1
- cmdbox/licenses/LICENSE.httpx.0.28.1(BSD License).txt +12 -0
- cmdbox/licenses/LICENSE.huggingface-hub.0.31.1(Apache Software License).txt +201 -0
- cmdbox/licenses/{LICENSE.charset-normalizer.3.4.0(MIT License).txt → LICENSE.jsonschema-specifications.2025.4.1(UNKNOWN).txt} +5 -7
- cmdbox/licenses/LICENSE.jsonschema.4.23.0(MIT License).txt +19 -0
- cmdbox/licenses/{LICENSE.pkginfo.1.10.0(MIT License).txt → LICENSE.litellm.1.69.0(MIT License).txt } +6 -1
- cmdbox/licenses/{LICENSE.redis.5.2.1(MIT License).txt → LICENSE.mcp.1.8.0(MIT License).txt } +1 -1
- cmdbox/licenses/LICENSE.multidict.6.4.3(Apache Software License).txt +13 -0
- cmdbox/licenses/{LICENSE.argcomplete.3.5.1(Apache Software License).txt → LICENSE.openai.1.75.0(Apache Software License).txt } +25 -1
- cmdbox/licenses/LICENSE.opentelemetry-api.1.33.0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.opentelemetry-exporter-gcp-trace.1.9.0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.opentelemetry-resourcedetector-gcp.1.9.0a0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.opentelemetry-sdk.1.33.0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.opentelemetry-semantic-conventions.0.54b0(Apache Software License).txt +201 -0
- cmdbox/licenses/LICENSE.propcache.0.3.1(Apache Software License).txt +202 -0
- cmdbox/licenses/LICENSE.proto-plus.1.26.1(Apache Software License).txt +202 -0
- cmdbox/licenses/{LICENSE.Pygments.2.18.0(BSD License).txt → LICENSE.protobuf.5.29.4(3-Clause BSD License).txt } +15 -8
- cmdbox/licenses/LICENSE.pyasn1.0.6.1(BSD License).txt +24 -0
- cmdbox/licenses/LICENSE.pyasn1_modules.0.4.2(BSD License).txt +24 -0
- cmdbox/licenses/LICENSE.pydantic-settings.2.9.1(MIT License).txt +21 -0
- cmdbox/licenses/{LICENSE.gevent.25.4.1(MIT).txt → LICENSE.pyparsing.3.2.3(MIT License).txt } +5 -12
- cmdbox/licenses/LICENSE.python-dateutil.2.9.0.post0(Apache Software License; BSD License).txt +54 -0
- cmdbox/licenses/LICENSE.referencing.0.36.2(UNKNOWN).txt +19 -0
- cmdbox/licenses/LICENSE.regex.2024.11.6(Apache Software License).txt +208 -0
- cmdbox/licenses/LICENSE.rpds-py.0.24.0(MIT).txt +19 -0
- cmdbox/licenses/{LICENSE.python-multipart.0.0.17(Apache Software License).txt → LICENSE.rsa.4.9.1(Apache Software License).txt } +1 -2
- cmdbox/licenses/{LICENSE.sphinx-intl.2.3.0(BSD License).txt → LICENSE.shapely.2.1.0(BSD License).txt } +6 -2
- cmdbox/licenses/LICENSE.sse-starlette.2.3.4(BSD License).txt +27 -0
- cmdbox/licenses/LICENSE.tiktoken.0.9.0(MIT License).txt +21 -0
- cmdbox/licenses/LICENSE.tokenizers.0.21.1(Apache Software License).txt +1 -0
- cmdbox/licenses/{LICENSE.six.1.16.0(MIT License).txt → LICENSE.tqdm.4.67.1(MIT License; Mozilla Public License 2.0 (MPL 2.0)).txt } +32 -1
- cmdbox/licenses/{LICENSE.rich.13.9.4(MIT License).txt → LICENSE.tzlocal.5.3.1(MIT License).txt } +3 -3
- cmdbox/licenses/LICENSE.uritemplate.4.1.1(Apache Software License; BSD License).txt +3 -0
- cmdbox/licenses/LICENSE.wrapt.1.17.2(BSD License).txt +24 -0
- cmdbox/licenses/LICENSE.yarl.1.20.0(Apache Software License).txt +202 -0
- cmdbox/licenses/files.txt +111 -17
- cmdbox/logconf_agent.yml +38 -0
- cmdbox/logconf_audit.yml +13 -5
- cmdbox/logconf_client.yml +13 -5
- cmdbox/logconf_cmdbox.yml +13 -5
- cmdbox/logconf_edge.yml +13 -5
- cmdbox/logconf_gui.yml +13 -5
- cmdbox/logconf_server.yml +13 -5
- cmdbox/logconf_web.yml +13 -5
- cmdbox/version.py +3 -2
- cmdbox/web/agent.html +263 -0
- cmdbox/web/assets/cmdbox/agent.js +335 -0
- cmdbox/web/assets/cmdbox/common.js +1111 -1020
- cmdbox/web/assets/cmdbox/signin.js +16 -3
- cmdbox/web/assets/cmdbox/users.js +1 -1
- cmdbox/web/assets/filer/filer.js +4 -2
- cmdbox/web/signin.html +10 -6
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.dist-info}/METADATA +132 -35
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.dist-info}/RECORD +161 -123
- cmdbox/app/features/web/cmdbox_web_load_pin.py +0 -43
- cmdbox/app/features/web/cmdbox_web_save_pin.py +0 -42
- cmdbox/licenses/LICENSE.Jinja2.3.1.4(BSD License).txt +0 -28
- cmdbox/licenses/LICENSE.Sphinx.8.1.3(BSD License).txt +0 -31
- cmdbox/licenses/LICENSE.babel.2.16.0(BSD License).txt +0 -27
- cmdbox/licenses/LICENSE.certifi.2025.1.31(Mozilla Public License 2.0 (MPL 2.0)).txt +0 -20
- cmdbox/licenses/LICENSE.click.8.1.8(BSD License).txt +0 -28
- cmdbox/licenses/LICENSE.cryptography.44.0.2(Apache Software License; BSD License).txt +0 -3
- cmdbox/licenses/LICENSE.greenlet.3.2.0(MIT AND Python-2.0).txt +0 -30
- cmdbox/licenses/LICENSE.keyring.25.5.0(MIT License).txt +0 -17
- cmdbox/licenses/LICENSE.numpy.2.2.4(BSD License).txt +0 -950
- cmdbox/licenses/LICENSE.pillow.11.0.0(CMU License (MIT-CMU)).txt +0 -1226
- cmdbox/licenses/LICENSE.pillow.11.1.0(CMU License (MIT-CMU)).txt +0 -1213
- cmdbox/licenses/LICENSE.prettytable.3.12.0(BSD License).txt +0 -30
- cmdbox/licenses/LICENSE.prompt_toolkit.3.0.50(BSD License).txt +0 -27
- cmdbox/licenses/LICENSE.psycopg.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt +0 -165
- cmdbox/licenses/LICENSE.pydantic.2.11.1(MIT License).txt +0 -21
- cmdbox/licenses/LICENSE.pydantic.2.11.3(MIT License).txt +0 -21
- cmdbox/licenses/LICENSE.python-dotenv.1.0.1(BSD License).txt +0 -27
- cmdbox/licenses/LICENSE.twine.5.1.1(Apache Software License).txt +0 -174
- cmdbox/licenses/LICENSE.typing_extensions.4.13.0(UNKNOWN).txt +0 -279
- cmdbox/licenses/LICENSE.urllib3.2.2.3(MIT License).txt +0 -21
- cmdbox/licenses/LICENSE.urllib3.2.3.0(MIT License).txt +0 -21
- cmdbox/licenses/LICENSE.uvicorn.0.34.1(BSD License).txt +0 -27
- cmdbox/licenses/LICENSE.watchfiles.1.0.4(MIT License).txt +0 -21
- cmdbox/licenses/LICENSE.websockets.14.1(BSD License).txt +0 -24
- cmdbox/licenses/LICENSE.zope.interface.7.1.1(Zope Public License).txt +0 -44
- /cmdbox/licenses/{LICENSE.typing_extensions.4.12.2(Python Software Foundation License).txt → LICENSE.aiohappyeyeballs.2.6.1(Python Software Foundation License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.certifi.2024.8.30(Mozilla Public License 2.0 (MPL 2.0)).txt → LICENSE.certifi.2025.4.26(Mozilla Public License 2.0 (MPL 2.0)).txt} +0 -0
- /cmdbox/licenses/{LICENSE.charset-normalizer.3.4.1(MIT License).txt → LICENSE.charset-normalizer.3.4.2(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.click.8.1.7(BSD License).txt → LICENSE.click.8.2.0(UNKNOWN).txt} +0 -0
- /cmdbox/licenses/{LICENSE.cryptography.43.0.3(Apache Software License; BSD License).txt → LICENSE.cryptography.44.0.3(Apache Software License; BSD License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.gevent.24.11.1(MIT License).txt → LICENSE.gevent.25.4.2(MIT).txt} +0 -0
- /cmdbox/licenses/{LICENSE.importlib_metadata.8.5.0(Apache Software License).txt → LICENSE.google-api-core.2.24.2(Apache Software License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.greenlet.3.1.1(MIT License).txt → LICENSE.greenlet.3.2.2(MIT AND Python-2.0).txt} +0 -0
- /cmdbox/licenses/{LICENSE.h11.0.14.0(MIT License).txt → LICENSE.h11.0.16.0(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.nh3.0.2.18(MIT).txt → LICENSE.jiter.0.9.0(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.more-itertools.10.5.0(MIT License).txt → LICENSE.more-itertools.10.7.0(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.numpy.2.1.3(BSD License).txt → LICENSE.numpy.2.2.5(BSD License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.packaging.24.2(Apache Software License; BSD License).txt → LICENSE.packaging.25.0(Apache Software License; BSD License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.psycopg-binary.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE.psycopg-binary.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt} +0 -0
- /cmdbox/licenses/{LICENSE.psycopg-pool.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → LICENSE.psycopg.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt} +0 -0
- /cmdbox/licenses/{LICENSE.pydantic.2.10.2(MIT License).txt → LICENSE.pydantic.2.11.4(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.pydantic_core.2.27.1(MIT License).txt → LICENSE.pydantic_core.2.33.2(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.redis.5.2.0(MIT License).txt → LICENSE.redis.6.0.0(MIT License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.snowballstemmer.2.2.0(BSD License).txt → LICENSE.snowballstemmer.3.0.1(BSD License).txt} +0 -0
- /cmdbox/licenses/{LICENSE.uvicorn.0.32.1(BSD License).txt → LICENSE.uvicorn.0.34.2(BSD License).txt} +0 -0
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.dist-info}/LICENSE +0 -0
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.dist-info}/WHEEL +0 -0
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.dist-info}/entry_points.txt +0 -0
- {cmdbox-0.5.3.1.dist-info → cmdbox-0.6.0.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.
|
cmdbox/licenses/files.txt
CHANGED
|
@@ -1,28 +1,68 @@
|
|
|
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
|
|
2
4
|
UNKNOWN BSD License Jinja2 https://github.com/pallets/jinja/ 3.1.6 cmdbox\licenses\LICENSE.Jinja2.3.1.6(BSD License).txt
|
|
3
5
|
UNKNOWN BSD License MarkupSafe https://github.com/pallets/markupsafe/ 3.0.2 cmdbox\licenses\LICENSE.MarkupSafe.3.0.2(BSD License).txt
|
|
4
6
|
Kirill Simonov MIT License PyYAML https://pyyaml.org/ 6.0.2 cmdbox\licenses\LICENSE.PyYAML.6.0.2(MIT License).txt
|
|
5
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
|
|
6
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
|
|
7
13
|
UNKNOWN BSD License alabaster https://alabaster.readthedocs.io/ 1.0.0 cmdbox\licenses\LICENSE.alabaster.1.0.0(BSD License).txt
|
|
8
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
|
|
9
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
|
|
10
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
|
|
11
19
|
Armin Ronacher BSD License babel https://babel.pocoo.org/ 2.17.0 cmdbox\licenses\LICENSE.babel.2.17.0(BSD License).txt
|
|
12
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
|
|
13
|
-
|
|
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
|
|
14
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
|
|
15
|
-
"Ahmed R. TAHRI" <tahri.ahmed@proton.me> MIT License charset-normalizer https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md 3.4.
|
|
16
|
-
UNKNOWN
|
|
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
|
|
17
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
|
|
18
|
-
The cryptography developers <cryptography-dev@python.org> Apache Software License; BSD License cryptography https://github.com/pyca/cryptography 44.0.
|
|
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
|
|
19
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
|
|
20
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
|
|
21
|
-
|
|
22
|
-
|
|
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
|
|
23
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
|
|
24
|
-
Nathaniel J. Smith MIT License h11 https://github.com/python-hyper/h11 0.
|
|
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
|
|
25
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
|
|
26
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
|
|
27
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
|
|
28
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
|
|
@@ -31,40 +71,65 @@ UNKNOWN BSD License itsdangerous https://github.com/pallets/itsdangerous/ 2.2.0
|
|
|
31
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
|
|
32
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
|
|
33
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
|
|
34
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
|
|
35
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
|
|
36
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
|
|
37
|
-
Erik Rose <erikrose@grinchcentral.com> MIT License more-itertools https://github.com/more-itertools/more-itertools 10.
|
|
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
|
|
38
84
|
messense <messense@icloud.com> MIT nh3 UNKNOWN 0.2.21 cmdbox\licenses\LICENSE.nh3.0.2.21(MIT).txt
|
|
39
|
-
Travis E. Oliphant et al. BSD License numpy https://numpy.org 2.2.
|
|
40
|
-
|
|
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
|
|
41
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
|
|
42
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
|
|
43
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
|
|
44
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
|
|
45
97
|
Jonathan Slenders BSD License prompt_toolkit UNKNOWN 3.0.51 cmdbox\licenses\LICENSE.prompt_toolkit.3.0.51(BSD License).txt
|
|
46
|
-
|
|
47
|
-
|
|
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
|
|
48
105
|
Eli Bendersky BSD License pycparser https://github.com/eliben/pycparser 2.22 cmdbox\licenses\LICENSE.pycparser.2.22(BSD License).txt
|
|
49
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
|
|
50
|
-
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.
|
|
51
|
-
Samuel Colvin <s@muelcolvin.com>,
|
|
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
|
|
52
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
|
|
53
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
|
|
54
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
|
|
55
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
|
|
56
116
|
Tom Bocklisch MIT License questionary https://github.com/tmbo/questionary 2.1.0 cmdbox\licenses\LICENSE.questionary.2.1.0(MIT License).txt
|
|
57
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
|
|
58
|
-
Redis Inc. MIT License redis https://github.com/redis/redis-py
|
|
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
|
|
59
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
|
|
60
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
|
|
61
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
|
|
62
124
|
Will McGugan MIT License rich https://github.com/Textualize/rich 14.0.0 cmdbox\licenses\LICENSE.rich.14.0.0(MIT License).txt
|
|
63
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
|
|
64
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
|
|
65
130
|
Benjamin Peterson MIT License six https://github.com/benjaminp/six 1.17.0 cmdbox\licenses\LICENSE.six.1.17.0(MIT License).txt
|
|
66
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
|
|
67
|
-
Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball
|
|
132
|
+
Snowball Developers BSD License snowballstemmer https://github.com/snowballstem/snowball 3.0.1 cmdbox\licenses\LICENSE.snowballstemmer.3.0.1(BSD License).txt
|
|
68
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
|
|
69
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
|
|
70
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
|
|
@@ -76,19 +141,48 @@ Adam Turner BSD License sphinxcontrib-jquery https://github.com/sphinx-contrib/j
|
|
|
76
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
|
|
77
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
|
|
78
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
|
|
79
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
|
|
80
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
|
|
147
|
+
Shantanu Jain MIT License
|
|
148
|
+
|
|
149
|
+
Copyright (c) 2022 OpenAI, Shantanu Jain
|
|
150
|
+
|
|
151
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
152
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
153
|
+
in the Software without restriction, including without limitation the rights
|
|
154
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
155
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
156
|
+
furnished to do so, subject to the following conditions:
|
|
157
|
+
|
|
158
|
+
The above copyright notice and this permission notice shall be included in all
|
|
159
|
+
copies or substantial portions of the Software.
|
|
160
|
+
|
|
161
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
162
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
163
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
164
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
165
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
166
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
167
|
+
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
|
|
81
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
|
|
82
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
|
|
83
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
|
|
84
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
|
|
85
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
|
|
86
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
|
|
87
|
-
Tom Christie <tom@tomchristie.com>, Marcelo Trylesinski <marcelotryle@gmail.com> BSD License uvicorn https://www.uvicorn.org/ 0.34.
|
|
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
|
|
88
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
|
|
89
181
|
Jeff Quast MIT License wcwidth https://github.com/jquast/wcwidth 0.2.13 cmdbox\licenses\LICENSE.wcwidth.0.2.13(MIT License).txt
|
|
90
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
|
|
91
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
|
|
92
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
|
|
93
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
|
|
94
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
|
cmdbox/logconf_agent.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
version: 1
|
|
2
|
+
|
|
3
|
+
formatters:
|
|
4
|
+
fmt:
|
|
5
|
+
format: '%(levelname)s[%(asctime)s] - %(message)s'
|
|
6
|
+
class: logging.Formatter
|
|
7
|
+
fmt_rich:
|
|
8
|
+
format: '%(message)s'
|
|
9
|
+
class: logging.Formatter
|
|
10
|
+
handlers:
|
|
11
|
+
std:
|
|
12
|
+
class: rich.logging.RichHandler
|
|
13
|
+
level: INFO
|
|
14
|
+
formatter: fmt_rich
|
|
15
|
+
show_path: false
|
|
16
|
+
omit_repeated_times: false
|
|
17
|
+
tracebacks_word_wrap: false
|
|
18
|
+
log_time_format: '[%Y-%m-%d %H:%M]'
|
|
19
|
+
#stream: ext://sys.stdout
|
|
20
|
+
agent:
|
|
21
|
+
class: logging.handlers.TimedRotatingFileHandler
|
|
22
|
+
level: INFO
|
|
23
|
+
formatter: fmt
|
|
24
|
+
backupCount: 5
|
|
25
|
+
when : 'D'
|
|
26
|
+
encoding : 'utf-8'
|
|
27
|
+
filename: .logs/cmdbox_agent.log
|
|
28
|
+
|
|
29
|
+
loggers:
|
|
30
|
+
agent:
|
|
31
|
+
handlers: [agent]
|
|
32
|
+
level: INFO
|
|
33
|
+
qualname: agent
|
|
34
|
+
propagate: false
|
|
35
|
+
|
|
36
|
+
#root:
|
|
37
|
+
# handlers: [std]
|
|
38
|
+
# level: NOTSET
|
cmdbox/logconf_audit.yml
CHANGED
|
@@ -4,14 +4,21 @@ formatters:
|
|
|
4
4
|
fmt:
|
|
5
5
|
format: '%(levelname)s[%(asctime)s] - %(message)s'
|
|
6
6
|
class: logging.Formatter
|
|
7
|
+
fmt_rich:
|
|
8
|
+
format: '%(message)s'
|
|
9
|
+
class: logging.Formatter
|
|
7
10
|
handlers:
|
|
8
11
|
std:
|
|
9
|
-
class:
|
|
12
|
+
class: rich.logging.RichHandler
|
|
10
13
|
level: INFO
|
|
11
|
-
formatter:
|
|
12
|
-
|
|
14
|
+
formatter: fmt_rich
|
|
15
|
+
show_path: false
|
|
16
|
+
omit_repeated_times: false
|
|
17
|
+
tracebacks_word_wrap: false
|
|
18
|
+
log_time_format: '[%Y-%m-%d %H:%M]'
|
|
19
|
+
#stream: ext://sys.stdout
|
|
13
20
|
audit:
|
|
14
|
-
class:
|
|
21
|
+
class: logging.handlers.TimedRotatingFileHandler
|
|
15
22
|
level: INFO
|
|
16
23
|
formatter: fmt
|
|
17
24
|
backupCount: 5
|
|
@@ -24,7 +31,8 @@ loggers:
|
|
|
24
31
|
handlers: [audit]
|
|
25
32
|
level: INFO
|
|
26
33
|
qualname: audit
|
|
27
|
-
|
|
34
|
+
propagate: false
|
|
35
|
+
|
|
28
36
|
#root:
|
|
29
37
|
# handlers: [std]
|
|
30
38
|
# level: NOTSET
|
cmdbox/logconf_client.yml
CHANGED
|
@@ -4,14 +4,21 @@ formatters:
|
|
|
4
4
|
fmt:
|
|
5
5
|
format: '%(levelname)s[%(asctime)s] - %(message)s'
|
|
6
6
|
class: logging.Formatter
|
|
7
|
+
fmt_rich:
|
|
8
|
+
format: '%(message)s'
|
|
9
|
+
class: logging.Formatter
|
|
7
10
|
handlers:
|
|
8
11
|
std:
|
|
9
|
-
class:
|
|
12
|
+
class: rich.logging.RichHandler
|
|
10
13
|
level: INFO
|
|
11
|
-
formatter:
|
|
12
|
-
|
|
14
|
+
formatter: fmt_rich
|
|
15
|
+
show_path: false
|
|
16
|
+
omit_repeated_times: false
|
|
17
|
+
tracebacks_word_wrap: false
|
|
18
|
+
log_time_format: '[%Y-%m-%d %H:%M]'
|
|
19
|
+
#stream: ext://sys.stdout
|
|
13
20
|
client:
|
|
14
|
-
class:
|
|
21
|
+
class: logging.handlers.TimedRotatingFileHandler
|
|
15
22
|
level: INFO
|
|
16
23
|
formatter: fmt
|
|
17
24
|
backupCount: 5
|
|
@@ -24,7 +31,8 @@ loggers:
|
|
|
24
31
|
handlers: [client]
|
|
25
32
|
level: INFO
|
|
26
33
|
qualname: client
|
|
27
|
-
|
|
34
|
+
propagate: false
|
|
35
|
+
|
|
28
36
|
#root:
|
|
29
37
|
# handlers: [std]
|
|
30
38
|
# level: NOTSET
|
cmdbox/logconf_cmdbox.yml
CHANGED
|
@@ -4,14 +4,21 @@ formatters:
|
|
|
4
4
|
fmt:
|
|
5
5
|
format: '%(levelname)s[%(asctime)s] - %(message)s'
|
|
6
6
|
class: logging.Formatter
|
|
7
|
+
fmt_rich:
|
|
8
|
+
format: '%(message)s'
|
|
9
|
+
class: logging.Formatter
|
|
7
10
|
handlers:
|
|
8
11
|
std:
|
|
9
|
-
class:
|
|
12
|
+
class: rich.logging.RichHandler
|
|
10
13
|
level: INFO
|
|
11
|
-
formatter:
|
|
12
|
-
|
|
14
|
+
formatter: fmt_rich
|
|
15
|
+
show_path: false
|
|
16
|
+
omit_repeated_times: false
|
|
17
|
+
tracebacks_word_wrap: false
|
|
18
|
+
log_time_format: '[%Y-%m-%d %H:%M]'
|
|
19
|
+
#stream: ext://sys.stdout
|
|
13
20
|
cmdbox:
|
|
14
|
-
class:
|
|
21
|
+
class: logging.handlers.TimedRotatingFileHandler
|
|
15
22
|
level: INFO
|
|
16
23
|
formatter: fmt
|
|
17
24
|
backupCount: 5
|
|
@@ -24,7 +31,8 @@ loggers:
|
|
|
24
31
|
handlers: [cmdbox]
|
|
25
32
|
level: INFO
|
|
26
33
|
qualname: cmdbox
|
|
27
|
-
|
|
34
|
+
propagate: false
|
|
35
|
+
|
|
28
36
|
#root:
|
|
29
37
|
# handlers: [std]
|
|
30
38
|
# level: NOTSET
|
cmdbox/logconf_edge.yml
CHANGED
|
@@ -4,14 +4,21 @@ formatters:
|
|
|
4
4
|
fmt:
|
|
5
5
|
format: '%(levelname)s[%(asctime)s] - %(message)s'
|
|
6
6
|
class: logging.Formatter
|
|
7
|
+
fmt_rich:
|
|
8
|
+
format: '%(message)s'
|
|
9
|
+
class: logging.Formatter
|
|
7
10
|
handlers:
|
|
8
11
|
std:
|
|
9
|
-
class:
|
|
12
|
+
class: rich.logging.RichHandler
|
|
10
13
|
level: INFO
|
|
11
|
-
formatter:
|
|
12
|
-
|
|
14
|
+
formatter: fmt_rich
|
|
15
|
+
show_path: false
|
|
16
|
+
omit_repeated_times: false
|
|
17
|
+
tracebacks_word_wrap: false
|
|
18
|
+
log_time_format: '[%Y-%m-%d %H:%M]'
|
|
19
|
+
#stream: ext://sys.stdout
|
|
13
20
|
edge:
|
|
14
|
-
class:
|
|
21
|
+
class: logging.handlers.TimedRotatingFileHandler
|
|
15
22
|
level: INFO
|
|
16
23
|
formatter: fmt
|
|
17
24
|
backupCount: 5
|
|
@@ -24,7 +31,8 @@ loggers:
|
|
|
24
31
|
handlers: [edge]
|
|
25
32
|
level: INFO
|
|
26
33
|
qualname: edge
|
|
27
|
-
|
|
34
|
+
propagate: false
|
|
35
|
+
|
|
28
36
|
#root:
|
|
29
37
|
# handlers: [std]
|
|
30
38
|
# level: NOTSET
|