Skip to content

ponycloud/python-sysfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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