struct_post 0.1.8.1__tar.gz → 0.1.8.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.
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/PKG-INFO +6 -1
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/README.md +4 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/pyproject.toml +2 -1
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post.egg-info/PKG-INFO +6 -1
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post.egg-info/requires.txt +1 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/LICENSE +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/setup.cfg +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post/__init__.py +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post/beam.py +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post/coupon.py +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post/read_lvm_file.py +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post.egg-info/SOURCES.txt +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post.egg-info/dependency_links.txt +0 -0
- {struct_post-0.1.8.1 → struct_post-0.1.8.3}/struct_post.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: struct_post
|
3
|
-
Version: 0.1.8.
|
3
|
+
Version: 0.1.8.3
|
4
4
|
Summary: A module designed to analyse common structural test results.
|
5
5
|
Project-URL: Homepage, https://github.com/TimberEng/struct_post
|
6
6
|
Project-URL: Documentation, https://struct-post.readthedocs.io/en/latest/
|
@@ -8,6 +8,7 @@ Project-URL: Source, https://github.com/TimberEng/struct_post
|
|
8
8
|
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
+
Requires-Dist: ipympl>=0.9.8
|
11
12
|
Requires-Dist: matplotlib>=3.10.6
|
12
13
|
Requires-Dist: openpyxl>=3.1.5
|
13
14
|
Requires-Dist: pandas>=2.3.2
|
@@ -36,3 +37,7 @@ You can install `struct_post` directly from PyPI:
|
|
36
37
|
|
37
38
|
```bash
|
38
39
|
pip install struct_post
|
40
|
+
```
|
41
|
+
|
42
|
+
## User manual
|
43
|
+
https://struct-post.readthedocs.io/en/latest/
|
@@ -1,10 +1,11 @@
|
|
1
1
|
[project]
|
2
2
|
name = "struct_post"
|
3
|
-
version = "0.1.8.
|
3
|
+
version = "0.1.8.3"
|
4
4
|
description = "A module designed to analyse common structural test results."
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.10"
|
7
7
|
dependencies = [
|
8
|
+
"ipympl>=0.9.8",
|
8
9
|
"matplotlib>=3.10.6",
|
9
10
|
"openpyxl>=3.1.5",
|
10
11
|
"pandas>=2.3.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: struct_post
|
3
|
-
Version: 0.1.8.
|
3
|
+
Version: 0.1.8.3
|
4
4
|
Summary: A module designed to analyse common structural test results.
|
5
5
|
Project-URL: Homepage, https://github.com/TimberEng/struct_post
|
6
6
|
Project-URL: Documentation, https://struct-post.readthedocs.io/en/latest/
|
@@ -8,6 +8,7 @@ Project-URL: Source, https://github.com/TimberEng/struct_post
|
|
8
8
|
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
+
Requires-Dist: ipympl>=0.9.8
|
11
12
|
Requires-Dist: matplotlib>=3.10.6
|
12
13
|
Requires-Dist: openpyxl>=3.1.5
|
13
14
|
Requires-Dist: pandas>=2.3.2
|
@@ -36,3 +37,7 @@ You can install `struct_post` directly from PyPI:
|
|
36
37
|
|
37
38
|
```bash
|
38
39
|
pip install struct_post
|
40
|
+
```
|
41
|
+
|
42
|
+
## User manual
|
43
|
+
https://struct-post.readthedocs.io/en/latest/
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|