Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h5py/h5py
HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
https://github.com/h5py/h5py
Last synced: 11 days ago
JSON representation
HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
- Host: GitHub
- URL: https://github.com/h5py/h5py
- Owner: h5py
- License: bsd-3-clause
- Created: 2012-09-21T00:40:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T22:52:50.000Z (25 days ago)
- Last Synced: 2024-10-25T12:20:37.567Z (14 days ago)
- Language: Python
- Homepage: http://www.h5py.org
- Size: 9.41 MB
- Stars: 2,081
- Watchers: 58
- Forks: 529
- Open Issues: 295
-
Metadata Files:
- Readme: README.rst
- Changelog: news/TEMPLATE.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
- best-of-python - GitHub - 18% open · ⏱️ 06.06.2024): (Data Containers & Dataframes)
- awesome-starts - h5py/h5py - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. (Python)
- awesome-list - HDF5 for Python - The h5py package is a Pythonic interface to the HDF5 binary data format. (Data Format & I/O / For Python)
- awesome-python-again -
- awesome-python-machine-learning-resources - GitHub - 16% open · ⏱️ 01.07.2022): (数据容器和结构)
README
.. 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=masterHDF5 for Python
===============
`h5py` is a thin, pythonic wrapper around `HDF5 `_,
which runs on Python 3 (3.9+).Websites
--------* Main website: https://www.h5py.org
* Source code: https://github.com/h5py/h5py
* Discussion forum: https://forum.hdfgroup.org/c/hdf5/h5pyInstallation
------------Pre-built `h5py` can either be installed via your Python Distribution (e.g.
`Continuum Anaconda`_, `Enthought Canopy`_) or from `PyPI`_ via `pip`_.
`h5py` is also distributed in many Linux Distributions (e.g. Ubuntu, Fedora),
and in the macOS package managers `Homebrew `_,
`Macports `_, or `Fink `_.More detailed installation instructions, including how to install `h5py` with
MPI support, can be found at: https://docs.h5py.org/en/latest/build.html.Reporting bugs
--------------Open a bug at https://github.com/h5py/h5py/issues. For general questions, ask
on the HDF forum (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/