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.
@@ -0,0 +1,9 @@
1
+ meshapi-code
2
+ Copyright 2026 Fiesta Labs Inc.
3
+
4
+ Fiesta Labs Inc.
5
+ 1 Chestnut Hill Plaza #1088
6
+ Newark, DE 19713
7
+ USA
8
+
9
+ This product is licensed under the Apache License, Version 2.0 (see LICENSE).
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshapi-code
3
- Version: 0.3.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: Mesh API
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"
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 = "Mesh API" }]
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