kodexa 7.0.8171891686__py3-none-any.whl → 7.0.8172328526__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.
- kodexa/platform/client.py +2 -0
- {kodexa-7.0.8171891686.dist-info → kodexa-7.0.8172328526.dist-info}/METADATA +1 -1
- {kodexa-7.0.8171891686.dist-info → kodexa-7.0.8172328526.dist-info}/RECORD +5 -5
- {kodexa-7.0.8171891686.dist-info → kodexa-7.0.8172328526.dist-info}/LICENSE +0 -0
- {kodexa-7.0.8171891686.dist-info → kodexa-7.0.8172328526.dist-info}/WHEEL +0 -0
kodexa/platform/client.py
CHANGED
@@ -5774,6 +5774,8 @@ def process_response(response) -> requests.Response:
|
|
5774
5774
|
raise Exception(f"Unauthorized ({response.text})")
|
5775
5775
|
if response.status_code == 404:
|
5776
5776
|
raise Exception(f"Not found ({response.text})")
|
5777
|
+
if response.status_code in [301, 302]:
|
5778
|
+
raise Exception(f"Redirected ({response.text})")
|
5777
5779
|
if response.status_code == 405:
|
5778
5780
|
raise Exception("Method not allowed")
|
5779
5781
|
if response.status_code == 500:
|
@@ -11,7 +11,7 @@ kodexa/model/persistence.py,sha256=hhUnDUr4wc2bSN4V3sKug8ZIxSUl-pNc2OUQLnB71NA,6
|
|
11
11
|
kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
|
12
12
|
kodexa/pipeline/pipeline.py,sha256=cIRFOoJkguIYgNzx6FYrODdBpcY25CM_SULsqSsHeXE,24323
|
13
13
|
kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
|
14
|
-
kodexa/platform/client.py,sha256=
|
14
|
+
kodexa/platform/client.py,sha256=8wwZ3u00RJtXlAp1EVZDRfxEEg5AAxbU6b52SE8K3hk,210890
|
15
15
|
kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
|
16
16
|
kodexa/platform/kodexa.py,sha256=Xfk6mL3ZpXqYe_cjnTfEik33EEZcaxM2J6i_T2W07Yk,33175
|
17
17
|
kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
|
@@ -35,7 +35,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
|
|
35
35
|
kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
|
36
36
|
kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
|
37
37
|
kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
|
-
kodexa-7.0.
|
39
|
-
kodexa-7.0.
|
40
|
-
kodexa-7.0.
|
41
|
-
kodexa-7.0.
|
38
|
+
kodexa-7.0.8172328526.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
39
|
+
kodexa-7.0.8172328526.dist-info/METADATA,sha256=8eyR21F0RdqAlOGErU0vdCjvxAjAhX6bS5N07tfQZxE,3448
|
40
|
+
kodexa-7.0.8172328526.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
41
|
+
kodexa-7.0.8172328526.dist-info/RECORD,,
|
File without changes
|
File without changes
|