kodexa 7.0.8171891686__py3-none-any.whl → 7.0.8172337105__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 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:
@@ -5789,11 +5791,6 @@ def process_response(response) -> requests.Response:
5789
5791
 
5790
5792
  return response
5791
5793
 
5792
- #
5793
- # The Kodexa Client is the way that brings everything together
5794
- #
5795
- #
5796
-
5797
5794
 
5798
5795
  OBJECT_TYPES = {
5799
5796
  "extensionPacks": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.8171891686
3
+ Version: 7.0.8172337105
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -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=GFQYpYSGqqqQnJJgvfalUgqJ7ihkuE-FeY_bxob1BLY,210790
14
+ kodexa/platform/client.py,sha256=k83E2_AaVhaZ5RmBYm05flzIOpvIUWrXmUJ6KxYxdV0,210803
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.8171891686.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
- kodexa-7.0.8171891686.dist-info/METADATA,sha256=VO85lHeCKfgbC0nLPPgXHfcQq1zC8AQCMRyUGJ_-e7M,3448
40
- kodexa-7.0.8171891686.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
- kodexa-7.0.8171891686.dist-info/RECORD,,
38
+ kodexa-7.0.8172337105.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
+ kodexa-7.0.8172337105.dist-info/METADATA,sha256=5rYsB7Vfz_kvcj34fuBb2F4c8d2usjLAAPAVAECANKQ,3448
40
+ kodexa-7.0.8172337105.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
+ kodexa-7.0.8172337105.dist-info/RECORD,,