struct_post 0.1.2__py3-none-any.whl → 0.1.3__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/__init__.py +7 -0
- struct_post-0.1.3.dist-info/METADATA +28 -0
- struct_post-0.1.3.dist-info/RECORD +7 -0
- struct_post-0.1.3.dist-info/top_level.txt +1 -0
- struct_post-0.1.2.dist-info/METADATA +0 -17
- struct_post-0.1.2.dist-info/RECORD +0 -6
- struct_post-0.1.2.dist-info/top_level.txt +0 -1
- /postanalysis.py → /struct_post/postanalysis.py +0 -0
- {struct_post-0.1.2.dist-info → struct_post-0.1.3.dist-info}/WHEEL +0 -0
- {struct_post-0.1.2.dist-info → struct_post-0.1.3.dist-info}/licenses/LICENSE +0 -0
struct_post/__init__.py
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: struct_post
|
3
|
+
Version: 0.1.3
|
4
|
+
Summary: A module designed to analyse common structural test results.
|
5
|
+
Requires-Python: >=3.10
|
6
|
+
Description-Content-Type: text/markdown
|
7
|
+
License-File: LICENSE
|
8
|
+
Requires-Dist: matplotlib>=3.10.6
|
9
|
+
Requires-Dist: openpyxl>=3.1.5
|
10
|
+
Requires-Dist: pandas>=2.3.2
|
11
|
+
Dynamic: license-file
|
12
|
+
|
13
|
+
# struct_post
|
14
|
+
|
15
|
+
A module designed to analyze common structural test results.
|
16
|
+
|
17
|
+
The common structural tests include:
|
18
|
+
|
19
|
+
- Material coupon test
|
20
|
+
- Four-point bending test
|
21
|
+
- Three-point bending test
|
22
|
+
|
23
|
+
## Installation
|
24
|
+
|
25
|
+
You can install `struct_post` directly from PyPI:
|
26
|
+
|
27
|
+
```bash
|
28
|
+
pip install struct_post
|
@@ -0,0 +1,7 @@
|
|
1
|
+
struct_post/__init__.py,sha256=Ar5laTT1WBJdruVSNNZ0hCbIkBaXO-W1n5GF5_DX6e8,138
|
2
|
+
struct_post/postanalysis.py,sha256=pi-aGs-EnKosq7QwPR1unskTVoNZ8kZ3o3gQjlFSf34,9835
|
3
|
+
struct_post-0.1.3.dist-info/licenses/LICENSE,sha256=0KCwPGoSiY1zA6U97FZJob9MJbaJOo6sRZF-xv6A1YI,1089
|
4
|
+
struct_post-0.1.3.dist-info/METADATA,sha256=9EE0TZ0kJrpe1Z34IoSIG649Ajuo8R8g7mqjIvVEL50,656
|
5
|
+
struct_post-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
struct_post-0.1.3.dist-info/top_level.txt,sha256=jgiqPN0SMTMUomzOey9HfIrScTFmOzyuLpwIJ-Sz1-0,12
|
7
|
+
struct_post-0.1.3.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
struct_post
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: struct_post
|
3
|
-
Version: 0.1.2
|
4
|
-
Summary: A module designed to analyse common structural test results.
|
5
|
-
Requires-Python: >=3.10
|
6
|
-
Description-Content-Type: text/markdown
|
7
|
-
License-File: LICENSE
|
8
|
-
Requires-Dist: matplotlib>=3.10.6
|
9
|
-
Requires-Dist: openpyxl>=3.1.5
|
10
|
-
Requires-Dist: pandas>=2.3.2
|
11
|
-
Dynamic: license-file
|
12
|
-
|
13
|
-
# struct_post
|
14
|
-
A module designed to analyze common structural test results. The common stuctural tests include:
|
15
|
-
- Material coupon test
|
16
|
-
- Four-pont bending test
|
17
|
-
- Three-point bending test
|
@@ -1,6 +0,0 @@
|
|
1
|
-
postanalysis.py,sha256=pi-aGs-EnKosq7QwPR1unskTVoNZ8kZ3o3gQjlFSf34,9835
|
2
|
-
struct_post-0.1.2.dist-info/licenses/LICENSE,sha256=0KCwPGoSiY1zA6U97FZJob9MJbaJOo6sRZF-xv6A1YI,1089
|
3
|
-
struct_post-0.1.2.dist-info/METADATA,sha256=BNebudq4dP9wnJJ9nakZ0ikJ3gq945C2yzUp0Px6oyM,543
|
4
|
-
struct_post-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
-
struct_post-0.1.2.dist-info/top_level.txt,sha256=w8N_TPoCcb27x8PfGqVkxXpLC4jkch4gphmkmiWETS4,13
|
6
|
-
struct_post-0.1.2.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
postanalysis
|
File without changes
|
File without changes
|
File without changes
|