wizata-dsapi 2.1.0.dev2__tar.gz → 2.1.0.dev4__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.
Files changed (69) hide show
  1. wizata_dsapi-2.1.0.dev4/PKG-INFO +151 -0
  2. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/setup.py +13 -14
  3. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/execution_log.py +5 -1
  4. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/plots/theme.py +6 -0
  5. wizata_dsapi-2.1.0.dev4/wizata_dsapi/version.py +1 -0
  6. wizata_dsapi-2.1.0.dev4/wizata_dsapi.egg-info/PKG-INFO +151 -0
  7. wizata_dsapi-2.1.0.dev4/wizata_dsapi.egg-info/requires.txt +166 -0
  8. wizata_dsapi-2.1.0.dev2/PKG-INFO +0 -87
  9. wizata_dsapi-2.1.0.dev2/wizata_dsapi/version.py +0 -1
  10. wizata_dsapi-2.1.0.dev2/wizata_dsapi.egg-info/PKG-INFO +0 -87
  11. wizata_dsapi-2.1.0.dev2/wizata_dsapi.egg-info/requires.txt +0 -91
  12. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/LICENSE.txt +0 -0
  13. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/README.rst +0 -0
  14. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/setup.cfg +0 -0
  15. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/__init__.py +0 -0
  16. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/api_config.py +0 -0
  17. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/api_dto.py +0 -0
  18. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/api_interface.py +0 -0
  19. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/bucket.py +0 -0
  20. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/business_label.py +0 -0
  21. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/context.py +0 -0
  22. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/dashboard.py +0 -0
  23. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/dataframe_toolkit.py +0 -0
  24. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/datapoint.py +0 -0
  25. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/datastore.py +0 -0
  26. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/ds_dataframe.py +0 -0
  27. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/dsapi_json_encoder.py +0 -0
  28. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/edge_config.py +0 -0
  29. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/edge_device.py +0 -0
  30. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/edge_module.py +0 -0
  31. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/evaluation.py +0 -0
  32. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/execution.py +0 -0
  33. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/experiment.py +0 -0
  34. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/graylog_log.py +0 -0
  35. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/group_system.py +0 -0
  36. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/ilogger.py +0 -0
  37. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/insight.py +0 -0
  38. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/mlmodel.py +0 -0
  39. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/mobile_asset.py +0 -0
  40. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/model_toolkit.py +0 -0
  41. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/models/__init__.py +0 -0
  42. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/models/common.py +0 -0
  43. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/notification.py +0 -0
  44. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/paged_query_result.py +0 -0
  45. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/pipeline.py +0 -0
  46. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/pipeline_image.py +0 -0
  47. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/plot.py +0 -0
  48. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/plots/__init__.py +0 -0
  49. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/plots/common.py +0 -0
  50. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/request.py +0 -0
  51. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/script.py +0 -0
  52. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/scripts/__init__.py +0 -0
  53. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/scripts/common.py +0 -0
  54. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/search.py +0 -0
  55. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/solution_component.py +0 -0
  56. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/streamlit_utils.py +0 -0
  57. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/template.py +0 -0
  58. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/template_config.py +0 -0
  59. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/trigger.py +0 -0
  60. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/twin.py +0 -0
  61. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/twinregistration.py +0 -0
  62. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/user.py +0 -0
  63. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/wizard_function.py +0 -0
  64. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/wizard_request.py +0 -0
  65. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/wizata_dsapi_client.py +0 -0
  66. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi/words.py +0 -0
  67. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi.egg-info/SOURCES.txt +0 -0
  68. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi.egg-info/dependency_links.txt +0 -0
  69. {wizata_dsapi-2.1.0.dev2 → wizata_dsapi-2.1.0.dev4}/wizata_dsapi.egg-info/top_level.txt +0 -0
@@ -0,0 +1,151 @@
1
+ Metadata-Version: 2.4
2
+ Name: wizata_dsapi
3
+ Version: 2.1.0.dev4
4
+ Summary: Wizata Data Science Toolkit
5
+ Author: Wizata S.A.
6
+ Author-email: info@wizata.com
7
+ Requires-Python: >=3.11
8
+ License-File: LICENSE.txt
9
+ Requires-Dist: pandas==2.2.3; python_version >= "3.11" and python_version < "3.12"
10
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
11
+ Requires-Dist: numpy==1.26.4; python_version < "3.12"
12
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
13
+ Requires-Dist: dill==0.3.6; python_version < "3.12"
14
+ Requires-Dist: dill==0.4.0; python_version >= "3.12"
15
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12"
16
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12"
17
+ Requires-Dist: msal==1.30.0; python_version < "3.12"
18
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12"
19
+ Requires-Dist: joblib==1.5.2; python_version < "3.12"
20
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
21
+ Requires-Dist: requests<3,>=2.32.5; python_version >= "3.11" and python_version < "3.12"
22
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12"
23
+ Requires-Dist: setuptools<81,>=80.9.0; python_version >= "3.11" and python_version < "3.12"
24
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
25
+ Requires-Dist: plotly==5.13.1; python_version < "3.12"
26
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
27
+ Requires-Dist: pytz<2027,>=2026.1
28
+ Provides-Extra: slim
29
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
30
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "slim"
31
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "slim"
32
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "slim"
33
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "slim"
34
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "slim"
35
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "slim"
36
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "slim"
37
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "slim"
38
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "slim"
39
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "slim"
40
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "slim"
41
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
42
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "slim"
43
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
44
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "slim"
45
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "slim"
46
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "slim"
47
+ Requires-Dist: pytz<2027,>=2026.1; extra == "slim"
48
+ Provides-Extra: std
49
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
50
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "std"
51
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "std"
52
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "std"
53
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "std"
54
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "std"
55
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "std"
56
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "std"
57
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "std"
58
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "std"
59
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "std"
60
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "std"
61
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
62
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "std"
63
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
64
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "std"
65
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "std"
66
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "std"
67
+ Requires-Dist: pytz<2027,>=2026.1; extra == "std"
68
+ Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
69
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "std"
70
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "std"
71
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "std"
72
+ Requires-Dist: adtk==0.6.2; extra == "std"
73
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "std"
74
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "std"
75
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "std"
76
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "std"
77
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "std"
78
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "std"
79
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "std"
80
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "std"
81
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "std"
82
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "std"
83
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "std"
84
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "std"
85
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "std"
86
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "std"
87
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "std"
88
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "std"
89
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "std"
90
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "std"
91
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "std"
92
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "std"
93
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "std"
94
+ Requires-Dist: torch==2.7.1; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
95
+ Requires-Dist: torch>=2.8.0; python_version >= "3.12" and extra == "std"
96
+ Provides-Extra: julia
97
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
98
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "julia"
99
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "julia"
100
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "julia"
101
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "julia"
102
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "julia"
103
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "julia"
104
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "julia"
105
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "julia"
106
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "julia"
107
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "julia"
108
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "julia"
109
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
110
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "julia"
111
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
112
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "julia"
113
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "julia"
114
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "julia"
115
+ Requires-Dist: pytz<2027,>=2026.1; extra == "julia"
116
+ Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
117
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "julia"
118
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "julia"
119
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "julia"
120
+ Requires-Dist: adtk==0.6.2; extra == "julia"
121
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "julia"
122
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "julia"
123
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "julia"
124
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "julia"
125
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "julia"
126
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "julia"
127
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "julia"
128
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "julia"
129
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "julia"
130
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "julia"
131
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "julia"
132
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "julia"
133
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "julia"
134
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "julia"
135
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "julia"
136
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "julia"
137
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "julia"
138
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "julia"
139
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "julia"
140
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "julia"
141
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "julia"
142
+ Requires-Dist: juliacall>=0.9.20; python_version >= "3.11" and extra == "julia"
143
+ Provides-Extra: all
144
+ Requires-Dist: wizata-dsapi-extras-all-removed-pick-std-or-other==999.0.0; extra == "all"
145
+ Dynamic: author
146
+ Dynamic: author-email
147
+ Dynamic: license-file
148
+ Dynamic: provides-extra
149
+ Dynamic: requires-dist
150
+ Dynamic: requires-python
151
+ Dynamic: summary
@@ -7,7 +7,6 @@ with open(ver_path) as ver_file:
7
7
  exec(ver_file.read(), main_ns)
8
8
 
9
9
  core_dependencies = [
10
- 'pandas==1.5.3; python_version<"3.11"',
11
10
  'pandas==2.2.3; python_version>="3.11" and python_version<"3.12"',
12
11
  'pandas>=2.3.3; python_version>="3.12"',
13
12
  'numpy==1.26.4; python_version<"3.12"',
@@ -21,10 +20,8 @@ core_dependencies = [
21
20
  'msal>=1.34.0; python_version>="3.12"',
22
21
  'joblib==1.5.2; python_version<"3.12"',
23
22
  'joblib>=1.2.0; python_version>="3.12"',
24
- 'requests==2.28.2; python_version<"3.11"',
25
23
  'requests>=2.32.5,<3; python_version>="3.11" and python_version<"3.12"',
26
24
  'requests>=2.32.5; python_version>="3.12"',
27
- 'setuptools==67.6.0; python_version<"3.11"',
28
25
  'setuptools>=80.9.0,<81; python_version>="3.11" and python_version<"3.12"',
29
26
  'setuptools>=80.9.0; python_version>="3.12"',
30
27
  'plotly==5.13.1; python_version<"3.12"',
@@ -33,16 +30,8 @@ core_dependencies = [
33
30
  ]
34
31
 
35
32
  ml_dependencies = [
36
- 'matplotlib==3.7.1; python_version<"3.11"',
37
33
  'matplotlib>=3.10.6,<3.11; python_version>="3.11" and python_version<"3.12"',
38
34
  'matplotlib>=3.10.6; python_version>="3.12"',
39
- #'tensorflow>=2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and python_version<"3.12"',
40
- #'tensorflow-macos>=2.15.0; sys_platform == "darwin" and platform_machine == "arm64" and python_version<"3.12"',
41
- #'tensorflow>=2.20.0; python_version>="3.12"',
42
- #'keras==2.15.0; python_version<"3.12"',
43
- #'keras>=3.11.3; python_version>="3.12"',
44
- #'tensorflow_probability==0.15.0; python_version<"3.12"',
45
- #'tensorflow_probability>=0.25.0; python_version>="3.12"',
46
35
  'scikit-learn==1.2.2; python_version<"3.12"',
47
36
  'scikit-learn>=1.7.2; python_version>="3.12"',
48
37
  'adtk==0.6.2',
@@ -67,10 +56,16 @@ ml_dependencies = [
67
56
  'shapely>=2.1.2; python_version>="3.12"',
68
57
  'pyodbc==4.0.35; python_version<"3.12"',
69
58
  'pyodbc>=5.2.0; python_version>="3.12"',
59
+ ]
60
+
61
+ torch_dependencies = [
70
62
  'torch==2.7.1; python_version>="3.11" and python_version<"3.12"',
71
- 'torch>=2.8.0; python_version>="3.12"'
63
+ 'torch>=2.8.0; python_version>="3.12"',
64
+ ]
65
+
66
+ julia_dependencies = [
67
+ 'juliacall>=0.9.20; python_version>="3.11"',
72
68
  ]
73
- all_dependencies = core_dependencies + ml_dependencies
74
69
 
75
70
  setup(
76
71
  name='wizata_dsapi',
@@ -82,8 +77,12 @@ setup(
82
77
  'wizata_dsapi.plots',
83
78
  'wizata_dsapi.scripts',
84
79
  'wizata_dsapi.models'],
80
+ python_requires='>=3.11',
85
81
  install_requires=core_dependencies,
86
82
  extras_require={
87
- 'all': all_dependencies
83
+ 'slim': core_dependencies,
84
+ 'std': core_dependencies + ml_dependencies + torch_dependencies,
85
+ 'julia': core_dependencies + ml_dependencies + julia_dependencies,
86
+ 'all': ['wizata-dsapi-extras-all-removed-pick-std-or-other==999.0.0'],
88
87
  },
89
88
  )
@@ -148,7 +148,11 @@ class ExecutionLog(Dto):
148
148
  self.trigger_id = trigger_id
149
149
  self.version = version
150
150
  if version is None:
151
- self.version = f'{sys.version_info.major}.{sys.version_info.minor}'
151
+ # DEV-5881: default to the runtime-variant-qualified key so
152
+ # routing always lands on a specific runner pod. Bare values
153
+ # set explicitly by callers (e.g. legacy 'X.Y') are still
154
+ # accepted; the publisher normalizes them on the wire.
155
+ self.version = f'{sys.version_info.major}.{sys.version_info.minor}-std'
152
156
 
153
157
  # non-persistent data
154
158
  if properties is None:
@@ -102,6 +102,12 @@ LAYOUT_DEFAULTS = dict(
102
102
  ),
103
103
  colorway=SERIES_COLORS,
104
104
  margin=dict(l=50, r=20, t=40, b=40),
105
+ hoverlabel=dict(
106
+ bgcolor=FOURTH,
107
+ bordercolor="rgba(255,255,255,0.2)",
108
+ font=dict(family=FONT_FAMILY, color=WHITE),
109
+ align="left",
110
+ ),
105
111
  )
106
112
 
107
113
 
@@ -0,0 +1 @@
1
+ __version__ = "2.1.0.dev4"
@@ -0,0 +1,151 @@
1
+ Metadata-Version: 2.4
2
+ Name: wizata_dsapi
3
+ Version: 2.1.0.dev4
4
+ Summary: Wizata Data Science Toolkit
5
+ Author: Wizata S.A.
6
+ Author-email: info@wizata.com
7
+ Requires-Python: >=3.11
8
+ License-File: LICENSE.txt
9
+ Requires-Dist: pandas==2.2.3; python_version >= "3.11" and python_version < "3.12"
10
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
11
+ Requires-Dist: numpy==1.26.4; python_version < "3.12"
12
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
13
+ Requires-Dist: dill==0.3.6; python_version < "3.12"
14
+ Requires-Dist: dill==0.4.0; python_version >= "3.12"
15
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12"
16
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12"
17
+ Requires-Dist: msal==1.30.0; python_version < "3.12"
18
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12"
19
+ Requires-Dist: joblib==1.5.2; python_version < "3.12"
20
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
21
+ Requires-Dist: requests<3,>=2.32.5; python_version >= "3.11" and python_version < "3.12"
22
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12"
23
+ Requires-Dist: setuptools<81,>=80.9.0; python_version >= "3.11" and python_version < "3.12"
24
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
25
+ Requires-Dist: plotly==5.13.1; python_version < "3.12"
26
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
27
+ Requires-Dist: pytz<2027,>=2026.1
28
+ Provides-Extra: slim
29
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
30
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "slim"
31
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "slim"
32
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "slim"
33
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "slim"
34
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "slim"
35
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "slim"
36
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "slim"
37
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "slim"
38
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "slim"
39
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "slim"
40
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "slim"
41
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
42
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "slim"
43
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "slim"
44
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "slim"
45
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "slim"
46
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "slim"
47
+ Requires-Dist: pytz<2027,>=2026.1; extra == "slim"
48
+ Provides-Extra: std
49
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
50
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "std"
51
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "std"
52
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "std"
53
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "std"
54
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "std"
55
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "std"
56
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "std"
57
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "std"
58
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "std"
59
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "std"
60
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "std"
61
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
62
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "std"
63
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
64
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "std"
65
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "std"
66
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "std"
67
+ Requires-Dist: pytz<2027,>=2026.1; extra == "std"
68
+ Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
69
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "std"
70
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "std"
71
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "std"
72
+ Requires-Dist: adtk==0.6.2; extra == "std"
73
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "std"
74
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "std"
75
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "std"
76
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "std"
77
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "std"
78
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "std"
79
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "std"
80
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "std"
81
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "std"
82
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "std"
83
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "std"
84
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "std"
85
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "std"
86
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "std"
87
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "std"
88
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "std"
89
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "std"
90
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "std"
91
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "std"
92
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "std"
93
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "std"
94
+ Requires-Dist: torch==2.7.1; (python_version >= "3.11" and python_version < "3.12") and extra == "std"
95
+ Requires-Dist: torch>=2.8.0; python_version >= "3.12" and extra == "std"
96
+ Provides-Extra: julia
97
+ Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
98
+ Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "julia"
99
+ Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "julia"
100
+ Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "julia"
101
+ Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "julia"
102
+ Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "julia"
103
+ Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "julia"
104
+ Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "julia"
105
+ Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "julia"
106
+ Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "julia"
107
+ Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "julia"
108
+ Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "julia"
109
+ Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
110
+ Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "julia"
111
+ Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
112
+ Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "julia"
113
+ Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "julia"
114
+ Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "julia"
115
+ Requires-Dist: pytz<2027,>=2026.1; extra == "julia"
116
+ Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "julia"
117
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "julia"
118
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "julia"
119
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "julia"
120
+ Requires-Dist: adtk==0.6.2; extra == "julia"
121
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "julia"
122
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "julia"
123
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "julia"
124
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "julia"
125
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "julia"
126
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "julia"
127
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "julia"
128
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "julia"
129
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "julia"
130
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "julia"
131
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "julia"
132
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "julia"
133
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "julia"
134
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "julia"
135
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "julia"
136
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "julia"
137
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "julia"
138
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "julia"
139
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "julia"
140
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "julia"
141
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "julia"
142
+ Requires-Dist: juliacall>=0.9.20; python_version >= "3.11" and extra == "julia"
143
+ Provides-Extra: all
144
+ Requires-Dist: wizata-dsapi-extras-all-removed-pick-std-or-other==999.0.0; extra == "all"
145
+ Dynamic: author
146
+ Dynamic: author-email
147
+ Dynamic: license-file
148
+ Dynamic: provides-extra
149
+ Dynamic: requires-dist
150
+ Dynamic: requires-python
151
+ Dynamic: summary
@@ -0,0 +1,166 @@
1
+ pytz<2027,>=2026.1
2
+
3
+ [:python_version < "3.12"]
4
+ numpy==1.26.4
5
+ dill==0.3.6
6
+ protobuf==3.20.3
7
+ msal==1.30.0
8
+ joblib==1.5.2
9
+ plotly==5.13.1
10
+
11
+ [:python_version >= "3.11" and python_version < "3.12"]
12
+ pandas==2.2.3
13
+ requests<3,>=2.32.5
14
+ setuptools<81,>=80.9.0
15
+
16
+ [:python_version >= "3.12"]
17
+ pandas>=2.3.3
18
+ numpy>=2.3.3
19
+ dill==0.4.0
20
+ protobuf>=5.29.5
21
+ msal>=1.34.0
22
+ joblib>=1.2.0
23
+ requests>=2.32.5
24
+ setuptools>=80.9.0
25
+ plotly>=6.3.1
26
+
27
+ [all]
28
+ wizata-dsapi-extras-all-removed-pick-std-or-other==999.0.0
29
+
30
+ [julia]
31
+ pytz<2027,>=2026.1
32
+ adtk==0.6.2
33
+
34
+ [julia:python_version < "3.12"]
35
+ numpy==1.26.4
36
+ dill==0.3.6
37
+ protobuf==3.20.3
38
+ msal==1.30.0
39
+ joblib==1.5.2
40
+ plotly==5.13.1
41
+ scikit-learn==1.2.2
42
+ scipy==1.10.1
43
+ xgboost==1.7.4
44
+ u8darts==0.25.0
45
+ optuna==3.3.0
46
+ explainerdashboard==0.4.2.1
47
+ ipywidgets==8.0.4
48
+ kaleido==0.2.1
49
+ pytest==7.2.2
50
+ pytest-cov==4.0.0
51
+ shapely==2.0.1
52
+ pyodbc==4.0.35
53
+
54
+ [julia:python_version >= "3.11"]
55
+ juliacall>=0.9.20
56
+
57
+ [julia:python_version >= "3.11" and python_version < "3.12"]
58
+ pandas==2.2.3
59
+ requests<3,>=2.32.5
60
+ setuptools<81,>=80.9.0
61
+ matplotlib<3.11,>=3.10.6
62
+
63
+ [julia:python_version >= "3.12"]
64
+ pandas>=2.3.3
65
+ numpy>=2.3.3
66
+ dill==0.4.0
67
+ protobuf>=5.29.5
68
+ msal>=1.34.0
69
+ joblib>=1.2.0
70
+ requests>=2.32.5
71
+ setuptools>=80.9.0
72
+ plotly>=6.3.1
73
+ matplotlib>=3.10.6
74
+ scikit-learn>=1.7.2
75
+ scipy>=1.16.2
76
+ xgboost>=3.0.5
77
+ u8darts>=0.38.0
78
+ optuna>=4.5.0
79
+ ipywidgets>=8.1.7
80
+ kaleido>=1.1.0
81
+ pytest>=8.4.2
82
+ pytest-cov>=7.0.0
83
+ shapely>=2.1.2
84
+ pyodbc>=5.2.0
85
+
86
+ [slim]
87
+ pytz<2027,>=2026.1
88
+
89
+ [slim:python_version < "3.12"]
90
+ numpy==1.26.4
91
+ dill==0.3.6
92
+ protobuf==3.20.3
93
+ msal==1.30.0
94
+ joblib==1.5.2
95
+ plotly==5.13.1
96
+
97
+ [slim:python_version >= "3.11" and python_version < "3.12"]
98
+ pandas==2.2.3
99
+ requests<3,>=2.32.5
100
+ setuptools<81,>=80.9.0
101
+
102
+ [slim:python_version >= "3.12"]
103
+ pandas>=2.3.3
104
+ numpy>=2.3.3
105
+ dill==0.4.0
106
+ protobuf>=5.29.5
107
+ msal>=1.34.0
108
+ joblib>=1.2.0
109
+ requests>=2.32.5
110
+ setuptools>=80.9.0
111
+ plotly>=6.3.1
112
+
113
+ [std]
114
+ pytz<2027,>=2026.1
115
+ adtk==0.6.2
116
+
117
+ [std:python_version < "3.12"]
118
+ numpy==1.26.4
119
+ dill==0.3.6
120
+ protobuf==3.20.3
121
+ msal==1.30.0
122
+ joblib==1.5.2
123
+ plotly==5.13.1
124
+ scikit-learn==1.2.2
125
+ scipy==1.10.1
126
+ xgboost==1.7.4
127
+ u8darts==0.25.0
128
+ optuna==3.3.0
129
+ explainerdashboard==0.4.2.1
130
+ ipywidgets==8.0.4
131
+ kaleido==0.2.1
132
+ pytest==7.2.2
133
+ pytest-cov==4.0.0
134
+ shapely==2.0.1
135
+ pyodbc==4.0.35
136
+
137
+ [std:python_version >= "3.11" and python_version < "3.12"]
138
+ pandas==2.2.3
139
+ requests<3,>=2.32.5
140
+ setuptools<81,>=80.9.0
141
+ matplotlib<3.11,>=3.10.6
142
+ torch==2.7.1
143
+
144
+ [std:python_version >= "3.12"]
145
+ pandas>=2.3.3
146
+ numpy>=2.3.3
147
+ dill==0.4.0
148
+ protobuf>=5.29.5
149
+ msal>=1.34.0
150
+ joblib>=1.2.0
151
+ requests>=2.32.5
152
+ setuptools>=80.9.0
153
+ plotly>=6.3.1
154
+ matplotlib>=3.10.6
155
+ scikit-learn>=1.7.2
156
+ scipy>=1.16.2
157
+ xgboost>=3.0.5
158
+ u8darts>=0.38.0
159
+ optuna>=4.5.0
160
+ ipywidgets>=8.1.7
161
+ kaleido>=1.1.0
162
+ pytest>=8.4.2
163
+ pytest-cov>=7.0.0
164
+ shapely>=2.1.2
165
+ pyodbc>=5.2.0
166
+ torch>=2.8.0
@@ -1,87 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: wizata_dsapi
3
- Version: 2.1.0.dev2
4
- Summary: Wizata Data Science Toolkit
5
- Author: Wizata S.A.
6
- Author-email: info@wizata.com
7
- License-File: LICENSE.txt
8
- Requires-Dist: pandas==1.5.3; python_version < "3.11"
9
- Requires-Dist: pandas==2.2.3; python_version >= "3.11" and python_version < "3.12"
10
- Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
11
- Requires-Dist: numpy==1.26.4; python_version < "3.12"
12
- Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
13
- Requires-Dist: dill==0.3.6; python_version < "3.12"
14
- Requires-Dist: dill==0.4.0; python_version >= "3.12"
15
- Requires-Dist: protobuf==3.20.3; python_version < "3.12"
16
- Requires-Dist: protobuf>=5.29.5; python_version >= "3.12"
17
- Requires-Dist: msal==1.30.0; python_version < "3.12"
18
- Requires-Dist: msal>=1.34.0; python_version >= "3.12"
19
- Requires-Dist: joblib==1.5.2; python_version < "3.12"
20
- Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
21
- Requires-Dist: requests==2.28.2; python_version < "3.11"
22
- Requires-Dist: requests<3,>=2.32.5; python_version >= "3.11" and python_version < "3.12"
23
- Requires-Dist: requests>=2.32.5; python_version >= "3.12"
24
- Requires-Dist: setuptools==67.6.0; python_version < "3.11"
25
- Requires-Dist: setuptools<81,>=80.9.0; python_version >= "3.11" and python_version < "3.12"
26
- Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
27
- Requires-Dist: plotly==5.13.1; python_version < "3.12"
28
- Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
29
- Requires-Dist: pytz<2027,>=2026.1
30
- Provides-Extra: all
31
- Requires-Dist: pandas==1.5.3; python_version < "3.11" and extra == "all"
32
- Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
33
- Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "all"
34
- Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "all"
35
- Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "all"
36
- Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "all"
37
- Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "all"
38
- Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "all"
39
- Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "all"
40
- Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "all"
41
- Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "all"
42
- Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "all"
43
- Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "all"
44
- Requires-Dist: requests==2.28.2; python_version < "3.11" and extra == "all"
45
- Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
46
- Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "all"
47
- Requires-Dist: setuptools==67.6.0; python_version < "3.11" and extra == "all"
48
- Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
49
- Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
50
- Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
51
- Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "all"
52
- Requires-Dist: pytz<2027,>=2026.1; extra == "all"
53
- Requires-Dist: matplotlib==3.7.1; python_version < "3.11" and extra == "all"
54
- Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
55
- Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "all"
56
- Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "all"
57
- Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "all"
58
- Requires-Dist: adtk==0.6.2; extra == "all"
59
- Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "all"
60
- Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "all"
61
- Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "all"
62
- Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "all"
63
- Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "all"
64
- Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "all"
65
- Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "all"
66
- Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "all"
67
- Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "all"
68
- Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "all"
69
- Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "all"
70
- Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "all"
71
- Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "all"
72
- Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "all"
73
- Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "all"
74
- Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "all"
75
- Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "all"
76
- Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "all"
77
- Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "all"
78
- Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "all"
79
- Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "all"
80
- Requires-Dist: torch==2.7.1; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
81
- Requires-Dist: torch>=2.8.0; python_version >= "3.12" and extra == "all"
82
- Dynamic: author
83
- Dynamic: author-email
84
- Dynamic: license-file
85
- Dynamic: provides-extra
86
- Dynamic: requires-dist
87
- Dynamic: summary
@@ -1 +0,0 @@
1
- __version__ = "2.1.0.dev2"
@@ -1,87 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: wizata_dsapi
3
- Version: 2.1.0.dev2
4
- Summary: Wizata Data Science Toolkit
5
- Author: Wizata S.A.
6
- Author-email: info@wizata.com
7
- License-File: LICENSE.txt
8
- Requires-Dist: pandas==1.5.3; python_version < "3.11"
9
- Requires-Dist: pandas==2.2.3; python_version >= "3.11" and python_version < "3.12"
10
- Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
11
- Requires-Dist: numpy==1.26.4; python_version < "3.12"
12
- Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
13
- Requires-Dist: dill==0.3.6; python_version < "3.12"
14
- Requires-Dist: dill==0.4.0; python_version >= "3.12"
15
- Requires-Dist: protobuf==3.20.3; python_version < "3.12"
16
- Requires-Dist: protobuf>=5.29.5; python_version >= "3.12"
17
- Requires-Dist: msal==1.30.0; python_version < "3.12"
18
- Requires-Dist: msal>=1.34.0; python_version >= "3.12"
19
- Requires-Dist: joblib==1.5.2; python_version < "3.12"
20
- Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
21
- Requires-Dist: requests==2.28.2; python_version < "3.11"
22
- Requires-Dist: requests<3,>=2.32.5; python_version >= "3.11" and python_version < "3.12"
23
- Requires-Dist: requests>=2.32.5; python_version >= "3.12"
24
- Requires-Dist: setuptools==67.6.0; python_version < "3.11"
25
- Requires-Dist: setuptools<81,>=80.9.0; python_version >= "3.11" and python_version < "3.12"
26
- Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
27
- Requires-Dist: plotly==5.13.1; python_version < "3.12"
28
- Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
29
- Requires-Dist: pytz<2027,>=2026.1
30
- Provides-Extra: all
31
- Requires-Dist: pandas==1.5.3; python_version < "3.11" and extra == "all"
32
- Requires-Dist: pandas==2.2.3; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
33
- Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "all"
34
- Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "all"
35
- Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "all"
36
- Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "all"
37
- Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "all"
38
- Requires-Dist: protobuf==3.20.3; python_version < "3.12" and extra == "all"
39
- Requires-Dist: protobuf>=5.29.5; python_version >= "3.12" and extra == "all"
40
- Requires-Dist: msal==1.30.0; python_version < "3.12" and extra == "all"
41
- Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "all"
42
- Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "all"
43
- Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "all"
44
- Requires-Dist: requests==2.28.2; python_version < "3.11" and extra == "all"
45
- Requires-Dist: requests<3,>=2.32.5; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
46
- Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "all"
47
- Requires-Dist: setuptools==67.6.0; python_version < "3.11" and extra == "all"
48
- Requires-Dist: setuptools<81,>=80.9.0; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
49
- Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
50
- Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
51
- Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "all"
52
- Requires-Dist: pytz<2027,>=2026.1; extra == "all"
53
- Requires-Dist: matplotlib==3.7.1; python_version < "3.11" and extra == "all"
54
- Requires-Dist: matplotlib<3.11,>=3.10.6; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
55
- Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "all"
56
- Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "all"
57
- Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "all"
58
- Requires-Dist: adtk==0.6.2; extra == "all"
59
- Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "all"
60
- Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "all"
61
- Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "all"
62
- Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "all"
63
- Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "all"
64
- Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "all"
65
- Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "all"
66
- Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "all"
67
- Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "all"
68
- Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "all"
69
- Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "all"
70
- Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "all"
71
- Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "all"
72
- Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "all"
73
- Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "all"
74
- Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "all"
75
- Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "all"
76
- Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "all"
77
- Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "all"
78
- Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "all"
79
- Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "all"
80
- Requires-Dist: torch==2.7.1; (python_version >= "3.11" and python_version < "3.12") and extra == "all"
81
- Requires-Dist: torch>=2.8.0; python_version >= "3.12" and extra == "all"
82
- Dynamic: author
83
- Dynamic: author-email
84
- Dynamic: license-file
85
- Dynamic: provides-extra
86
- Dynamic: requires-dist
87
- Dynamic: summary
@@ -1,91 +0,0 @@
1
- pytz<2027,>=2026.1
2
-
3
- [:python_version < "3.11"]
4
- pandas==1.5.3
5
- requests==2.28.2
6
- setuptools==67.6.0
7
-
8
- [:python_version < "3.12"]
9
- numpy==1.26.4
10
- dill==0.3.6
11
- protobuf==3.20.3
12
- msal==1.30.0
13
- joblib==1.5.2
14
- plotly==5.13.1
15
-
16
- [:python_version >= "3.11" and python_version < "3.12"]
17
- pandas==2.2.3
18
- requests<3,>=2.32.5
19
- setuptools<81,>=80.9.0
20
-
21
- [:python_version >= "3.12"]
22
- pandas>=2.3.3
23
- numpy>=2.3.3
24
- dill==0.4.0
25
- protobuf>=5.29.5
26
- msal>=1.34.0
27
- joblib>=1.2.0
28
- requests>=2.32.5
29
- setuptools>=80.9.0
30
- plotly>=6.3.1
31
-
32
- [all]
33
- pytz<2027,>=2026.1
34
- adtk==0.6.2
35
-
36
- [all:python_version < "3.11"]
37
- pandas==1.5.3
38
- requests==2.28.2
39
- setuptools==67.6.0
40
- matplotlib==3.7.1
41
-
42
- [all:python_version < "3.12"]
43
- numpy==1.26.4
44
- dill==0.3.6
45
- protobuf==3.20.3
46
- msal==1.30.0
47
- joblib==1.5.2
48
- plotly==5.13.1
49
- scikit-learn==1.2.2
50
- scipy==1.10.1
51
- xgboost==1.7.4
52
- u8darts==0.25.0
53
- optuna==3.3.0
54
- explainerdashboard==0.4.2.1
55
- ipywidgets==8.0.4
56
- kaleido==0.2.1
57
- pytest==7.2.2
58
- pytest-cov==4.0.0
59
- shapely==2.0.1
60
- pyodbc==4.0.35
61
-
62
- [all:python_version >= "3.11" and python_version < "3.12"]
63
- pandas==2.2.3
64
- requests<3,>=2.32.5
65
- setuptools<81,>=80.9.0
66
- matplotlib<3.11,>=3.10.6
67
- torch==2.7.1
68
-
69
- [all:python_version >= "3.12"]
70
- pandas>=2.3.3
71
- numpy>=2.3.3
72
- dill==0.4.0
73
- protobuf>=5.29.5
74
- msal>=1.34.0
75
- joblib>=1.2.0
76
- requests>=2.32.5
77
- setuptools>=80.9.0
78
- plotly>=6.3.1
79
- matplotlib>=3.10.6
80
- scikit-learn>=1.7.2
81
- scipy>=1.16.2
82
- xgboost>=3.0.5
83
- u8darts>=0.38.0
84
- optuna>=4.5.0
85
- ipywidgets>=8.1.7
86
- kaleido>=1.1.0
87
- pytest>=8.4.2
88
- pytest-cov>=7.0.0
89
- shapely>=2.1.2
90
- pyodbc>=5.2.0
91
- torch>=2.8.0