Metadata-Version: 2.4
Name: struct_post
Version: 0.1.8.1
Summary: A module designed to analyse common structural test results.
Project-URL: Homepage, https://github.com/TimberEng/struct_post
Project-URL: Documentation, https://struct-post.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/TimberEng/struct_post
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
Requires-Dist: requests>=2.32.5
Provides-Extra: doc
Requires-Dist: sphinx>=8.0; extra == "doc"
Requires-Dist: myst-parser>=4.0.1; extra == "doc"
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == "doc"
Requires-Dist: ipykernel>=6.30.1; extra == "doc"
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
