frogml-core 0.0.27__py3-none-any.whl → 0.0.29__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.
- frogml_core/__init__.py +1 -1
- frogml_core/tools/logger/logging.yml +2 -2
- {frogml_core-0.0.27.dist-info → frogml_core-0.0.29.dist-info}/METADATA +6 -7
- {frogml_core-0.0.27.dist-info → frogml_core-0.0.29.dist-info}/RECORD +6 -6
- frogml_services_mock/mocks/authentication_service.py +1 -1
- {frogml_core-0.0.27.dist-info → frogml_core-0.0.29.dist-info}/WHEEL +0 -0
frogml_core/__init__.py
CHANGED
@@ -11,11 +11,11 @@ formatters:
|
|
11
11
|
format: '%(asctime)s %(levelname)-8s %(module)s - %(lineno)d - %(message)s'
|
12
12
|
datefmt: '%Y-%m-%d %H:%M:%S'
|
13
13
|
remote:
|
14
|
-
class: pythonjsonlogger.
|
14
|
+
class: pythonjsonlogger.jsonlogger.JsonFormatter
|
15
15
|
format: '%(asctime)s %(process)d %(levelname)s %(module)s %(lineno)d %(message)s'
|
16
16
|
datefmt: '%Y-%m-%dT%H:%M:%S'
|
17
17
|
json:
|
18
|
-
class: pythonjsonlogger.
|
18
|
+
class: pythonjsonlogger.jsonlogger.JsonFormatter
|
19
19
|
format: '%(asctime)s %(process)d %(levelname)s %(module)s %(lineno)d %(message)s'
|
20
20
|
datefmt: '%Y-%m-%dT%H:%M:%S'
|
21
21
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: frogml-core
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.29
|
4
4
|
Summary: frogml Core contains the necessary objects and communication tools for using the Jfrog ml Platform
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: mlops,ml,deployment,serving,model
|
@@ -16,13 +16,13 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
17
17
|
Provides-Extra: feature-store
|
18
18
|
Requires-Dist: PyYAML
|
19
|
-
Requires-Dist: cachetools
|
20
|
-
Requires-Dist: chevron (
|
19
|
+
Requires-Dist: cachetools
|
20
|
+
Requires-Dist: chevron (==0.14.0)
|
21
21
|
Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
|
22
22
|
Requires-Dist: dacite (==1.8.1)
|
23
23
|
Requires-Dist: dependency-injector (>=4.0)
|
24
24
|
Requires-Dist: filelock
|
25
|
-
Requires-Dist: frogml-storage (>=0.
|
25
|
+
Requires-Dist: frogml-storage (>=0.11.0,<0.12.0)
|
26
26
|
Requires-Dist: grpcio (>=1.57.0)
|
27
27
|
Requires-Dist: joblib (>=1.3.2,<2.0.0)
|
28
28
|
Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
|
@@ -30,13 +30,12 @@ Requires-Dist: protobuf (>=3.10,<4) ; python_version < "3.10"
|
|
30
30
|
Requires-Dist: protobuf (>=4.21.6) ; python_version >= "3.10"
|
31
31
|
Requires-Dist: pyarrow (>=6.0.0) ; extra == "feature-store"
|
32
32
|
Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
|
33
|
-
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
|
34
33
|
Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
|
35
|
-
Requires-Dist: python-
|
34
|
+
Requires-Dist: python-jose
|
35
|
+
Requires-Dist: python-json-logger (>=2.0.2)
|
36
36
|
Requires-Dist: requests
|
37
37
|
Requires-Dist: retrying (==1.3.4)
|
38
38
|
Requires-Dist: typeguard (>=2,<3)
|
39
|
-
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
|
40
39
|
Project-URL: Home page, https://www.jfrog.com/
|
41
40
|
Description-Content-Type: text/markdown
|
42
41
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
frogml_core/__init__.py,sha256=
|
1
|
+
frogml_core/__init__.py,sha256=EivNxwPAYwjdAaB2ZgRGEX9S-EdZ35yRGbTwk-ZJLGQ,777
|
2
2
|
frogml_core/automations/__init__.py,sha256=j2gD15MN-xVWhI5rAFsDwhL0CIyICLNT0scXsKvNBkU,1547
|
3
3
|
frogml_core/automations/automation_executions.py,sha256=xpOb9Dq8gPPGNQDJTvBBZbNz4woZDRZY0HqnLSu7pwU,3230
|
4
4
|
frogml_core/automations/automations.py,sha256=GKEQyQMi8sxX5oZn62PaxPi0zD8IaJRjBkhczRJxHNs,13070
|
@@ -415,7 +415,7 @@ frogml_core/testing/fixtures.py,sha256=tjWIvdZ2nIfNPs6VtUeGx5coJepQVMUWemKGtqUYP
|
|
415
415
|
frogml_core/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
416
416
|
frogml_core/tools/logger/__init__.py,sha256=3FfLlYKajB15QA7d2AeDUTfv_UPGz7s2hucPRe_GXdA,115
|
417
417
|
frogml_core/tools/logger/logger.py,sha256=m38m6niR7QJgcd90t7_5N6ZTKnO-cP2cRmshcbLRa5k,9677
|
418
|
-
frogml_core/tools/logger/logging.yml,sha256=
|
418
|
+
frogml_core/tools/logger/logging.yml,sha256=UWC2i3NVKT3j5S8_SapzqClDzXLIEAurzNIXa2tS4UA,1941
|
419
419
|
frogml_core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
420
420
|
frogml_core/utils/datetime_utils.py,sha256=3zK7PUrerMlwB7U6WeuYwMAclVMfPqBNZihNRyIVMs4,581
|
421
421
|
frogml_core/utils/dict_utils.py,sha256=YsOSQeGpmrsm3CMnx2ZbqvzEcybk3m-0TCMXbBdBXaY,263
|
@@ -974,7 +974,7 @@ frogml_services_mock/mocks/alert_manager_service_api.py,sha256=wEBgwtCRAxUSAni-r
|
|
974
974
|
frogml_services_mock/mocks/alert_registry_service_api.py,sha256=k_MbEytyIvUcMffqd1E6Wf0qBEOyZMVpBu-jaS6Tvjw,2277
|
975
975
|
frogml_services_mock/mocks/analytics_api.py,sha256=9zA90He4hYOd8Wr1k_wZho6bWsbkd8mVUt4MUCrTEKc,2132
|
976
976
|
frogml_services_mock/mocks/audience_service_api.py,sha256=x96adhF05NYqEtI8lJaf5llrZX29udPLHuVXKy_FbR0,2661
|
977
|
-
frogml_services_mock/mocks/authentication_service.py,sha256=
|
977
|
+
frogml_services_mock/mocks/authentication_service.py,sha256=M3cVfnQ2XcxQAWZCm9uR9cAVu_0BahEP4BdymYQfihI,1180
|
978
978
|
frogml_services_mock/mocks/automation_management_service.py,sha256=-7kncqM3R-_pLmppzFpuv_TniXCVGVuESculVuQ3EbY,8238
|
979
979
|
frogml_services_mock/mocks/autoscaling_service_api.py,sha256=u3RkwHxACPFSk9DwhLFQSI7_ULoHN9uWFL-zyyo-sNw,1032
|
980
980
|
frogml_services_mock/mocks/batch_job_manager_service.py,sha256=QY3HA0MlA8eg2jkQEzjyGx8UsSnlGbOUopDLOYLacL4,13146
|
@@ -1019,6 +1019,6 @@ frogml_services_mock/mocks/workspace_manager_service_mock.py,sha256=WbOiWgOyr-xT
|
|
1019
1019
|
frogml_services_mock/services_mock.py,sha256=_34z6rFCHFwcSni-9eyJlrH264xsL_QDNmG-EBv0zMc,20281
|
1020
1020
|
frogml_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1021
1021
|
frogml_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1022
|
-
frogml_core-0.0.
|
1023
|
-
frogml_core-0.0.
|
1024
|
-
frogml_core-0.0.
|
1022
|
+
frogml_core-0.0.29.dist-info/METADATA,sha256=KObwyxmm6xMY7ImmDEjCNF3RcU8WarHEKCS4VtpUDvI,2012
|
1023
|
+
frogml_core-0.0.29.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1024
|
+
frogml_core-0.0.29.dist-info/RECORD,,
|
File without changes
|