Metadata-Version: 2.4
Name: hdfset
Version: 0.0.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Summary: A Python package for reading and writing HDF5 files.
Home-Page: https://github.com/daizutabi/hdfset
Author: daizutabi <daizutabi@gmail.com
Author-email: daizutabi <daizutabi@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://daizutabi.github.io/hdfset/
Project-URL: Source, https://github.com/daizutabi/hdfset
Project-URL: Issues, https://github.com/daizutabi/hdfset/issues

# hdfset

[![PyPI Version][pypi-v-image]][pypi-v-link]
[![Python Version][python-v-image]][python-v-link]
[![Build Status][GHAction-image]][GHAction-link]
[![Coverage Status][codecov-image]][codecov-link]

<!-- Badges -->
[pypi-v-image]: https://img.shields.io/pypi/v/hdfset.svg
[pypi-v-link]: https://pypi.org/project/hdfset/
[python-v-image]: https://img.shields.io/pypi/pyversions/hdfset.svg
[python-v-link]: https://pypi.org/project/hdfset
[GHAction-image]: https://github.com/daizutabi/hdfset/actions/workflows/ci.yml/badge.svg?branch=main&event=push
[GHAction-link]: https://github.com/daizutabi/hdfset/actions?query=event%3Apush+branch%3Amain
[codecov-image]: https://codecov.io/github/daizutabi/hdfset/coverage.svg?branch=main
[codecov-link]: https://codecov.io/github/daizutabi/hdfset?branch=main
