Metadata-Version: 2.1
Name: hdfstream
Version: 0.0.6
Summary: Python client for HDF5/messagepack streaming service.
Author-email: John Helly <j.c.helly@durham.ac.uk>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: msgpack
Requires-Dist: msgpack-numpy

# Client module for HDF5 messagepack streaming service

This module provides facilities to access remote HDF5 files via streaming
in messagepack format. See the service documentation for details.
