aifleet-cli 0.0.1__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.
@@ -0,0 +1,6 @@
1
+ coordinate = "aifleet-cli"
2
+ product = "ai_fleet"
3
+ status = "pre-release-coordinate-scaffold"
4
+ target = "ai_python_pypi_cli"
5
+ claim_intent = "009aa5e1-115e-4616-9c34-5fbd093e7254"
6
+ __all__ = ["coordinate", "product", "status", "target", "claim_intent"]
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: aifleet-cli
3
+ Version: 0.0.1
4
+ Summary: Ai Fleet public package coordinate scaffold
5
+ License-Expression: LicenseRef-Proprietary
6
+ Project-URL: AI Fleet claim intent, https://mouch.name/#ai-fleet-public-package-claim-009aa5e1-115e-4616-9c34-5fbd093e7254
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # aifleet-cli
11
+
12
+ This is the pre-release public coordinate scaffold for **Ai Fleet**.
13
+
14
+ It intentionally contains only machine-readable package identity metadata. It does not yet ship the product runtime, CLI, server, client, or adapter. A later version will replace this scaffold from the product's selected source owner.
15
+
16
+ ```python
17
+ from aifleet_cli import coordinate, product, status, target
18
+ print({"coordinate": coordinate, "product": product, "status": status, "target": target})
19
+ ```
@@ -0,0 +1,5 @@
1
+ aifleet_cli/__init__.py,sha256=_SV4VSKEl_08SAyzcCcxcd3o24ut8YKB-z47gRzFB6o,247
2
+ aifleet_cli-0.0.1.dist-info/METADATA,sha256=6Gf3StZnwlLXqQpApoW9F41xWPw3XhwLTSyLnlHFeao,823
3
+ aifleet_cli-0.0.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
4
+ aifleet_cli-0.0.1.dist-info/top_level.txt,sha256=AyBcLJjXUGPB-m3c5tUdX83_NBXNr5rbzjYnxSFBHjw,12
5
+ aifleet_cli-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ aifleet_cli