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 CHANGED
@@ -19,7 +19,7 @@ https://github.com/thefrolov/rackfish
19
19
 
20
20
  from .client import RedfishClient, RedfishError, RedfishResource
21
21
 
22
- __version__ = "1.0.0"
22
+ __version__ = "1.0.1"
23
23
  __author__ = "Dmitrii Frolov"
24
24
  __email__ = "thefrolov@mts.ru"
25
25
  __license__ = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rackfish
3
- Version: 1.0.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
  [![PyPI version](https://img.shields.io/pypi/v/rackfish.svg)](https://pypi.org/project/rackfish/)
42
42
  [![Python Versions](https://img.shields.io/pypi/pyversions/rackfish.svg)](https://pypi.org/project/rackfish/)
43
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
- [![Build Status](https://github.com/yourusername/rackfish/workflows/CI/badge.svg)](https://github.com/yourusername/rackfish/actions)
45
- [![codecov](https://codecov.io/gh/yourusername/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/rackfish)
44
+ [![Build Status](https://github.com/thefrolov/rackfish/workflows/CI/badge.svg)](https://github.com/thefrolov/rackfish/actions)
45
+ [![codecov](https://codecov.io/gh/thefrolov/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/thefrolov/rackfish)
46
46
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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/yourusername/rackfish.git
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,,
@@ -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,,