Skip to content

villagertech/python-sysfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%