套件:pyzfs-doc(2.3.0-1~exp1) [contrib]
pyzfs-doc 的相關連結
Debian 的資源:
下載原始碼套件 zfs-linux:
維護小組:
- Debian ZFS on Linux maintainers (QA 頁面)
- Aron Xu (QA 頁面)
- Carlos Alberto Lopez Perez (QA 頁面)
- Mo Zhou (QA 頁面)
- Shengqi Chen (QA 頁面)
外部的資源:
- 主頁 [zfsonlinux.org]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
wrapper for libzfs_core C library (documentation)
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.
This package contains the documentation.
其他與 pyzfs-doc 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- rec: python3-pyzfs
- wrapper for libzfs_core C library