Metadata-Version: 2.4
Name: struct_post
Version: 0.1.4
Summary: A module designed to analyse common structural test results.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.6
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.3.2
Dynamic: license-file

# struct_post

A module designed to analyze common structural test results.  

The common structural tests include:

- Material coupon test  
- Four-point bending test  
- Three-point bending test  

## Installation

You can install `struct_post` directly from PyPI:

```bash
pip install struct_post
