solax-py-library 1.0.0.19__py3-none-any.whl → 1.0.0.20__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.
- solax_py_library/snap_shot/core/__init__.py +2 -0
- solax_py_library/upload/api/service.py +2 -2
- solax_py_library/upload/core/upload_service/ftp.py +1 -1
- solax_py_library/upload/exceptions/__init__.py +0 -2
- {solax_py_library-1.0.0.19.dist-info → solax_py_library-1.0.0.20.dist-info}/METADATA +1 -1
- {solax_py_library-1.0.0.19.dist-info → solax_py_library-1.0.0.20.dist-info}/RECORD +7 -7
- {solax_py_library-1.0.0.19.dist-info → solax_py_library-1.0.0.20.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
from typing import Dict, Any
|
2
2
|
|
3
3
|
from solax_py_library.upload.core.upload_service import upload_service_map
|
4
|
-
from solax_py_library.
|
4
|
+
from solax_py_library.exception import SolaxBaseError
|
5
5
|
from solax_py_library.upload.types.client import UploadType, UploadData
|
6
6
|
|
7
7
|
|
@@ -12,7 +12,7 @@ def upload_service(upload_type: UploadType, configuration: Dict[str, Any]):
|
|
12
12
|
"""
|
13
13
|
upload_class = upload_service_map.get(upload_type)
|
14
14
|
if not upload_class:
|
15
|
-
raise
|
15
|
+
raise SolaxBaseError
|
16
16
|
return upload_class(**configuration)
|
17
17
|
|
18
18
|
|
@@ -3,7 +3,7 @@ solax_py_library/exception.py,sha256=ygAccdTqJctRrdt9bu6-vqZP5KadfKVS_1tjt4KcRn8
|
|
3
3
|
solax_py_library/snap_shot/__init__.py,sha256=Ex12q6BCkdU-3OP-f-ehGCetJJWnoZ7KxhEDd_lXh6M,81
|
4
4
|
solax_py_library/snap_shot/constant/__init__.py,sha256=UNfjAlx1wovXc1oH74af9oIe2TljwCCiTzNXzWgtUms,65
|
5
5
|
solax_py_library/snap_shot/constant/crc_table.py,sha256=D-pSxpf1XDzu7YR8LmbnzdLRvI8exDL2dyDh7RRc4Io,3566
|
6
|
-
solax_py_library/snap_shot/core/__init__.py,sha256=
|
6
|
+
solax_py_library/snap_shot/core/__init__.py,sha256=R0jkbwcJ3PPVyIGLVXvqRHDFTkq1NWBOPk0sa-FCVT8,178
|
7
7
|
solax_py_library/snap_shot/core/base_modbus.py,sha256=EdDSRvRC2a4IE_LGvjxGznqi6AX5x4O0_Wn1IkHzIpA,403
|
8
8
|
solax_py_library/snap_shot/core/parser.py,sha256=74YG14zOopW2am6BQX0zF3NnWTN21pkYcW7gFP1ssko,7703
|
9
9
|
solax_py_library/snap_shot/core/snap_shot.py,sha256=XbzR4yeCgMlLlcy8gEX58xFIc8agCZN7VDXE6SjlDr4,9931
|
@@ -14,15 +14,15 @@ solax_py_library/snap_shot/types/__init__.py,sha256=g9ybB88TntvAMGIhLgJ31Xxn26zl
|
|
14
14
|
solax_py_library/snap_shot/types/address.py,sha256=JhyB-t2OnKuE8akKk120sojCNXv4_OlLLuWsl5ChFZ8,1148
|
15
15
|
solax_py_library/upload/__init__.py,sha256=XhZar7BKaRN0XcdPl4QffWr488L3UWvuq5syT8nX2OU,93
|
16
16
|
solax_py_library/upload/api/__init__.py,sha256=ASShe-YQxP0aA3B_I8EmpWKXIdXPWvaANifrzlYrFEk,84
|
17
|
-
solax_py_library/upload/api/service.py,sha256
|
17
|
+
solax_py_library/upload/api/service.py,sha256=-APuz86t4loCkjzaxq02kuKrB6jxaPV-Tz1V__j6cY0,763
|
18
18
|
solax_py_library/upload/core/__init__.py,sha256=XMcnyDzCfsLwWaTAZt9-an7TuwYFqVNSt9W1_QRUrwA,89
|
19
19
|
solax_py_library/upload/core/data_adapter/__init__.py,sha256=9CXepLZSOjZMfNjyYKAWQCWZt353kTL_0tFBlIeUIOo,116
|
20
20
|
solax_py_library/upload/core/data_adapter/base.py,sha256=Va-SEe0eL3gobhNOnzHGkYBLIwf5RVawQdYRHHXg9g0,170
|
21
21
|
solax_py_library/upload/core/data_adapter/csv.py,sha256=8nlnV_43mMAR3re50MQJymzT5HYpZOo7eSeMsEfnEVE,861
|
22
22
|
solax_py_library/upload/core/upload_service/__init__.py,sha256=uA-UeH31rDNxByeZwvPhNFHPV_-J8JyCev8geuc---k,269
|
23
23
|
solax_py_library/upload/core/upload_service/base.py,sha256=dxCBVtPxDhN7oRTjnwnjtc2XAF4hyIz9HsYCJePlggg,912
|
24
|
-
solax_py_library/upload/core/upload_service/ftp.py,sha256=
|
25
|
-
solax_py_library/upload/exceptions/__init__.py,sha256=
|
24
|
+
solax_py_library/upload/core/upload_service/ftp.py,sha256=Up0_fm-udf8H9u6iy74V6-4IF2OIjTYhyeVsFeAp0x0,2927
|
25
|
+
solax_py_library/upload/exceptions/__init__.py,sha256=12D68_mODfJkVFa1f65QgPUn8bvD5BDAeiHgNgU0258,186
|
26
26
|
solax_py_library/upload/exceptions/upload_error.py,sha256=V2_yEMLj9KQEkdQ0Cm1DOogbjZWGb4p8RVnFx7D9yLY,425
|
27
27
|
solax_py_library/upload/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
28
|
solax_py_library/upload/test/test_ftp.py,sha256=tqc7Ag10PqgRewpMsBBG-mfezGK8lsxz3HbKOwQSORQ,2605
|
@@ -31,6 +31,6 @@ solax_py_library/upload/types/client.py,sha256=fG674_QEpOw3ibO171lcxJ0cz27yGR_sd
|
|
31
31
|
solax_py_library/upload/types/ftp.py,sha256=9kCeLB0g5Je19v4ifz8YYEsGOhJL1lKBO2C6V2VBndc,679
|
32
32
|
solax_py_library/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
solax_py_library/utils/common.py,sha256=MY4Iab1o-jv7JoImcDiRDW12-MTXgwYym8yt_PofqRY,571
|
34
|
-
solax_py_library-1.0.0.
|
35
|
-
solax_py_library-1.0.0.
|
36
|
-
solax_py_library-1.0.0.
|
34
|
+
solax_py_library-1.0.0.20.dist-info/METADATA,sha256=3_07XsIfWNwjj_061W3x8zzs4PAmyfGCjMFkzZB_BCg,1790
|
35
|
+
solax_py_library-1.0.0.20.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
36
|
+
solax_py_library-1.0.0.20.dist-info/RECORD,,
|
File without changes
|