Metadata-Version: 2.1
Name: abaqus-mtx-parser
Version: 1.1.2
Summary: A python package to parse *.mtx files generated by the keyword *SUBSTRUCTURE MATRIX OUTPUT in Abaqus.
Author-email: HUANG Lihao <huang-lihao@outlook.com>
Project-URL: Homepage, https://github.com/huang-lihao/abaqus-mtx-parser
Project-URL: Bug Tracker, https://github.com/huang-lihao/abaqus-mtx-parser/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Parser for `*.mtx` files in `Abaqus`
[![GitHub release (with filter)](https://img.shields.io/github/v/release/huang-lihao/abaqus-mtx-parser?logo=github)
](https://github.com/huang-lihao/abaqus-mtx-parser)
[![Upload Python Package](https://github.com/huang-lihao/abaqus-mtx-parser/actions/workflows/python-publish.yml/badge.svg)](https://github.com/huang-lihao/abaqus-mtx-parser/actions/workflows/python-publish.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/abaqus-mtx-parser?logo=pypi)](https://pypi.org/project/abaqus-mtx-parser/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/abaqus-mtx-parser?logo=PyPI)](https://pypi.org/project/abaqus-mtx-parser/)



A python package to parse `*.mtx` files generated by the keyword `*SUBSTRUCTURE MATRIX OUTPUT` in Abaqus.


Install
----------------------
Use PyPI to install [abaqus-mtx-parser](https://pypi.org/project/abaqus-mtx-parser/):
```sh
pip install abaqus-mtx-parser
```
