public
Description: A Python bindings for ZFS
Clone URL: git://github.com/nkchenz/zfspy.git
zfspy /
name age message
file LICENSE Mon Jun 16 19:58:22 -0700 2008 first commit [nkchenz]
file README Sun Jul 27 01:25:03 -0700 2008 add ZFile, ZDir, we can read file contents and ... [ideer]
file TODO Sun Jul 27 01:25:03 -0700 2008 add ZFile, ZDir, we can read file contents and ... [ideer]
file setup.cfg Fri Jun 20 06:32:30 -0700 2008 Add basic egg package information [nkchenz]
file setup.py Fri Jun 20 06:32:30 -0700 2008 Add basic egg package information [nkchenz]
directory zfspy/ Sun Jul 27 01:25:03 -0700 2008 add ZFile, ZDir, we can read file contents and ... [ideer]
README
ZFSpy
    Python bindings for ZFS 
    Copyright (C) 2008 Chen Zheng <nkchenz@gmail.com> 

    The purpose of this project is to write a python module, which 
    can walk through the zfs filesystem, and can be used to learning
    zfs data structure. zfs write is not supported yet. 

    Distributed under GNU General Public License version 2.

    A working zfs-fuse is needed to play with. 

GIT
    http://github.com/nkchenz/zfspy/tree/master
    git clone git://github.com/nkchenz/zfspy.git 
    
INSTALL
    python setup.py install

WEB
    http://code.google.com/p/zfspy/