Metadata-Version: 2.1
Name: h5pydantic
Version: 0.2.0
Summary: Pydantic models for HDF5 files.
Home-page: https://gitlab.com/clinton.roy/h5pydantic
License: PSF
Author: Clinton Roy
Author-email: clinton.roy@gmail.com
Requires-Python: >=3.9,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: File Formats
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: h5py (>=3.8.0,<4.0.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Project-URL: Documentation, https://h5pydantic.readthedocs.io/
Project-URL: Repository, https://gitlab.com/clinton.roy/h5pydantic
Description-Content-Type: text/markdown

h5pydantic is a Pydantic based library aimed at making it easier for
scientists to organise their HDF5 files, by writing Python models of
their experiments.

The library is inspired by the need of the Australian Synchrotron
during the commissioning of our new beamlines under the BRIGHT
program. The library is currently under development.

