用户可通过该项目在 Python 中便捷操作 HDF5 文件。它是 HDF5 的轻量级 Python 封装,支持 Python 3.9+,提供简洁接口,便于数据存储与处理。【此简介由AI生成】
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 2 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 3 年前 | ||
| 11 个月前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 3 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 |
.. image:: https://travis-ci.org/h5py/h5py.png :target: https://travis-ci.org/h5py/h5py .. image:: https://ci.appveyor.com/api/projects/status/h3iajp4d1myotprc/branch/master?svg=true :target: https://ci.appveyor.com/project/h5py/h5py/branch/master .. image:: https://dev.azure.com/h5pyappveyor/h5py/_apis/build/status/h5py.h5py?branchName=master :target: https://dev.azure.com/h5pyappveyor/h5py/_build/latest?definitionId=1&branchName=master
Python 版 HDF5
h5py 是一个轻量级、符合 Python 风格的 HDF5 封装库,支持 Python 3(3.9 及以上版本)。
官方网站
- 主站: https://www.h5py.org
- 源代码: https://github.com/h5py/h5py
- 讨论区: https://forum.hdfgroup.org/c/hdf5/h5py
安装指南
预编译版 h5py 可通过 Python 发行版(如 Continuum Anaconda、Enthought Canopy)或通过 pip_ 从 PyPI_ 安装。h5py 也被包含在许多 Linux 发行版(如 Ubuntu、Fedora)以及 macOS 包管理器 Homebrew、Macports 或 Fink 中。
更详细的安装说明,包括如何安装支持 MPI 的 h5py,请访问:https://docs.h5py.org/en/latest/build.html。
问题反馈
请在 https://github.com/h5py/h5py/issues 提交问题。一般性问题可咨询 HDF 论坛(https://forum.hdfgroup.org/c/hdf5/h5py)。
.. _Continuum Anaconda: http://continuum.io/downloads
.. _Enthought Canopy: https://www.enthought.com/products/canopy/
.. _PyPI: https://pypi.org/project/h5py/
.. _pip: https://pip.pypa.io/en/stable/