LICENSE
README.md
pyproject.toml
./src/pythermondt.egg-info/PKG-INFO
./src/pythermondt.egg-info/SOURCES.txt
./src/pythermondt.egg-info/dependency_links.txt
./src/pythermondt.egg-info/requires.txt
./src/pythermondt.egg-info/top_level.txt
src/pythermondt/__init__.py
src/pythermondt/__pkginfo__.py
src/pythermondt/config.py
src/pythermondt/py.typed
src/pythermondt.egg-info/PKG-INFO
src/pythermondt.egg-info/SOURCES.txt
src/pythermondt.egg-info/dependency_links.txt
src/pythermondt.egg-info/requires.txt
src/pythermondt.egg-info/top_level.txt
src/pythermondt/data/__init__.py
src/pythermondt/data/thermo_container.py
src/pythermondt/data/datacontainer/__init__.py
src/pythermondt/data/datacontainer/attribute_ops.py
src/pythermondt/data/datacontainer/base.py
src/pythermondt/data/datacontainer/core.py
src/pythermondt/data/datacontainer/dataset_ops.py
src/pythermondt/data/datacontainer/group_ops.py
src/pythermondt/data/datacontainer/node.py
src/pythermondt/data/datacontainer/serialization_ops.py
src/pythermondt/data/datacontainer/utils.py
src/pythermondt/data/datacontainer/visualization_ops.py
src/pythermondt/data/units/__init__.py
src/pythermondt/data/units/units.py
src/pythermondt/data/units/utils.py
src/pythermondt/dataset/__init__.py
src/pythermondt/dataset/base_dataset.py
src/pythermondt/dataset/indexed_thermo_dataset.py
src/pythermondt/dataset/thermo_dataset.py
src/pythermondt/dataset/utils.py
src/pythermondt/io/__init__.py
src/pythermondt/io/utils.py
src/pythermondt/io/backends/__init__.py
src/pythermondt/io/backends/azure_backend.py
src/pythermondt/io/backends/base_backend.py
src/pythermondt/io/backends/local_backend.py
src/pythermondt/io/backends/options.py
src/pythermondt/io/backends/progress.py
src/pythermondt/io/backends/s3_backend.py
src/pythermondt/io/parsers/__init__.py
src/pythermondt/io/parsers/base_parser.py
src/pythermondt/io/parsers/edevis_parser.py
src/pythermondt/io/parsers/hdf5_parser.py
src/pythermondt/io/parsers/simulation_parser.py
src/pythermondt/readers/__init__.py
src/pythermondt/readers/azure_reader.py
src/pythermondt/readers/base_reader.py
src/pythermondt/readers/local_reader.py
src/pythermondt/readers/s3_reader.py
src/pythermondt/transforms/__init__.py
src/pythermondt/transforms/augmentation.py
src/pythermondt/transforms/base.py
src/pythermondt/transforms/frequency.py
src/pythermondt/transforms/normalization.py
src/pythermondt/transforms/preprocessing.py
src/pythermondt/transforms/sampling.py
src/pythermondt/transforms/utils.py
src/pythermondt/writers/__init__.py
src/pythermondt/writers/azure_writer.py
src/pythermondt/writers/base_writer.py
src/pythermondt/writers/local_writer.py
src/pythermondt/writers/s3_writer.py
tests/test_config.py