Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Python Interface to Linux Virtual Filesystems - /proc, /sys, and /config

Notifications You must be signed in to change notification settings

ChristopherMacGown/pyvirtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvirtfs

A python package that provides access to the Linux virtual filesystems proc, sys, and configfs.

Examples

from virtfs import sysfs
block = sysfs.block
block.contents
print block.sda1.queue.rotational.contents



from virtfs import procfs
mounts = procfs.mounts
print mounts.contents


from virtfs import configfs
fakenbd = configfs.fakenbd
print fakenbd.contents

About

Python Interface to Linux Virtual Filesystems - /proc, /sys, and /config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages