Core utilities to serve HDF5 file contents
Project description
h5grove, core utilities to serve HDF5 file contents
h5grove is a Python package that provides utilities to design backends serving HDF5 file content: attributes, metadata and data. HDF5 files are accessed with h5py.
Documentation
The documentation of the latest release is available here.
Rationale
There are several packages out there that can serve HDF5 files. However, they are dedicated to their usecases and settle on one implementation, hampering reusability.
In addition, some problems arise constantly when designing HDF5 backends. To name a few:
- Resolving external links
- Dealing with compression and slicing of datasets
- Encoding data efficiently and consistently (looking at you,
NaN
,Infinity
in JSON)
h5grove aims at providing building blocks that solve these common problems and can be reused in existing or new backends.
Installation
pip install h5grove
You can use h5grove low-level utilities whatever the backend implementation you choose. Additional utilities are provided for several Python web frameworks but require additional packages that can be installed the following way:
pip install h5grove[fastapi]
pip install h5grove[flask]
pip install h5grove[tornado]
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 h5grove-2.3.0.tar.gz
.
File metadata
- Download URL: h5grove-2.3.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d438f2a4616d64b176e6ff352d23b39027b9f1ab2c9169fcfd6f5f1caca8728 |
|
MD5 | b60a5a64d1591074455cff1aacaadc57 |
|
BLAKE2b-256 | 7f9f1a609b9157e27302fc3038acc033b1a329805015b477d74e29416d38e2f4 |
File details
Details for the file h5grove-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: h5grove-2.3.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7000a5aa64a6d77997ad18296552ec4def62d4e24aa05219b59c535233017fdf |
|
MD5 | 64a93299498bf063eca3d33a113ea4c4 |
|
BLAKE2b-256 | 8e3368a9a534f0c296c509dade2a5113773702fb1ecd1a89905b341ee080acf6 |