libstatgrab

a cross platform library for accessing system statistics

pystatgrab

What is pystatgrab?

pystatgrab is a set of Python bindings for the libstatgrab library. It installs as a module and provides a set of function calls with identical names to the libstatgrab functions. The returned data types also map logically on to the structures returned by libstatgrab.

pystatgrab should work on any platform that libstatgrab will work on and supports both Python 2 and Python 3. Currently, pystatgrab requires version 0.91 or later of libstatgrab.

pystatgrab is licensed under the GNU LGPL.

Current version

The current release is pystatgrab 0.7.2 released on 24 December 2023.

It regenerated the library using a newer version of Cython which provided support for more recent Python 3 versions.

Downloading

All versions of pystatgrab can be downloaded from GitHub. Downloads are signed using our key (download here):

pub   rsa4096/0xA12F416AA37F3BD7 2013-08-07 [SC] [expires: 2024-07-14]
      Key fingerprint = 4AD8 6566 CAD0 3297 A980  4702 A12F 416A A37F 3BD7
uid                   [  full  ] i-scream Development Team <dev@i-scream.org>
sub   rsa4096/0x29E38BE8BCE83B45 2013-08-07 [E] [expires: 2024-07-14]

For installation instructions see the README file contained within the archive. If you’re using FreeBSD you can make use of the devel/py-statgrab port to install pystatgrab (and libstatgrab) for you.

Bug reporting and development

Bugs should be reported on the GitHub issues page. Please include as much information as possible.

If you want to submit changes please open a Pull Request.