Package: openzfs-python3-pyzfs
Source: openzfs-linux
Version: 2.3.4-2
Architecture: amd64
Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
Installed-Size: 373
Depends: python3-cffi, openzfs-zfsutils (= 2.3.4-2), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any
Conflicts: python3-pyzfs
Replaces: python3-pyzfs
Provides: python3-pyzfs
Section: contrib/python
Priority: optional
Homepage: https://openzfs.org/
Description: wrapper for libzfs_core C library
 libzfs_core is intended to be a stable interface for programmatic
 administration of ZFS. This wrapper provides one-to-one wrappers for
 libzfs_core API functions, but the signatures and types are more natural to
 Python.
 .
 nvlists are wrapped as dictionaries or lists depending on their usage.
 Some parameters have default values depending on typical use for
 increased convenience. Enumerations and bit flags become strings and lists
 of strings in Python. Errors are reported as exceptions rather than integer
 errno-style error codes.  The wrapper takes care to provide one-to-many
 mapping of the error codes to the exceptions by interpreting a context
 in which the error code is produced.
