パッケージ: python3-hickle (5.0.3-1)
python3-hickle に関するリンク
Debian の資源:
hickle ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
HDF5 based version of pickle
An HDF5 based clone of 'pickle', with a twist: instead of serializing to a pickle file, Hickle dumps to an HDF5 file (Hierarchical Data Format). It is designed to be a "drop-in" replacement for pickle (for common data objects), but is really an amalgam of 'h5py' and 'pickle' with extended functionality.
That is: 'hickle' is a neat little way of dumping Python variables to HDF5 files that can be read in most programming languages, not just Python. Hickle is fast, and allows for transparent compression of your data (LZF / GZIP).
その他の python3-hickle 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-h5py (>= 2.10.0)
- general-purpose Python interface to hdf5
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)