voltry 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,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: voltry
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Voltry: neutral, read-only GPU condition and provenance. This meta-package installs voltry-probe.
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Requires-Python: >=3.10
|
|
7
|
+
Requires-Dist: voltry-probe
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# voltry
|
|
11
|
+
|
|
12
|
+
This is a meta-package. Installing it installs `voltry-probe`, the open,
|
|
13
|
+
read-only Voltry agent, which provides the `voltry` command line.
|
|
14
|
+
|
|
15
|
+
You probably want one of:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pipx install voltry-probe
|
|
19
|
+
pip install voltry-probe
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
See the `voltry-probe` project page on PyPI for the operator quickstart.
|