Metadata-Version: 2.3
Name: damask-parse
Version: 0.6.2
Summary: Input file writers and output file readers for the crystal plasticity code DAMASK.
License: MPL 2.0
Author: Adam Plowman
Author-email: adam.plowman@manchester.ac.uk
Requires-Python: >=3.10,<3.14
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Dist: damask (>=3.0.0,<4.0.0)
Requires-Dist: h5py (>=3.11.0,<4.0.0)
Requires-Dist: numpy (==2.*) ; python_version >= "3.13"
Requires-Dist: numpy (>=1.24.4,<2.0.0) ; python_version < "3.9"
Requires-Dist: numpy (>=1.26.4) ; python_version >= "3.9" and python_version < "3.13"
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: ruamel-yaml (>=0.18.17,<0.19.0)
Requires-Dist: scipy (>=1) ; python_version >= "3.13"
Requires-Dist: scipy (>=1.10.1,<2.0.0) ; python_version < "3.9"
Requires-Dist: scipy (>=1.13.0) ; python_version >= "3.9" and python_version < "3.13"
Description-Content-Type: text/markdown

![PyPI - Version](https://img.shields.io/pypi/v/damask-parse) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/damask-parse)

# damask-parse
Input file writers and output file readers for the crystal plasticity code DAMASK.

## Installation

`pip install damask-parse`

