GitHub - ponycloud/python-sysfs: Python SysFS interface · GitHub
Skip to content

ponycloud/python-sysfs

Folders and files

Repository files navigation

Simplistic Python SysFS interface.

Usage

from sysfs import sys

for bdev in sys.block:
    print bdev, str(int(bdev.size) / 1024 / 1024) + 'M'

About

Python SysFS interface

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages