fleetpm 0.0.0__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.
- fleetpm/__init__.py +1 -0
- fleetpm-0.0.0.dist-info/METADATA +20 -0
- fleetpm-0.0.0.dist-info/RECORD +4 -0
- fleetpm-0.0.0.dist-info/WHEEL +4 -0
fleetpm/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Reserved name for fleetpm. Releases begin at 0.1.0; this version does nothing."""
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: fleetpm
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: A package manager for AI capabilities across your machines, that never serves. Name reserved; releases begin at 0.1.0.
|
|
5
|
+
Project-URL: Homepage, https://fleetpm.sh
|
|
6
|
+
Project-URL: Repository, https://github.com/solverfleet/fleetpm
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
Keywords: ai,cli,fleet,llm,package-manager
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# fleetpm
|
|
15
|
+
|
|
16
|
+
This name is reserved for [fleetpm](https://github.com/solverfleet/fleetpm),
|
|
17
|
+
a package manager for AI capabilities across your machines, that never
|
|
18
|
+
serves. Releases begin at 0.1.0; this version does nothing.
|
|
19
|
+
|
|
20
|
+
Site: https://fleetpm.sh
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
fleetpm/__init__.py,sha256=7LYU-nCO-FqCu9AzK7CRwyTbdz5kbahNYO6KSks41rw,85
|
|
2
|
+
fleetpm-0.0.0.dist-info/METADATA,sha256=5b7rmbbtc4tcARtEQ1mXk41YwWpH1LIq5t2IzlkqwwM,778
|
|
3
|
+
fleetpm-0.0.0.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
|
|
4
|
+
fleetpm-0.0.0.dist-info/RECORD,,
|