nkchenz / zfspy

A Python bindings for ZFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A Python bindings for ZFS

License:GNU General Public License v2.0


Languages

Language:Python 100.0%