py-pilecore 0.8.1__py3-none-any.whl → 0.8.2__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.
Potentially problematic release.
This version of py-pilecore might be problematic. Click here for more details.
- {py_pilecore-0.8.1.dist-info → py_pilecore-0.8.2.dist-info}/METADATA +32 -32
- {py_pilecore-0.8.1.dist-info → py_pilecore-0.8.2.dist-info}/RECORD +7 -7
- {py_pilecore-0.8.1.dist-info → py_pilecore-0.8.2.dist-info}/WHEEL +1 -1
- pypilecore/_version.py +1 -1
- pypilecore/common/piles/main.py +3 -1
- {py_pilecore-0.8.1.dist-info → py_pilecore-0.8.2.dist-info}/LICENSE +0 -0
- {py_pilecore-0.8.1.dist-info → py_pilecore-0.8.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: py-pilecore
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Public python SDK for the CEMS PileCore web-API.
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -29,39 +29,39 @@ Keywords: API,PileCore,CEMS,CRUX
|
|
|
29
29
|
Requires-Python: >=3.9
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: pygef
|
|
33
|
-
Requires-Dist: numpy
|
|
34
|
-
Requires-Dist: pandas
|
|
35
|
-
Requires-Dist: cems-nuclei[client]
|
|
36
|
-
Requires-Dist: matplotlib
|
|
37
|
-
Requires-Dist: tqdm[notebook]
|
|
38
|
-
Requires-Dist: natsort
|
|
39
|
-
Requires-Dist: shapely
|
|
40
|
-
Requires-Dist: scipy
|
|
41
|
-
Requires-Dist: ipywidgets
|
|
42
|
-
Requires-Dist: dash
|
|
43
|
-
Requires-Dist: plotly-geo
|
|
32
|
+
Requires-Dist: pygef<1,>0.8
|
|
33
|
+
Requires-Dist: numpy<2,>1
|
|
34
|
+
Requires-Dist: pandas<3,>2
|
|
35
|
+
Requires-Dist: cems-nuclei[client]<2,>=1
|
|
36
|
+
Requires-Dist: matplotlib<4,>=3.8
|
|
37
|
+
Requires-Dist: tqdm[notebook]<5,>4
|
|
38
|
+
Requires-Dist: natsort<9,>8
|
|
39
|
+
Requires-Dist: shapely<3,>=2
|
|
40
|
+
Requires-Dist: scipy<2,>=1.13
|
|
41
|
+
Requires-Dist: ipywidgets<9,>=8
|
|
42
|
+
Requires-Dist: dash<3,>=2.17
|
|
43
|
+
Requires-Dist: plotly-geo<2,>=1.0.0
|
|
44
|
+
Provides-Extra: test
|
|
45
|
+
Requires-Dist: coveralls; extra == "test"
|
|
46
|
+
Requires-Dist: pytest; extra == "test"
|
|
47
|
+
Requires-Dist: openapi-core; extra == "test"
|
|
44
48
|
Provides-Extra: docs
|
|
45
|
-
Requires-Dist: Sphinx
|
|
46
|
-
Requires-Dist: sphinx-autodoc-typehints
|
|
47
|
-
Requires-Dist: ipython
|
|
48
|
-
Requires-Dist: asteroid-sphinx-theme
|
|
49
|
-
Requires-Dist:
|
|
49
|
+
Requires-Dist: Sphinx==6.1.3; extra == "docs"
|
|
50
|
+
Requires-Dist: sphinx-autodoc-typehints==1.22; extra == "docs"
|
|
51
|
+
Requires-Dist: ipython==8.11.0; extra == "docs"
|
|
52
|
+
Requires-Dist: asteroid-sphinx-theme==0.0.3; extra == "docs"
|
|
53
|
+
Requires-Dist: sphinx_rtd_theme==1.2.0; extra == "docs"
|
|
50
54
|
Provides-Extra: lint
|
|
51
|
-
Requires-Dist: ansible-lint
|
|
52
|
-
Requires-Dist: black
|
|
53
|
-
Requires-Dist: cfn-lint
|
|
54
|
-
Requires-Dist: cpplint
|
|
55
|
-
Requires-Dist: flake8
|
|
56
|
-
Requires-Dist: isort
|
|
57
|
-
Requires-Dist: mypy
|
|
58
|
-
Requires-Dist: sqlfluff
|
|
59
|
-
Requires-Dist: yamllint
|
|
60
|
-
Requires-Dist: yq
|
|
61
|
-
Provides-Extra: test
|
|
62
|
-
Requires-Dist: coveralls ; extra == 'test'
|
|
63
|
-
Requires-Dist: pytest ; extra == 'test'
|
|
64
|
-
Requires-Dist: openapi-core ; extra == 'test'
|
|
55
|
+
Requires-Dist: ansible-lint==6.22.1; extra == "lint"
|
|
56
|
+
Requires-Dist: black==23.11.0; extra == "lint"
|
|
57
|
+
Requires-Dist: cfn-lint==0.83.3; extra == "lint"
|
|
58
|
+
Requires-Dist: cpplint==1.6.1; extra == "lint"
|
|
59
|
+
Requires-Dist: flake8==6.0.0; extra == "lint"
|
|
60
|
+
Requires-Dist: isort==5.12.0; extra == "lint"
|
|
61
|
+
Requires-Dist: mypy==1.7.1; extra == "lint"
|
|
62
|
+
Requires-Dist: sqlfluff==2.3.5; extra == "lint"
|
|
63
|
+
Requires-Dist: yamllint==1.33.0; extra == "lint"
|
|
64
|
+
Requires-Dist: yq==3.2.3; extra == "lint"
|
|
65
65
|
|
|
66
66
|
# py-pilecore
|
|
67
67
|
Public python SDK for the CEMS PileCore web-API
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
pypilecore/__init__.py,sha256=oJvwYShj_7FyNVlUgQda4tTdYyLIi5H1asdiS_uYt9M,162
|
|
2
|
-
pypilecore/_version.py,sha256=
|
|
2
|
+
pypilecore/_version.py,sha256=FyPanIUkBPhYghbhEw_aK3Ld2xsxcNUrJnwhCmvpgUk,175
|
|
3
3
|
pypilecore/api.py,sha256=QwwHXR6HYtrF-gCHQWLvMHZnTxf5fjTlWI2cGfYSkUc,7165
|
|
4
4
|
pypilecore/exceptions.py,sha256=-MZOfsxyHLCI0k1-wZFfVsMxc1lya5buuhLks5rxlCo,89
|
|
5
5
|
pypilecore/plot_utils.py,sha256=rK5_067-4-x7LzZgt_t6ahcGrZInxNrqHqsy0RzCnq8,954
|
|
6
6
|
pypilecore/utils.py,sha256=ib9LgJBIgWukL7zd_Zk1LP27UTMIZTRJ4RBB6ubn97o,1186
|
|
7
7
|
pypilecore/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
pypilecore/common/piles/__init__.py,sha256=xHP56HiBc1sHg2WZ9iG6CSJAgR072ZwD83lp8PSdTa4,114
|
|
9
|
-
pypilecore/common/piles/main.py,sha256=
|
|
9
|
+
pypilecore/common/piles/main.py,sha256=CKhPxWrI0KGhAPSBZRcaSR0stF5x65e7JIynJK3l5Mk,10583
|
|
10
10
|
pypilecore/common/piles/type.py,sha256=rxaJZ2MAybLdoGqb1KEBh8KYpaKEwnoebEq2bjBrahk,7227
|
|
11
11
|
pypilecore/common/piles/geometry/__init__.py,sha256=dFCVazEXnPCt5cQeHkSi5wp-yHRB9gKvtlQ3V5kBuOQ,438
|
|
12
12
|
pypilecore/common/piles/geometry/main.py,sha256=ant3y1ZTGRN2off5-dwz2024Xa7pC0K7auBbmjTy9p8,11231
|
|
@@ -37,8 +37,8 @@ pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py,s
|
|
|
37
37
|
pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py,sha256=y1no2w0zN0yUpkNB_-WAFwQfa-IS70hJMhc-c0pOeMs,9268
|
|
38
38
|
pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py,sha256=6huCKcQ4bsBE-LNY-ZPa13IWuye0ENxPK4wT1dcCFRs,5964
|
|
39
39
|
pypilecore/viewers/interactive_figures/utils.py,sha256=B2X8hbbmJqjm8E2VrS2EoX5F1yQ5qOQnQUG_vbsseT8,1692
|
|
40
|
-
py_pilecore-0.8.
|
|
41
|
-
py_pilecore-0.8.
|
|
42
|
-
py_pilecore-0.8.
|
|
43
|
-
py_pilecore-0.8.
|
|
44
|
-
py_pilecore-0.8.
|
|
40
|
+
py_pilecore-0.8.2.dist-info/LICENSE,sha256=3OCAZXffN0Bettjeya8uF_ZYegyvvCfH1WUt6CrHb_0,1061
|
|
41
|
+
py_pilecore-0.8.2.dist-info/METADATA,sha256=eIyZk-NDIkafvDb49nBebn4tlwDvBmnaKPPhqWh-C3c,5831
|
|
42
|
+
py_pilecore-0.8.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
43
|
+
py_pilecore-0.8.2.dist-info/top_level.txt,sha256=7BKIWZuSkbQtJ0ho5P1JvcaEbHzqADCcBuOduZmIaiI,11
|
|
44
|
+
py_pilecore-0.8.2.dist-info/RECORD,,
|
pypilecore/_version.py
CHANGED
pypilecore/common/piles/main.py
CHANGED
|
@@ -68,7 +68,9 @@ class PileProperties:
|
|
|
68
68
|
@property
|
|
69
69
|
def name(self) -> str | None:
|
|
70
70
|
"""The name of the pile."""
|
|
71
|
-
|
|
71
|
+
if self._name is not None:
|
|
72
|
+
return str(self._name)
|
|
73
|
+
return None
|
|
72
74
|
|
|
73
75
|
def serialize_payload(self) -> Dict[str, dict | str]:
|
|
74
76
|
"""
|
|
File without changes
|
|
File without changes
|