/zfspy

A Python bindings for ZFS

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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/