Skip to content

petersulyok/diskinfo

Repository files navigation

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.