GitHub - rmackinnon/python-sysfs: Python SysFS interface (dev fork) · GitHub
Skip to content

rmackinnon/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 (dev fork)

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Python 100.0%