Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.81 KB

diskinfo

Tests Codecov Documentation Status Issues Supported Python Versions PyPI version

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

Installation

Standard installation from pypi.org:

pip install diskinfo

See the complete list of dependencies and requirements in the documentation.

Demo

The library contains a demo application with multiple screens:

pip install rich
python -m diskinfo.demo

Demo screen

See more demo screens in the documentation.

API documentation

The detailed API documentation can be found on readthedocs.io.