badfish 1.0.5__py3-none-any.whl → 1.0.6__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.
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/METADATA +9 -9
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/RECORD +7 -7
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/WHEEL +0 -0
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/entry_points.txt +0 -0
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/top_level.txt +0 -0
- {badfish-1.0.5.dist-info → badfish-1.0.6.dist-info}/zip-safe +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: badfish
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API
|
|
5
5
|
Home-page: https://github.com/redhat-performance/badfish
|
|
6
6
|
Author: Gonzalo Rafuls
|
|
@@ -15,12 +15,12 @@ Classifier: Development Status :: 5 - Production/Stable
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
-
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
23
|
+
Requires-Python: >=3.10
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: pyyaml>=3.10
|
|
@@ -34,7 +34,7 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
<h2 align="center">The Out-of-Band Wrangler</h2>
|
|
36
36
|
|
|
37
|
-
[](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/)
|
|
38
38
|
[](https://codecov.io/gh/redhat-performance/badfish)
|
|
39
39
|
[](https://quay.io/repository/quads/badfish)
|
|
40
40
|
[](https://github.com/redhat-performance/badfish/actions)
|
|
@@ -158,13 +158,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
|
|
|
158
158
|
## Setup
|
|
159
159
|
### Badfish RPM package
|
|
160
160
|
```bash
|
|
161
|
-
dnf copr enable quadsdev/
|
|
162
|
-
dnf install
|
|
161
|
+
dnf copr enable quadsdev/badfish -y
|
|
162
|
+
dnf install badfish -y
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
Active RPM releases:
|
|
166
166
|
- All current Fedora releases
|
|
167
|
-
- Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/
|
|
167
|
+
- Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/)
|
|
168
168
|
|
|
169
169
|
> [!NOTE]
|
|
170
170
|
> RHEL and derivatives (Rocky, Alma, etc) should use [containers](#badfish-container) instead due to missing libs/dependencies.
|
|
@@ -176,7 +176,7 @@ python3 -m venv bf
|
|
|
176
176
|
source bf/bin/activate
|
|
177
177
|
python3 -m pip install --upgrade build
|
|
178
178
|
python3 -m build
|
|
179
|
-
python3 -m pip install dist/
|
|
179
|
+
python3 -m pip install dist/badfish-*.tar.gz
|
|
180
180
|
```
|
|
181
181
|
> [!TIP]
|
|
182
182
|
> This will allow Badfish to be called from the terminal via the `badfish` command
|
|
@@ -7,10 +7,10 @@ badfish/helpers/exceptions.py,sha256=00Es3q0VEkUMDiDt-FaNfEPMmXdILva4QqxAKFCLK3Y
|
|
|
7
7
|
badfish/helpers/http_client.py,sha256=Ml94tUhpHTeVIe8aFbRJ8ROuh-B4iBj3wU4z59p5zAg,9492
|
|
8
8
|
badfish/helpers/logger.py,sha256=tVGzDVgspIA88uwJ1n9Ga89ut-sEguECJUzCJRm_Vbo,8405
|
|
9
9
|
badfish/helpers/parser.py,sha256=ZId0VSA9zDnhpTjaXhBu4DS8IzdGuJGYaR3GN5EuvLI,8742
|
|
10
|
-
badfish-1.0.
|
|
11
|
-
badfish-1.0.
|
|
12
|
-
badfish-1.0.
|
|
13
|
-
badfish-1.0.
|
|
14
|
-
badfish-1.0.
|
|
15
|
-
badfish-1.0.
|
|
16
|
-
badfish-1.0.
|
|
10
|
+
badfish-1.0.6.dist-info/licenses/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
|
11
|
+
badfish-1.0.6.dist-info/METADATA,sha256=I-I5_-9TntxZBhp-9UxHlp1pY8woFA-A7zQ78dJkOI0,40436
|
|
12
|
+
badfish-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
13
|
+
badfish-1.0.6.dist-info/entry_points.txt,sha256=Fpg4ZrKAnJQfsL6KHFsFE-5z-RAUJPm-L1c0VVYPVBU,46
|
|
14
|
+
badfish-1.0.6.dist-info/top_level.txt,sha256=-OHxYfrQDO7kPx6REmjwwVzwQ5QyMozHou-imfoME28,8
|
|
15
|
+
badfish-1.0.6.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
16
|
+
badfish-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|