Metadata-Version: |
2.1 |
Name: |
system-query |
Version: |
0.4.0 |
Summary: |
Comprehensive and concise system information querying tool. |
Author: |
Aleksandr Drozd, Emil Vatai, Mateusz Bysiek |
Author-Email: |
mateusz.bysiek[at]gmail.com |
Maintainer: |
Mateusz Bysiek |
Maintainer-Email: |
mateusz.bysiek[at]gmail.com |
Home-Page: |
https://github.com/mbdevpl/system-query |
License: |
Apache License 2.0 |
Keywords: |
system,software,hardware |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: MacOS |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: System :: Hardware |
Classifier: |
Topic :: System :: Monitoring |
Classifier: |
Topic :: System :: Operating System |
Classifier: |
Topic :: System :: Systems Administration |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.9 |
Requires-Dist: |
boilerplates[logging] (~=1.0) |
Requires-Dist: |
version-query (~=1.5) |
Requires-Dist: |
psutil (~=6.1); extra == "all" |
Requires-Dist: |
pint (~=0.22); extra == "all" |
Requires-Dist: |
py-cpuinfo (~=9.0); extra == "all" |
Requires-Dist: |
numpy (>=1.6); extra == "all" |
Requires-Dist: |
pycuda (>=2022.1); extra == "all" |
Requires-Dist: |
pyudev (~=0.24.0); extra == "all" |
Requires-Dist: |
psutil (~=6.1); extra == "cpu" |
Requires-Dist: |
pint (~=0.22); extra == "cpu" |
Requires-Dist: |
py-cpuinfo (~=9.0); extra == "cpu" |
Requires-Dist: |
numpy (>=1.6); extra == "gpu" |
Requires-Dist: |
pycuda (>=2022.1); extra == "gpu" |
Requires-Dist: |
pyudev (~=0.24.0); extra == "hdd" |
Requires-Dist: |
psutil (~=6.1); extra == "ram" |
Requires-Dist: |
psutil (~=6.1); extra == "swap" |
Provides-Extra: |
all |
Provides-Extra: |
cpu |
Provides-Extra: |
gpu |
Provides-Extra: |
hdd |
Provides-Extra: |
ram |
Provides-Extra: |
swap |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |
License-File: |
NOTICE |