Metadata-Version: 2.1
Name: mstarpypost
Version: 1.0.13
Summary: M-Star CFD Python Post Utilities
License: BSD 3-Clause License
License-File: LICENSE.txt
Requires-Dist: vtk
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: pillow
Requires-Dist: pyarrow
Requires-Dist: pydantic
Requires-Dist: reportlab
Requires-Dist: matplotlib
Requires-Dist: importlib-metadata; python_version >= "3.9"
Provides-Extra: gui
Requires-Dist: PySide6; extra == "gui"
Provides-Extra: packages
Requires-Dist: mstarpypost; extra == "packages"


============================
M-Star CFD Python Post
============================

This package contains post-processing utilities to help interact with M-Star CFD output VTK files

The following scripts/commands are available -- 

- ``mstar-convert-particles`` - convert particle data to CSV and Apache Parquet formats
- ``mstar-batch-post`` - run batch post-processing using JSON input file
- ``mstar-stats-gui`` - a basic Qt based GUI that can quickly show the ``Stats/`` output data

