Metadata-Version: 2.4
Name: cmslh5
Version: 0.1.2
Summary: Read, write, and analyse COMSOL HDF5 result files (.cmslh5)
Author: S. K. Sinha
License: MIT
Project-URL: Repository, https://github.com/sksinha/cmslh5
Keywords: comsol,hdf5,fem,post-processing,cfd
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py>=3.0
Requires-Dist: numpy>=1.22
Requires-Dist: scipy>=1.8
Provides-Extra: convert
Requires-Dist: mph>=1.2; extra == "convert"
Provides-Extra: plot
Requires-Dist: matplotlib>=3.5; extra == "plot"
Provides-Extra: all
Requires-Dist: cmslh5[convert,plot]; extra == "all"
Provides-Extra: dev
Requires-Dist: cmslh5[all]; extra == "dev"
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file
