パッケージ: pyzfs-doc (2.1.11-1~bpo11+1) [contrib]
pyzfs-doc に関するリンク
Debian の資源:
zfs-linux ソースパッケージをダウンロード:
- [zfs-linux_2.1.11-1~bpo11+1.dsc]
- [zfs-linux_2.1.11.orig.tar.gz]
- [zfs-linux_2.1.11-1~bpo11+1.debian.tar.xz]
メンテナ:
- Debian ZFS on Linux maintainers (QA ページ)
- Aron Xu (QA ページ)
- Carlos Alberto Lopez Perez (QA ページ)
- Mo Zhou (QA ページ)
外部の資源:
- ホームページ [zfsonlinux.org]
類似のパッケージ:
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 (>= 2.4.3-5~)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- rec: python3-pyzfs
- wrapper for libzfs_core C library