py-pilecore 1.0.0__tar.gz → 1.0.1__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.
Potentially problematic release.
This version of py-pilecore might be problematic. Click here for more details.
- {py_pilecore-1.0.0/src/py_pilecore.egg-info → py_pilecore-1.0.1}/PKG-INFO +3 -3
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/pyproject.toml +3 -3
- {py_pilecore-1.0.0 → py_pilecore-1.0.1/src/py_pilecore.egg-info}/PKG-INFO +3 -3
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/py_pilecore.egg-info/requires.txt +2 -2
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/_version.py +1 -1
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/LICENSE +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/README.md +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/setup.cfg +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/api.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/main.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/input/grouper_properties.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/input/multi_cpt.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/input/soil_properties.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/input/tension.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/compression/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/post_processing.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/tension/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/utils.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-pilecore
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Public python SDK for the CEMS PileCore web-API.
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -29,8 +29,8 @@ Keywords: API,PileCore,CEMS,CRUX
|
|
|
29
29
|
Requires-Python: >=3.11
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: anywidget
|
|
33
|
-
Requires-Dist: cems-nuclei[client]<3
|
|
32
|
+
Requires-Dist: anywidget<0.10,>=0.9.18
|
|
33
|
+
Requires-Dist: cems-nuclei[client]<4,>=3.0.0
|
|
34
34
|
Requires-Dist: dash<4,>=3.0.2
|
|
35
35
|
Requires-Dist: ipywidgets<9,>=8.1.5
|
|
36
36
|
Requires-Dist: matplotlib<4,>=3.10.1
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "py-pilecore"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "Public python SDK for the CEMS PileCore web-API."
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
dependencies = [
|
|
11
|
-
"anywidget
|
|
12
|
-
"cems-nuclei[client]>=
|
|
11
|
+
"anywidget>=0.9.18,<0.10",
|
|
12
|
+
"cems-nuclei[client]>=3.0.0,<4",
|
|
13
13
|
"dash>=3.0.2,<4",
|
|
14
14
|
"ipywidgets>=8.1.5,<9",
|
|
15
15
|
"matplotlib>=3.10.1,<4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-pilecore
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Public python SDK for the CEMS PileCore web-API.
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -29,8 +29,8 @@ Keywords: API,PileCore,CEMS,CRUX
|
|
|
29
29
|
Requires-Python: >=3.11
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: anywidget
|
|
33
|
-
Requires-Dist: cems-nuclei[client]<3
|
|
32
|
+
Requires-Dist: anywidget<0.10,>=0.9.18
|
|
33
|
+
Requires-Dist: cems-nuclei[client]<4,>=3.0.0
|
|
34
34
|
Requires-Dist: dash<4,>=3.0.2
|
|
35
35
|
Requires-Dist: ipywidgets<9,>=8.1.5
|
|
36
36
|
Requires-Dist: matplotlib<4,>=3.10.1
|
|
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
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/common/piles/geometry/components/round.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/compression/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/results/tension/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/interactive_figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.0 → py_pilecore-1.0.1}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|