Metadata-Version: 1.1
Name: weir
Version: 0.2.0.dev
Summary: A Python API for ZFS
Home-page: https://bitbucket.org/sjdrake/weir
Author: Stephen Drake
Author-email: steve@synergyconsultingnz.com
License: Common Development and Distribution License (CDDL)
Description: Weir
        ====
        Weir is a Python API for ZFS.
        
        Motivation / rationale
        ----------------------
        (combine with description?)
        
        - goals:
        
          - api based on libzfs, but object-oriented, pythonic?
        
          - remote operation
        
        Installation
        ------------
        Requires Python 2.7.
        
        To install Weir, simply:
        
        ``$ pip install weir``
        
        Usage
        -----
        ...
        
        License
        -------
        Licensed under the Common Development and Distribution License (CDDL).
        
Keywords: zfs
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
