Metadata-Version: 2.4
Name: matrix2str
Version: 1.0.0
Summary: A Python package to convert numpy matrices to formatted strings
Author-email: TL <deahnlgon@gmail.com>
License: MIT
License-File: LICENSE
Keywords: formatting,matrix,matrix to string,numpy
Requires-Python: >=3.13.2
Requires-Dist: numpy>=2.2.3
Description-Content-Type: text/markdown

# matrix2str

A Python package to convert NumPy matrices into formatted strings with customizable precision and alignment.

## Installation

Install via pip:
```bash
pip install matrix2str
```