KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
diskinfo
★ 12
Open GitHub ↗
Disk information Python library for Linux.
Download README (.md)
Explore Similar Repositories
AFFiNE-docs-archive
:
AFFiNE Docs - This GItHub is synced with the AFFiNE GitBook.
xpo
:
No description available.
owd-website
:
OWD's website
Traffic-Counter-RPi_64-bit
:
A fully functional traffic counter on a bare Raspberry Pi 4 with MQTT and remote live viewer
chocolate_blitzbasic2
:
Minor update for Blitz Basic 2 (Amiga)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
diskinfo
?
Download (.md)
# diskinfo [](https://github.com/petersulyok/diskinfo/actions/workflows/tests.yml) [](https://app.codecov.io/gh/petersulyok/diskinfo) [](https://diskinfo.readthedocs.io/en/latest/?badge=latest) [](https://github.com/petersulyok/diskinfo/issues) [](https://pypi.org/project/diskinfo) [](https://badge.fury.io/py/diskinfo) Disk information Python library can assist in collecting disk information on Linux. In more details, it can: - collect information about a specific disk - explore all existing disks in the system - translate between traditional and persistent disk names - read current disk temperature - read SMART data of a disk - read partition list of a disk - read raw file system information of a disk Installation ------------ Standard installation from [pypi.org](https://pypi.org): pip install diskinfo See the complete list of dependencies and requirements in the [documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#installation). Demo ---- The library contains a demo application with multiple screens: pip install rich python -m diskinfo.demo  See more demo screens in the [documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#demo). API documentation ----------------- The detailed API documentation can be found on [readthedocs.io](https://diskinfo.readthedocs.io/en/latest/index.html).