struct_post 0.1.2__tar.gz → 0.1.3__tar.gz

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.
@@ -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,16 @@
1
+ # struct_post
2
+
3
+ A module designed to analyze common structural test results.
4
+
5
+ The common structural tests include:
6
+
7
+ - Material coupon test
8
+ - Four-point bending test
9
+ - Three-point bending test
10
+
11
+ ## Installation
12
+
13
+ You can install `struct_post` directly from PyPI:
14
+
15
+ ```bash
16
+ pip install struct_post
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "struct_post"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "A module designed to analyse common structural test results."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -0,0 +1,7 @@
1
+ # struct_post/__init__.py
2
+
3
+ from importlib import metadata
4
+
5
+ __version__ = metadata.version("struct_post")
6
+
7
+ from . import postanalysis
@@ -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
@@ -1,7 +1,8 @@
1
1
  LICENSE
2
2
  README.md
3
- postanalysis.py
4
3
  pyproject.toml
4
+ struct_post/__init__.py
5
+ struct_post/postanalysis.py
5
6
  struct_post.egg-info/PKG-INFO
6
7
  struct_post.egg-info/SOURCES.txt
7
8
  struct_post.egg-info/dependency_links.txt
@@ -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,5 +0,0 @@
1
- # struct_post
2
- A module designed to analyze common structural test results. The common stuctural tests include:
3
- - Material coupon test
4
- - Four-pont bending test
5
- - Three-point bending test
@@ -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 +0,0 @@
1
- postanalysis
File without changes
File without changes