A pure python HDF5 file reader
Project description
pyfive : A pure Python HDF5 file reader
pyfive is an open source library for reading HDF5 files written using pure Python (no C extensions). The package is still in development and not all features of HDF5 files are supported. For a more mature Python library for read and writing HDF5 files, try h5py.
pyfive aims to support the same API as h5py for reading files. Cases where a file uses a feature that is supported by h5py but not pyfive are considered bug and should be reported on the issue tracker. Writing HDF5 is not a goal of pyfive and portions of the API which apply only to writing will not be implemented.
Dependencies
pyfive is tested to work with Python 3.8 to 3.13. It may also work with other Python versions.
The only dependencies to run the software besides Python is NumPy.
Install
pyfive can be installed using pip using the command:
pip install pyfive
conda package are also available from conda-forge which can be installed:
conda install -c conda-forge pyfive
To install from source in your home directory use:
python setup.py install --user
The library can also be imported directly from the source directory.
Development
git
You can check out the latest pyfive souces with the command:
git clone https://github.com/jjhelmus/pyfive.git
testing
pyfive comes with a test suite in the tests directory. These tests can be exercised using the commands pytest from the root directory assuming the pytest package is installed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyfive-0.4.0.tar.gz
.
File metadata
- Download URL: pyfive-0.4.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ff913e0dc9a26c1bcbe28887f7a30ef9de95330054d868491c510ee288f817e |
|
MD5 | b06bbf85d5514cbe9c071c0e291dda84 |
|
BLAKE2b-256 | bd3f1f8e23f0cfe1df6125ca41a3a1748a86a3fb7e997c28a67f74c2219f01fc |
Provenance
File details
Details for the file pyfive-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyfive-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19afd3629f47536e91b6b7af830da2ce4e8dc7ceb2ee87e4313c010e3399a80c |
|
MD5 | 2d1b8ebee9f7caa34bb9fecbfea2b110 |
|
BLAKE2b-256 | 03860333af8ae48ed9cc1bfc64958de48f3bc59a098c31e197895b524b76fb6a |