rackfish 1.0.0__py3-none-any.whl → 1.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.
- rackfish/__init__.py +1 -1
- {rackfish-1.0.0.dist-info → rackfish-1.0.1.dist-info}/METADATA +4 -4
- rackfish-1.0.1.dist-info/RECORD +7 -0
- rackfish-1.0.0.dist-info/RECORD +0 -7
- {rackfish-1.0.0.dist-info → rackfish-1.0.1.dist-info}/WHEEL +0 -0
- {rackfish-1.0.0.dist-info → rackfish-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {rackfish-1.0.0.dist-info → rackfish-1.0.1.dist-info}/top_level.txt +0 -0
rackfish/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rackfish
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: A lightweight, dynamic Python client for Redfish BMC APIs
|
5
5
|
Author-email: Dmitrii Frolov <thefrolov@mts.ru>
|
6
6
|
License: MIT
|
@@ -41,8 +41,8 @@ Dynamic: license-file
|
|
41
41
|
[](https://pypi.org/project/rackfish/)
|
42
42
|
[](https://pypi.org/project/rackfish/)
|
43
43
|
[](https://opensource.org/licenses/MIT)
|
44
|
-
[](https://github.com/thefrolov/rackfish/actions)
|
45
|
+
[](https://codecov.io/gh/thefrolov/rackfish)
|
46
46
|
[](https://github.com/psf/black)
|
47
47
|
|
48
48
|
A lightweight, dynamic Python client for interacting with Redfish BMC (Baseboard Management Controller) APIs. Provides intuitive access to server hardware management through lazy-loaded object graphs, automatic OEM property surfacing, and validated action invocation.
|
@@ -80,7 +80,7 @@ pip install rackfish
|
|
80
80
|
### From source
|
81
81
|
|
82
82
|
```bash
|
83
|
-
git clone https://github.com/
|
83
|
+
git clone https://github.com/thefrolov/rackfish.git
|
84
84
|
cd rackfish
|
85
85
|
pip install -e .
|
86
86
|
```
|
@@ -0,0 +1,7 @@
|
|
1
|
+
rackfish/__init__.py,sha256=gXLovtZSL_Od0gBj5huedVcJ30ufDLRwYJxTV7eE7Q0,866
|
2
|
+
rackfish/client.py,sha256=4eOyfQtqo9kbvzxiV2DqyeM6t4fgAnKbj3odpiS9dmY,23225
|
3
|
+
rackfish-1.0.1.dist-info/licenses/LICENSE,sha256=RqhA3IjOD-4eEnG-vVcLLU1vdpVCUyCQpytsCP3P0Q0,1071
|
4
|
+
rackfish-1.0.1.dist-info/METADATA,sha256=55T2anIwPlDVEw1vnYT5fuAs-ZzVN4Vs6F4tEdwq9qA,11215
|
5
|
+
rackfish-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
rackfish-1.0.1.dist-info/top_level.txt,sha256=71o_wqNuMF4jtlGbXuI2-Epzd2a9oSizMmdcG3Sw_Mo,9
|
7
|
+
rackfish-1.0.1.dist-info/RECORD,,
|
rackfish-1.0.0.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
rackfish/__init__.py,sha256=A_g1mxZrVYvpxU7J8jDqwbscTDzYD0a2E6IFsJg2kPA,866
|
2
|
-
rackfish/client.py,sha256=4eOyfQtqo9kbvzxiV2DqyeM6t4fgAnKbj3odpiS9dmY,23225
|
3
|
-
rackfish-1.0.0.dist-info/licenses/LICENSE,sha256=RqhA3IjOD-4eEnG-vVcLLU1vdpVCUyCQpytsCP3P0Q0,1071
|
4
|
-
rackfish-1.0.0.dist-info/METADATA,sha256=tuFKj_zm_YiPlC5ozyHbnW3L4P8PeuezIm9UEBqRJ00,11230
|
5
|
-
rackfish-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
rackfish-1.0.0.dist-info/top_level.txt,sha256=71o_wqNuMF4jtlGbXuI2-Epzd2a9oSizMmdcG3Sw_Mo,9
|
7
|
-
rackfish-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|