Metadata-Version: 2.3
Name: bsb-hdf5
Version: 5.0.2
Summary: HDF5 storage engine for the BSB framework.
Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: bsb-core~=5.0
Requires-Dist: bsb-hdf5[test] ; extra == "dev"
Requires-Dist: build~=1.0 ; extra == "dev"
Requires-Dist: twine~=4.0 ; extra == "dev"
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
Requires-Dist: black~=25.0.0 ; extra == "dev"
Requires-Dist: isort~=5.12 ; extra == "dev"
Requires-Dist: snakeviz~=2.1 ; extra == "dev"
Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
Requires-Dist: sphinx~=7.0 ; extra == "docs"
Requires-Dist: sphinxemoji~=0.2 ; extra == "docs"
Requires-Dist: toml~=0.10 ; extra == "docs"
Requires-Dist: furo~=2024.0 ; extra == "docs"
Requires-Dist: sphinx-design~=0.5 ; extra == "docs"
Requires-Dist: sphinx-copybutton~=0.5 ; extra == "docs"
Requires-Dist: bsb-core[parallel] ; extra == "parallel"
Requires-Dist: bsb-test~=4.0 ; extra == "test"
Requires-Dist: coverage~=7.0 ; extra == "test"
Requires-Dist: bsb-core[parallel] ; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: parallel
Provides-Extra: test

[![Build Status](https://github.com/dbbs-lab/bsb-hdf5/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-hdf5/actions/workflows/main.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# bsb-hdf5

`bsb-hdf5` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also 
[bsb-core](https://github.com/dbbs-lab/bsb-core)). 
It contains the storage engine allowing the user to save and load their models' 
in HDF5 files.

