Shyna Backend Functionality Package to fetch System information
Project description
Shyna System Information Package
Shyna system info package to fetch all system information
Suggested: NOT TO USE
This will be a small package for the shyna back-end process package. This will help to understand which OS and which system architect we are using. The package is still underdevelopment and new features will be added as Shyna's needs increases.
Following dependencies:
- psutil
- setuptools
- wheel
- urllib3
- tabulate
- GPUtil
from Shynasysinfo import Shsysinfo
cpu_info = Shsysinfo.CPUInfo()
print(cpu_info.get_cpu_details()) # Returns a dictionary
online_status = Shsysinfo.CheckOnline()
print(online_status.test_connection()) # Returns True or False
disk_info = Shsysinfo.DiskInfo()
print(disk_info.get_disk_info()) # Returns a dictionary
mem_info = Shsysinfo.MemoryInfo()
print(mem_info.get_memory_info()) # Returns a dictionary
boot_info = BootTime()
print(boot_info.get_boot_time()) # Returns a dictionary with below details:
#{'year': 2020, 'month': 8, 'day': 20, 'hour': 21, 'minute': 26, 'second': 29}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ShynaSystemInfo-0.4.tar.gz.
File metadata
- Download URL: ShynaSystemInfo-0.4.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94342c3a4447e129e0930ef442d9b9ce96f8d5ec98fa8186ed33849dd8a6139
|
|
| MD5 |
f4468118baccb87c12f60d3bf4fdd133
|
|
| BLAKE2b-256 |
96d551f2f00466adcb3ccd82bfcf0f877f1008c6ac7dfc6de1a5a9a6cbabdfde
|
File details
Details for the file ShynaSystemInfo-0.4-py3-none-any.whl.
File metadata
- Download URL: ShynaSystemInfo-0.4-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1f2087417ec7a1dad418452b67129f33722563c1e29a73f84c64af8ed02b98
|
|
| MD5 |
c9ac9d2b70bf9e1a3046e2a281fc2a57
|
|
| BLAKE2b-256 |
0931cb373d714d9af8f9a7cc4bdd1c0ed25c43feff48c02834736abc8d808483
|