• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmarks/H16-Nov-2021-240208

docs/H16-Nov-2021-6,3154,437

docs_api/H16-Nov-2021-1,7231,084

examples/H16-Nov-2021-1,036736

h5py/H03-May-2022-27,56120,626

h5py.egg-info/H03-May-2022-4639

licenses/H03-May-2022-

lzf/H03-May-2022-1,125555

LICENSEH A D09-May-20211.5 KiB3125

MANIFEST.inH A D09-May-20211 KiB5143

PKG-INFOH A D16-Nov-20211.7 KiB4639

README.rstH A D08-Jul-20211.7 KiB4332

api_gen.pyH A D09-May-202110.2 KiB306234

asv.conf.jsonH A D09-May-20216.7 KiB161138

dev-install.shH A D19-May-2021375 93

pylintrcH A D09-May-202111.5 KiB378257

pyproject.tomlH A D10-Nov-2021386 1413

pytest.iniH A D09-May-2021109 54

setup.cfgH A D16-Nov-202138 53

setup.pyH A D16-Nov-20214.3 KiB13187

setup_build.pyH A D09-May-20216.1 KiB195139

setup_configure.pyH A D09-May-20219.1 KiB284221

tox.iniH A D16-Nov-20212.3 KiB9985

README.rst

1.. image:: https://travis-ci.org/h5py/h5py.png
2   :target: https://travis-ci.org/h5py/h5py
3.. image:: https://ci.appveyor.com/api/projects/status/h3iajp4d1myotprc/branch/master?svg=true
4   :target: https://ci.appveyor.com/project/h5py/h5py/branch/master
5.. image:: https://dev.azure.com/h5pyappveyor/h5py/_apis/build/status/h5py.h5py?branchName=master
6   :target: https://dev.azure.com/h5pyappveyor/h5py/_build/latest?definitionId=1&branchName=master
7
8HDF5 for Python
9===============
10`h5py` is a thin, pythonic wrapper around `HDF5 <https://portal.hdfgroup.org/display/HDF5/>`_,
11which runs on Python 3 (3.6+).
12
13Websites
14--------
15
16* Main website: https://www.h5py.org
17* Source code: https://github.com/h5py/h5py
18* Mailing list: https://groups.google.com/d/forum/h5py
19
20Installation
21------------
22
23Pre-build `h5py` can either be installed via your Python Distribution (e.g.
24`Continuum Anaconda`_, `Enthought Canopy`_) or from `PyPI`_ via `pip`_.
25`h5py` is also distributed in many Linux Distributions (e.g. Ubuntu, Fedora),
26and in the MacOS package managers `Homebrew <https://brew.sh/>`_,
27`Macports <https://www.macports.org/>`_, or `Fink <http://finkproject.org/>`_.
28
29More detailed installation instructions, including how to install `h5py` with
30MPI support, can be found at: https://docs.h5py.org/en/latest/build.html.
31
32
33Reporting bugs
34--------------
35
36Open a bug at https://github.com/h5py/h5py/issues.  For general questions, ask
37on the HDF forum (https://forum.hdfgroup.org/c/hdf-tools/h5py).
38
39.. _`Continuum Anaconda`: http://continuum.io/downloads
40.. _`Enthought Canopy`: https://www.enthought.com/products/canopy/
41.. _`PyPI`: https://pypi.org/project/h5py/
42.. _`pip`: https://pip.pypa.io/en/stable/
43