Metadata-Version: 2.4
Name: dataset-suite
Version: 0.2.0
Summary: Store scientific data in HDF5 files, but with pleasant Python bindings
Author-email: Jakub Dranczewski <jakub.dranczewski@gmail.com>
Project-URL: Homepage, https://github.com/jdranczewski/dataset-suite
Project-URL: Documentation, https://dataset-suite.readthedocs.io
Project-URL: Bug Tracker, https://github.com/jdranczewski/dataset-suite/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: h5py>=3.16.0
Requires-Dist: matplotlib
Requires-Dist: numpy>2.0.0
Dynamic: license-file

Dataset suite (dataset-suite)
=============================

**Store scientific data in HDF5 files, but with pleasant
Python bindings!**

A general data handling toolkit with a powerful class for abstracting away work
with multidimensional set.

* Documentation: https://dataset-suite.readthedocs.io
* Repository: https://github.com/jdranczewski/dataset-suite-pip

Parts of this code were created as part of PhD work supported by the EU ITN EID
project CORAL (GA no. 859841).

Installation
------------
You can install this package from pip::

    pip install dataset-suite

Once installed, all useful functions are in the top-level module::

    import dataset_suite as ds
