meshapi-code 0.3.3__tar.gz → 0.3.4__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.
- meshapi_code-0.3.4/NOTICE +9 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/PKG-INFO +3 -2
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/pyproject.toml +3 -3
- meshapi_code-0.3.4/src/meshapi/__init__.py +1 -0
- meshapi_code-0.3.3/src/meshapi/__init__.py +0 -1
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/.github/workflows/publish.yml +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/.gitignore +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/CLAUDE.md +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/LICENSE +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/README.md +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/__main__.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/cli.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/client.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/commands.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/config.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/permissions.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/render.py +0 -0
- {meshapi_code-0.3.3 → meshapi_code-0.3.4}/src/meshapi/tools.py +0 -0
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshapi-code
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Terminal chat for Mesh API — OpenAI-compatible LLM gateway
|
|
5
5
|
Project-URL: Homepage, https://meshapi.ai
|
|
6
6
|
Project-URL: Documentation, https://docs.meshapi.ai
|
|
7
7
|
Project-URL: Repository, https://github.com/aifiesta/meshapi-code
|
|
8
|
-
Author:
|
|
8
|
+
Author: Fiesta Labs Inc.
|
|
9
9
|
License-Expression: Apache-2.0
|
|
10
10
|
License-File: LICENSE
|
|
11
|
+
License-File: NOTICE
|
|
11
12
|
Keywords: anthropic,chat,cli,gateway,llm,mesh,openai
|
|
12
13
|
Classifier: Development Status :: 3 - Alpha
|
|
13
14
|
Classifier: Environment :: Console
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "meshapi-code"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.4"
|
|
4
4
|
description = "Terminal chat for Mesh API — OpenAI-compatible LLM gateway"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "Apache-2.0"
|
|
7
|
-
license-files = ["LICENSE"]
|
|
7
|
+
license-files = ["LICENSE", "NOTICE"]
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
|
-
authors = [{ name = "
|
|
9
|
+
authors = [{ name = "Fiesta Labs Inc." }]
|
|
10
10
|
keywords = ["cli", "llm", "openai", "anthropic", "chat", "mesh", "gateway"]
|
|
11
11
|
classifiers = [
|
|
12
12
|
"Development Status :: 3 - Alpha",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.3"
|
|
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
|