diff --git a/docs/README.html b/docs/README.html index 94aa6b2..7eb3199 100644 --- a/docs/README.html +++ b/docs/README.html @@ -4,7 +4,7 @@
- +Get processor information for macOS.
-lib_path – Path to the library executable.
-Get processor information for Linux.
-lib_path – Path to the library file.
-Get processor information for Windows.
-lib_path – Path to the library file.
-Get disks attached to Linux devices.
lib_path – Returns the library path for disk information.
-Returns disks information for Linux distros.
+Returns disks information for Linux distros.
List[Dict[str, str]]
+List[Dict[str, str]]
Get disks attached to macOS devices.
lib_path – Returns the library path for disk information.
-Returns disks information for macOS devices.
+Returns disks information for macOS devices.
List[Dict[str, str]]
+List[Dict[str, str]]
Get physical drives connected to a Windows machine.
lib_path – Library path for disk information.
-Returns the formatted data for all the drives as a list of key-value pairs.
+Returns the formatted data for all the drives as a list of key-value pairs.
List[Dict[str, str]]
+List[Dict[str, str]]
Powershell Core command to get physical disks and their partitions with drive letters (mount points).
lib_path – Library path for disk information.
-List of tuples with disk_number, partition_number, mount_point.
+List of tuples with disk_number, partition_number, mount_point.
List[Tuple[str, str, str]]
+List[Tuple[str, str, str]]
Get all physical disks and their partitions with mount points.
lib_path – Library path for disk information.
-Returns a dictionary of DeviceID as key and mount paths as value.
+Returns a dictionary of DeviceID as key and mount paths as value.
Dict[str, List[str]]
+Dict[str, List[str]]
Get disks attached to Windows devices.
lib_path – Library path for disk information.
-Returns disks information for Windows machines.
+Returns disks information for Windows machines.
List[Dict[str, str]]
+List[Dict[str, str]]
Get GPU model and vendor information for Linux operating system.
lib_path – Library path to get GPU information.
-Returns a list of GPU model and vendor information.
+Returns a list of GPU model and vendor information.
List[Dict[str, str]]
+List[Dict[str, str]]
Get GPU model and vendor information for Linux operating system.
lib_path – Library path to get GPU information.
-Returns a list of GPU model and vendor information.
+Returns a list of GPU model and vendor information.
List[Dict[str, str]]
+List[Dict[str, str]]
Get GPU model and vendor information for Windows operating system.
lib_path – Library path to get GPU information.
-Returns a list of GPU model and vendor information.
+Returns a list of GPU model and vendor information.
List[Dict[str, str]]
+List[Dict[str, str]]