struct_post 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
struct_post/beam.py CHANGED
@@ -72,7 +72,7 @@ def beam_lvmdata_file(file_name, force_index=2, displ_index=3,
72
72
 
73
73
  return df_new, file_name[:-4]
74
74
 
75
- def four_point_bending (data: DataFrame,
75
+ def beam_four_point_bending (data: DataFrame,
76
76
  width: float,
77
77
  depth: float,
78
78
  beam_span: float):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: struct_post
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: A module designed to analyse common structural test results.
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -9,6 +9,12 @@ Requires-Dist: matplotlib>=3.10.6
9
9
  Requires-Dist: openpyxl>=3.1.5
10
10
  Requires-Dist: pandas>=2.3.2
11
11
  Requires-Dist: requests>=2.32.5
12
+ Provides-Extra: doc
13
+ Requires-Dist: sphinx>=8.0; extra == "doc"
14
+ Requires-Dist: myst-parser>=4.0.1; extra == "doc"
15
+ Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
16
+ Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == "doc"
17
+ Requires-Dist: ipykernel>=6.30.1; extra == "doc"
12
18
  Dynamic: license-file
13
19
 
14
20
  # struct_post
@@ -0,0 +1,9 @@
1
+ struct_post/__init__.py,sha256=aNaAaoGGLodY5FTsVGCnUhzuXW9F50Mi_7xm-nQ-xFg,182
2
+ struct_post/beam.py,sha256=Th0PIC9elxXu39dZaiHqB2wr27O2ymun1-_SdU6vdbs,5753
3
+ struct_post/coupon.py,sha256=vLHHSc37DaZFYQmx8zDHpa0S0CEgPlfbtedx9gGZY6o,11886
4
+ struct_post/read_lvm_file.py,sha256=3x-vbkgEQ-G3f939euIMqwjzVEt9zHtvNneYd1-ViDw,2539
5
+ struct_post-0.1.8.dist-info/licenses/LICENSE,sha256=0KCwPGoSiY1zA6U97FZJob9MJbaJOo6sRZF-xv6A1YI,1089
6
+ struct_post-0.1.8.dist-info/METADATA,sha256=-4LIRXmrEOQnFGnoV2riHOJiePuBUCIED2Jvw0EyjH4,963
7
+ struct_post-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ struct_post-0.1.8.dist-info/top_level.txt,sha256=jgiqPN0SMTMUomzOey9HfIrScTFmOzyuLpwIJ-Sz1-0,12
9
+ struct_post-0.1.8.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- struct_post/__init__.py,sha256=aNaAaoGGLodY5FTsVGCnUhzuXW9F50Mi_7xm-nQ-xFg,182
2
- struct_post/beam.py,sha256=ftoh-J_7SCJUdptUnLgCXrvvHSKyACr0D8ZFJT0358s,5748
3
- struct_post/coupon.py,sha256=vLHHSc37DaZFYQmx8zDHpa0S0CEgPlfbtedx9gGZY6o,11886
4
- struct_post/read_lvm_file.py,sha256=3x-vbkgEQ-G3f939euIMqwjzVEt9zHtvNneYd1-ViDw,2539
5
- struct_post-0.1.7.dist-info/licenses/LICENSE,sha256=0KCwPGoSiY1zA6U97FZJob9MJbaJOo6sRZF-xv6A1YI,1089
6
- struct_post-0.1.7.dist-info/METADATA,sha256=i34uSxS4iIRHSFZHE6qXm2b2OxY9nNjaJ0Wc8oZj6v0,689
7
- struct_post-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- struct_post-0.1.7.dist-info/top_level.txt,sha256=jgiqPN0SMTMUomzOey9HfIrScTFmOzyuLpwIJ-Sz1-0,12
9
- struct_post-0.1.7.dist-info/RECORD,,