ccs-llmconnector 1.0.1__py3-none-any.whl → 1.0.2__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.
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/METADATA +3 -3
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/RECORD +6 -6
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/WHEEL +0 -0
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/entry_points.txt +0 -0
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/licenses/LICENSE +0 -0
- {ccs_llmconnector-1.0.1.dist-info → ccs_llmconnector-1.0.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 1.0.
|
|
2
|
+
Name: ccs-llmconnector
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Lightweight wrapper around different LLM provider Python SDK Responses APIs.
|
|
5
5
|
Author: CCS
|
|
6
6
|
License: MIT
|
|
@@ -14,7 +14,7 @@ Requires-Dist: anthropic
|
|
|
14
14
|
Requires-Dist: xai-sdk
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
|
-
#
|
|
17
|
+
# ccs-llmconnector
|
|
18
18
|
|
|
19
19
|
`ccs-llmconnector` is a thin Python wrapper around leading large-language-model SDKs,
|
|
20
20
|
including the OpenAI Responses API, Google's Gemini SDK, Anthropic's Claude
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ccs_llmconnector-1.0.
|
|
1
|
+
ccs_llmconnector-1.0.2.dist-info/licenses/LICENSE,sha256=YYl_gt0O2aJW046pklgKWlVVZZpFcTIOsycrs69ltn4,1061
|
|
2
2
|
llmconnector/__init__.py,sha256=SCCVGnaj8aFeE5ugvgf2bGmCLt29R__hoRu0qKhJA4c,1174
|
|
3
3
|
llmconnector/anthropic_client.py,sha256=v-BEEZQFEY5GunbzSnZLy0dSAmMqaegc2u86WPvCLOE,6196
|
|
4
4
|
llmconnector/client.py,sha256=SVn-afiwjdnFnlDflN-WiGK1wdFyazh5wSmUTtRWQmU,4834
|
|
@@ -7,8 +7,8 @@ llmconnector/gemini_client.py,sha256=OoLI9Svk0XTXqPDFsY6u4cdiVQV7t3AOGN_yIBGiMIg
|
|
|
7
7
|
llmconnector/grok_client.py,sha256=ZLDIkb17ayLYxWxs0KZYbpR_PD1Ocze0fAmUXxouS0k,4678
|
|
8
8
|
llmconnector/openai_client.py,sha256=3FTOq-M0IP3n9Q48P9JDCT46wP79OAVW4klAhFeuT2g,4717
|
|
9
9
|
llmconnector/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
10
|
-
ccs_llmconnector-1.0.
|
|
11
|
-
ccs_llmconnector-1.0.
|
|
12
|
-
ccs_llmconnector-1.0.
|
|
13
|
-
ccs_llmconnector-1.0.
|
|
14
|
-
ccs_llmconnector-1.0.
|
|
10
|
+
ccs_llmconnector-1.0.2.dist-info/METADATA,sha256=Q1Q53upLNJwsHGXLl5xTRd26pKa-nv1nn_GZnZX71PY,14051
|
|
11
|
+
ccs_llmconnector-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
ccs_llmconnector-1.0.2.dist-info/entry_points.txt,sha256=eFvLY3nHAG_QhaKlemhhK7echfezW0KiMdSNMZOStLc,60
|
|
13
|
+
ccs_llmconnector-1.0.2.dist-info/top_level.txt,sha256=Doer7TAUsN8UXQfPHPNsuBXVNCz2uV-Q0v4t4fwv_MM,13
|
|
14
|
+
ccs_llmconnector-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|