llmkit-cli 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/PKG-INFO +4 -5
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/PKG-INFO +4 -5
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/pyproject.toml +4 -5
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/README.md +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/agent_cmd.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/check.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/cli.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/env.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/git.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/git_cmds.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/init.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/SOURCES.txt +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/dependency_links.txt +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/entry_points.txt +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/requires.txt +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/llmkit_cli.egg-info/top_level.txt +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/lock.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/__init__.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/anthropic.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/deepseek.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/groq.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/local.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/mistral.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/openai.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/together.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/providers/utils.py +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/setup.cfg +0 -0
- {llmkit_cli-0.1.0 → llmkit_cli-0.1.1}/tests/test_llmkit.py +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llmkit-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Run any LLM with one config file. No framework lock-in.
|
|
5
|
-
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
-
Project-URL: Repository, https://github.com/
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://github.com/abinz-aiml/llmkit
|
|
7
|
+
Project-URL: Repository, https://github.com/abinz-aiml/llmkit
|
|
8
8
|
Keywords: llm,ai,openai,anthropic,groq,cli
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Requires-Python: >=3.10
|
|
13
12
|
Description-Content-Type: text/markdown
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llmkit-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Run any LLM with one config file. No framework lock-in.
|
|
5
|
-
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
-
Project-URL: Repository, https://github.com/
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://github.com/abinz-aiml/llmkit
|
|
7
|
+
Project-URL: Repository, https://github.com/abinz-aiml/llmkit
|
|
8
8
|
Keywords: llm,ai,openai,anthropic,groq,cli
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Requires-Python: >=3.10
|
|
13
12
|
Description-Content-Type: text/markdown
|
|
@@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "llmkit-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Run any LLM with one config file. No framework lock-in."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
|
-
license =
|
|
11
|
+
license = "MIT"
|
|
12
12
|
keywords = ["llm", "ai", "openai", "anthropic", "groq", "cli"]
|
|
13
13
|
classifiers = [
|
|
14
14
|
"Programming Language :: Python :: 3",
|
|
15
|
-
"License :: OSI Approved :: MIT License",
|
|
16
15
|
"Operating System :: OS Independent",
|
|
17
16
|
]
|
|
18
17
|
dependencies = [
|
|
@@ -35,5 +34,5 @@ py-modules = ["cli", "agent_cmd", "check", "init", "lock", "env", "git_cmds", "g
|
|
|
35
34
|
packages = ["providers"]
|
|
36
35
|
|
|
37
36
|
[project.urls]
|
|
38
|
-
Homepage = "https://github.com/
|
|
39
|
-
Repository = "https://github.com/
|
|
37
|
+
Homepage = "https://github.com/abinz-aiml/llmkit"
|
|
38
|
+
Repository = "https://github.com/abinz-aiml/llmkit"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|