py-pilecore 0.9.2__tar.gz → 1.0.0__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-0.9.2/src/py_pilecore.egg-info → py_pilecore-1.0.0}/PKG-INFO +29 -28
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/pyproject.toml +44 -43
- {py_pilecore-0.9.2 → py_pilecore-1.0.0/src/py_pilecore.egg-info}/PKG-INFO +29 -28
- py_pilecore-1.0.0/src/py_pilecore.egg-info/requires.txt +38 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/_version.py +1 -1
- py_pilecore-0.9.2/src/py_pilecore.egg-info/requires.txt +0 -37
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/LICENSE +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/README.md +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/setup.cfg +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/api.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/main.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/input/grouper_properties.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/input/multi_cpt.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/input/soil_properties.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/input/tension.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/compression/multi_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/post_processing.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/tension/multi_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/utils.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-0.9.2 → py_pilecore-1.0.0}/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: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Public python SDK for the CEMS PileCore web-API.
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -26,43 +26,44 @@ License: MIT License
|
|
|
26
26
|
|
|
27
27
|
Project-URL: repository, https://github.com/cemsbv/py-pilecore
|
|
28
28
|
Keywords: API,PileCore,CEMS,CRUX
|
|
29
|
-
Requires-Python: >=3.
|
|
29
|
+
Requires-Python: >=3.11
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: matplotlib<4,>=3.
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: scipy<2,>=1.13
|
|
41
|
-
Requires-Dist: ipywidgets<9,>=8
|
|
42
|
-
Requires-Dist: dash<3,>=2.17
|
|
32
|
+
Requires-Dist: anywidget==0.9.18
|
|
33
|
+
Requires-Dist: cems-nuclei[client]<3,>=2.0.0
|
|
34
|
+
Requires-Dist: dash<4,>=3.0.2
|
|
35
|
+
Requires-Dist: ipywidgets<9,>=8.1.5
|
|
36
|
+
Requires-Dist: matplotlib<4,>=3.10.1
|
|
37
|
+
Requires-Dist: natsort<9,>=8.4.0
|
|
38
|
+
Requires-Dist: numpy<3,>=2.2.4
|
|
39
|
+
Requires-Dist: pandas<3,>=2.2.3
|
|
43
40
|
Requires-Dist: plotly-geo<2,>=1.0.0
|
|
44
|
-
Requires-Dist: plotly<6
|
|
41
|
+
Requires-Dist: plotly<7,>=6.0.1
|
|
42
|
+
Requires-Dist: pygef<0.12,>=0.11.0
|
|
43
|
+
Requires-Dist: scipy<2,>=1.15.2
|
|
44
|
+
Requires-Dist: shapely<3,>=2.1.0
|
|
45
|
+
Requires-Dist: tqdm[notebook]<5,>=4.67.1
|
|
45
46
|
Provides-Extra: test
|
|
46
47
|
Requires-Dist: coveralls; extra == "test"
|
|
47
48
|
Requires-Dist: pytest; extra == "test"
|
|
48
49
|
Requires-Dist: openapi-core; extra == "test"
|
|
49
50
|
Provides-Extra: docs
|
|
50
|
-
Requires-Dist: Sphinx==
|
|
51
|
-
Requires-Dist: sphinx-autodoc-typehints==1.22; extra == "docs"
|
|
52
|
-
Requires-Dist: ipython==8.11.0; extra == "docs"
|
|
51
|
+
Requires-Dist: Sphinx==8.2.3; extra == "docs"
|
|
53
52
|
Requires-Dist: asteroid-sphinx-theme==0.0.3; extra == "docs"
|
|
54
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: ipython==9.1.0; extra == "docs"
|
|
54
|
+
Requires-Dist: sphinx-autodoc-typehints==3.1.0; extra == "docs"
|
|
55
|
+
Requires-Dist: sphinx_rtd_theme==3.0.2; extra == "docs"
|
|
55
56
|
Provides-Extra: lint
|
|
56
|
-
Requires-Dist: ansible-lint==
|
|
57
|
-
Requires-Dist: black==
|
|
58
|
-
Requires-Dist: cfn-lint==
|
|
59
|
-
Requires-Dist: cpplint==
|
|
60
|
-
Requires-Dist: flake8==
|
|
61
|
-
Requires-Dist: isort==
|
|
62
|
-
Requires-Dist: mypy==1.
|
|
63
|
-
Requires-Dist: sqlfluff==
|
|
64
|
-
Requires-Dist: yamllint==1.
|
|
65
|
-
Requires-Dist: yq==3.
|
|
57
|
+
Requires-Dist: ansible-lint==25.1.3; extra == "lint"
|
|
58
|
+
Requires-Dist: black==25.1.0; extra == "lint"
|
|
59
|
+
Requires-Dist: cfn-lint==1.25.1; extra == "lint"
|
|
60
|
+
Requires-Dist: cpplint==2.0.0; extra == "lint"
|
|
61
|
+
Requires-Dist: flake8==7.1.2; extra == "lint"
|
|
62
|
+
Requires-Dist: isort==6.0.0; extra == "lint"
|
|
63
|
+
Requires-Dist: mypy==1.15.0; extra == "lint"
|
|
64
|
+
Requires-Dist: sqlfluff==3.3.1; extra == "lint"
|
|
65
|
+
Requires-Dist: yamllint==1.35.1; extra == "lint"
|
|
66
|
+
Requires-Dist: yq==3.4.3; extra == "lint"
|
|
66
67
|
Dynamic: license-file
|
|
67
68
|
|
|
68
69
|
# py-pilecore
|
|
@@ -4,23 +4,24 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "py-pilecore"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "1.0.0"
|
|
8
8
|
description = "Public python SDK for the CEMS PileCore web-API."
|
|
9
|
-
requires-python = ">=3.
|
|
9
|
+
requires-python = ">=3.11"
|
|
10
10
|
dependencies = [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
"anywidget==0.9.18",
|
|
12
|
+
"cems-nuclei[client]>=2.0.0,<3",
|
|
13
|
+
"dash>=3.0.2,<4",
|
|
14
|
+
"ipywidgets>=8.1.5,<9",
|
|
15
|
+
"matplotlib>=3.10.1,<4",
|
|
16
|
+
"natsort>=8.4.0,<9",
|
|
17
|
+
"numpy>=2.2.4,<3",
|
|
18
|
+
"pandas>=2.2.3,<3",
|
|
19
|
+
"plotly-geo>=1.0.0,<2",
|
|
20
|
+
"plotly>=6.0.1,<7",
|
|
21
|
+
"pygef>=0.11.0,<0.12",
|
|
22
|
+
"scipy>=1.15.2,<2",
|
|
23
|
+
"shapely>=2.1.0,<3",
|
|
24
|
+
"tqdm[notebook]>=4.67.1,<5",
|
|
24
25
|
]
|
|
25
26
|
license = { file = "LICENSE" }
|
|
26
27
|
readme = "README.md"
|
|
@@ -32,27 +33,27 @@ repository = "https://github.com/cemsbv/py-pilecore"
|
|
|
32
33
|
[project.optional-dependencies]
|
|
33
34
|
test = ["coveralls", "pytest", "openapi-core"]
|
|
34
35
|
docs = [
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
"Sphinx==8.2.3",
|
|
37
|
+
"asteroid-sphinx-theme==0.0.3",
|
|
38
|
+
"ipython==9.1.0",
|
|
39
|
+
"sphinx-autodoc-typehints==3.1.0",
|
|
40
|
+
"sphinx_rtd_theme==3.0.2",
|
|
40
41
|
]
|
|
41
42
|
# lint dependencies from github super-linter
|
|
42
43
|
# See https://github.com/super-linter/super-linter/tree/main/dependencies/python
|
|
43
44
|
# Get a file with the latest requirements by running bash: `./get-super-linter-requirements.sh`
|
|
44
45
|
# ignoring because redundant: snakemake, snakefmt, pylint
|
|
45
46
|
lint = [
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
"ansible-lint==25.1.3",
|
|
48
|
+
"black==25.1.0",
|
|
49
|
+
"cfn-lint==1.25.1",
|
|
50
|
+
"cpplint==2.0.0",
|
|
51
|
+
"flake8==7.1.2",
|
|
52
|
+
"isort==6.0.0",
|
|
53
|
+
"mypy==1.15.0",
|
|
54
|
+
"sqlfluff==3.3.1",
|
|
55
|
+
"yamllint==1.35.1",
|
|
56
|
+
"yq==3.4.3",
|
|
56
57
|
]
|
|
57
58
|
|
|
58
59
|
[tool.isort]
|
|
@@ -84,18 +85,18 @@ install_types = true
|
|
|
84
85
|
|
|
85
86
|
[[tool.mypy.overrides]]
|
|
86
87
|
module = [
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
88
|
+
"matplotlib.*",
|
|
89
|
+
"requests.*",
|
|
90
|
+
"nuclei.*",
|
|
91
|
+
"pygef.*",
|
|
92
|
+
"natsort.*",
|
|
93
|
+
"shapely.*",
|
|
94
|
+
"pytest.*",
|
|
95
|
+
"scipy.*",
|
|
96
|
+
"numpy.*",
|
|
97
|
+
"pandas.*",
|
|
98
|
+
"IPython.*",
|
|
99
|
+
"plotly.*",
|
|
100
|
+
"ipywidgets.*",
|
|
100
101
|
]
|
|
101
102
|
ignore_missing_imports = true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-pilecore
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Public python SDK for the CEMS PileCore web-API.
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -26,43 +26,44 @@ License: MIT License
|
|
|
26
26
|
|
|
27
27
|
Project-URL: repository, https://github.com/cemsbv/py-pilecore
|
|
28
28
|
Keywords: API,PileCore,CEMS,CRUX
|
|
29
|
-
Requires-Python: >=3.
|
|
29
|
+
Requires-Python: >=3.11
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: matplotlib<4,>=3.
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: scipy<2,>=1.13
|
|
41
|
-
Requires-Dist: ipywidgets<9,>=8
|
|
42
|
-
Requires-Dist: dash<3,>=2.17
|
|
32
|
+
Requires-Dist: anywidget==0.9.18
|
|
33
|
+
Requires-Dist: cems-nuclei[client]<3,>=2.0.0
|
|
34
|
+
Requires-Dist: dash<4,>=3.0.2
|
|
35
|
+
Requires-Dist: ipywidgets<9,>=8.1.5
|
|
36
|
+
Requires-Dist: matplotlib<4,>=3.10.1
|
|
37
|
+
Requires-Dist: natsort<9,>=8.4.0
|
|
38
|
+
Requires-Dist: numpy<3,>=2.2.4
|
|
39
|
+
Requires-Dist: pandas<3,>=2.2.3
|
|
43
40
|
Requires-Dist: plotly-geo<2,>=1.0.0
|
|
44
|
-
Requires-Dist: plotly<6
|
|
41
|
+
Requires-Dist: plotly<7,>=6.0.1
|
|
42
|
+
Requires-Dist: pygef<0.12,>=0.11.0
|
|
43
|
+
Requires-Dist: scipy<2,>=1.15.2
|
|
44
|
+
Requires-Dist: shapely<3,>=2.1.0
|
|
45
|
+
Requires-Dist: tqdm[notebook]<5,>=4.67.1
|
|
45
46
|
Provides-Extra: test
|
|
46
47
|
Requires-Dist: coveralls; extra == "test"
|
|
47
48
|
Requires-Dist: pytest; extra == "test"
|
|
48
49
|
Requires-Dist: openapi-core; extra == "test"
|
|
49
50
|
Provides-Extra: docs
|
|
50
|
-
Requires-Dist: Sphinx==
|
|
51
|
-
Requires-Dist: sphinx-autodoc-typehints==1.22; extra == "docs"
|
|
52
|
-
Requires-Dist: ipython==8.11.0; extra == "docs"
|
|
51
|
+
Requires-Dist: Sphinx==8.2.3; extra == "docs"
|
|
53
52
|
Requires-Dist: asteroid-sphinx-theme==0.0.3; extra == "docs"
|
|
54
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: ipython==9.1.0; extra == "docs"
|
|
54
|
+
Requires-Dist: sphinx-autodoc-typehints==3.1.0; extra == "docs"
|
|
55
|
+
Requires-Dist: sphinx_rtd_theme==3.0.2; extra == "docs"
|
|
55
56
|
Provides-Extra: lint
|
|
56
|
-
Requires-Dist: ansible-lint==
|
|
57
|
-
Requires-Dist: black==
|
|
58
|
-
Requires-Dist: cfn-lint==
|
|
59
|
-
Requires-Dist: cpplint==
|
|
60
|
-
Requires-Dist: flake8==
|
|
61
|
-
Requires-Dist: isort==
|
|
62
|
-
Requires-Dist: mypy==1.
|
|
63
|
-
Requires-Dist: sqlfluff==
|
|
64
|
-
Requires-Dist: yamllint==1.
|
|
65
|
-
Requires-Dist: yq==3.
|
|
57
|
+
Requires-Dist: ansible-lint==25.1.3; extra == "lint"
|
|
58
|
+
Requires-Dist: black==25.1.0; extra == "lint"
|
|
59
|
+
Requires-Dist: cfn-lint==1.25.1; extra == "lint"
|
|
60
|
+
Requires-Dist: cpplint==2.0.0; extra == "lint"
|
|
61
|
+
Requires-Dist: flake8==7.1.2; extra == "lint"
|
|
62
|
+
Requires-Dist: isort==6.0.0; extra == "lint"
|
|
63
|
+
Requires-Dist: mypy==1.15.0; extra == "lint"
|
|
64
|
+
Requires-Dist: sqlfluff==3.3.1; extra == "lint"
|
|
65
|
+
Requires-Dist: yamllint==1.35.1; extra == "lint"
|
|
66
|
+
Requires-Dist: yq==3.4.3; extra == "lint"
|
|
66
67
|
Dynamic: license-file
|
|
67
68
|
|
|
68
69
|
# py-pilecore
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
anywidget==0.9.18
|
|
2
|
+
cems-nuclei[client]<3,>=2.0.0
|
|
3
|
+
dash<4,>=3.0.2
|
|
4
|
+
ipywidgets<9,>=8.1.5
|
|
5
|
+
matplotlib<4,>=3.10.1
|
|
6
|
+
natsort<9,>=8.4.0
|
|
7
|
+
numpy<3,>=2.2.4
|
|
8
|
+
pandas<3,>=2.2.3
|
|
9
|
+
plotly-geo<2,>=1.0.0
|
|
10
|
+
plotly<7,>=6.0.1
|
|
11
|
+
pygef<0.12,>=0.11.0
|
|
12
|
+
scipy<2,>=1.15.2
|
|
13
|
+
shapely<3,>=2.1.0
|
|
14
|
+
tqdm[notebook]<5,>=4.67.1
|
|
15
|
+
|
|
16
|
+
[docs]
|
|
17
|
+
Sphinx==8.2.3
|
|
18
|
+
asteroid-sphinx-theme==0.0.3
|
|
19
|
+
ipython==9.1.0
|
|
20
|
+
sphinx-autodoc-typehints==3.1.0
|
|
21
|
+
sphinx_rtd_theme==3.0.2
|
|
22
|
+
|
|
23
|
+
[lint]
|
|
24
|
+
ansible-lint==25.1.3
|
|
25
|
+
black==25.1.0
|
|
26
|
+
cfn-lint==1.25.1
|
|
27
|
+
cpplint==2.0.0
|
|
28
|
+
flake8==7.1.2
|
|
29
|
+
isort==6.0.0
|
|
30
|
+
mypy==1.15.0
|
|
31
|
+
sqlfluff==3.3.1
|
|
32
|
+
yamllint==1.35.1
|
|
33
|
+
yq==3.4.3
|
|
34
|
+
|
|
35
|
+
[test]
|
|
36
|
+
coveralls
|
|
37
|
+
pytest
|
|
38
|
+
openapi-core
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
pygef<1,>0.8
|
|
2
|
-
numpy<2,>1
|
|
3
|
-
pandas<3,>2
|
|
4
|
-
cems-nuclei[client]<2,>=1
|
|
5
|
-
matplotlib<4,>=3.8
|
|
6
|
-
tqdm[notebook]<5,>4
|
|
7
|
-
natsort<9,>8
|
|
8
|
-
shapely<3,>=2
|
|
9
|
-
scipy<2,>=1.13
|
|
10
|
-
ipywidgets<9,>=8
|
|
11
|
-
dash<3,>=2.17
|
|
12
|
-
plotly-geo<2,>=1.0.0
|
|
13
|
-
plotly<6,>=5
|
|
14
|
-
|
|
15
|
-
[docs]
|
|
16
|
-
Sphinx==6.1.3
|
|
17
|
-
sphinx-autodoc-typehints==1.22
|
|
18
|
-
ipython==8.11.0
|
|
19
|
-
asteroid-sphinx-theme==0.0.3
|
|
20
|
-
sphinx_rtd_theme==1.2.0
|
|
21
|
-
|
|
22
|
-
[lint]
|
|
23
|
-
ansible-lint==6.22.1
|
|
24
|
-
black==23.11.0
|
|
25
|
-
cfn-lint==0.83.3
|
|
26
|
-
cpplint==1.6.1
|
|
27
|
-
flake8==6.0.0
|
|
28
|
-
isort==5.12.0
|
|
29
|
-
mypy==1.7.1
|
|
30
|
-
sqlfluff==2.3.5
|
|
31
|
-
yamllint==1.33.0
|
|
32
|
-
yq==3.2.3
|
|
33
|
-
|
|
34
|
-
[test]
|
|
35
|
-
coveralls
|
|
36
|
-
pytest
|
|
37
|
-
openapi-core
|
|
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-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.2 → py_pilecore-1.0.0}/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-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
File without changes
|
{py_pilecore-0.9.2 → py_pilecore-1.0.0}/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-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/results/tension/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-0.9.2 → py_pilecore-1.0.0}/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-0.9.2 → py_pilecore-1.0.0}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|