pyxecm 2.0.1__tar.gz → 2.0.2__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.
Potentially problematic release.
This version of pyxecm might be problematic. Click here for more details.
- {pyxecm-2.0.1/pyxecm.egg-info → pyxecm-2.0.2}/PKG-INFO +2 -5
- {pyxecm-2.0.1 → pyxecm-2.0.2}/README.md +0 -1
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyproject.toml +2 -2
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/browser_automation.py +2 -1
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otcs.py +1 -1
- {pyxecm-2.0.1 → pyxecm-2.0.2/pyxecm.egg-info}/PKG-INFO +2 -5
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/requires.txt +0 -3
- {pyxecm-2.0.1 → pyxecm-2.0.2}/LICENSE +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/avts.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/coreshare.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/__main__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/__main__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/app.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/functions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/models.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/functions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/metrics.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/models.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/payload_list.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/settings.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/terminal/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/terminal/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_csai/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_csai/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/functions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/models.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/functions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/functions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/models.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/router.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/customizer.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/exceptions.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/guidewire.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/k8s.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/log.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/m365.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/nhc.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/openapi.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/payload.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/pht.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/salesforce.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/sap.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/servicenow.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/settings.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/successfactors.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/translate.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/assoc.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/data.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/logadapter.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/web.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/xml.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/__init__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/__main__.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/app.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/settings.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/static/favicon.avif +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/templates/maintenance.html +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otac.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otawp.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otca.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otds.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otiv.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otmm.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otpd.py +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/SOURCES.txt +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/dependency_links.txt +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/top_level.txt +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/setup.cfg +0 -0
- {pyxecm-2.0.1 → pyxecm-2.0.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyxecm
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: A Python library to interact with Opentext Extended ECM REST API
|
|
5
5
|
Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/opentext/pyxecm
|
|
@@ -36,9 +36,7 @@ Requires-Dist: asyncio
|
|
|
36
36
|
Requires-Dist: jinja2
|
|
37
37
|
Requires-Dist: prometheus-fastapi-instrumentator
|
|
38
38
|
Requires-Dist: psycopg[binary,pool]>=3.2.6
|
|
39
|
-
|
|
40
|
-
Requires-Dist: chromedriver_autoinstaller; extra == "browserautomation"
|
|
41
|
-
Requires-Dist: playwright>=1.52.0; extra == "browserautomation"
|
|
39
|
+
Requires-Dist: playwright>=1.52.0
|
|
42
40
|
Provides-Extra: dataloader
|
|
43
41
|
Requires-Dist: pandas; extra == "dataloader"
|
|
44
42
|
Requires-Dist: pyyaml; extra == "dataloader"
|
|
@@ -63,7 +61,6 @@ Detailed documentation of this package is available [here](https://opentext.gith
|
|
|
63
61
|
|
|
64
62
|
Install pyxecm with the desired extras into your python environment, extra options are:
|
|
65
63
|
|
|
66
|
-
- browserautomation
|
|
67
64
|
- dataloader
|
|
68
65
|
- sap
|
|
69
66
|
|
|
@@ -34,6 +34,7 @@ dependencies = [
|
|
|
34
34
|
'jinja2',
|
|
35
35
|
'prometheus-fastapi-instrumentator',
|
|
36
36
|
"psycopg[binary,pool]>=3.2.6",
|
|
37
|
+
"playwright>=1.52.0",
|
|
37
38
|
]
|
|
38
39
|
description = 'A Python library to interact with Opentext Extended ECM REST API'
|
|
39
40
|
keywords = [
|
|
@@ -47,7 +48,7 @@ keywords = [
|
|
|
47
48
|
name = 'pyxecm'
|
|
48
49
|
readme = 'README.md'
|
|
49
50
|
requires-python = '>=3.10'
|
|
50
|
-
version = "2.0.
|
|
51
|
+
version = "2.0.2"
|
|
51
52
|
|
|
52
53
|
[[project.authors]]
|
|
53
54
|
email = 'kgatzweiler@opentext.com'
|
|
@@ -58,7 +59,6 @@ email = 'mdiefenb@opentext.com'
|
|
|
58
59
|
name = 'Dr. Marc Diefenbruch'
|
|
59
60
|
|
|
60
61
|
[project.optional-dependencies]
|
|
61
|
-
browserautomation = ['chromedriver_autoinstaller', "playwright>=1.52.0"]
|
|
62
62
|
dataloader = [
|
|
63
63
|
'pandas',
|
|
64
64
|
'pyyaml',
|
|
@@ -66,6 +66,7 @@ REQUEST_TIMEOUT = 30
|
|
|
66
66
|
REQUEST_RETRY_DELAY = 2
|
|
67
67
|
REQUEST_MAX_RETRIES = 3
|
|
68
68
|
|
|
69
|
+
|
|
69
70
|
class BrowserAutomation:
|
|
70
71
|
"""Class to automate settings via a browser interface."""
|
|
71
72
|
|
|
@@ -283,6 +284,7 @@ class BrowserAutomation:
|
|
|
283
284
|
self.logger.error("Could not get page title; error -> %s", e)
|
|
284
285
|
|
|
285
286
|
return None
|
|
287
|
+
|
|
286
288
|
# end method definition
|
|
287
289
|
|
|
288
290
|
def scroll_to_element(self, element: ElementHandle) -> None:
|
|
@@ -887,7 +889,6 @@ class BrowserAutomation:
|
|
|
887
889
|
)
|
|
888
890
|
return False
|
|
889
891
|
|
|
890
|
-
|
|
891
892
|
if "Verify" in title:
|
|
892
893
|
self.logger.error("Site is asking for a Verification Token. You may need to whitelist your IP!")
|
|
893
894
|
return False
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyxecm
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: A Python library to interact with Opentext Extended ECM REST API
|
|
5
5
|
Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/opentext/pyxecm
|
|
@@ -36,9 +36,7 @@ Requires-Dist: asyncio
|
|
|
36
36
|
Requires-Dist: jinja2
|
|
37
37
|
Requires-Dist: prometheus-fastapi-instrumentator
|
|
38
38
|
Requires-Dist: psycopg[binary,pool]>=3.2.6
|
|
39
|
-
|
|
40
|
-
Requires-Dist: chromedriver_autoinstaller; extra == "browserautomation"
|
|
41
|
-
Requires-Dist: playwright>=1.52.0; extra == "browserautomation"
|
|
39
|
+
Requires-Dist: playwright>=1.52.0
|
|
42
40
|
Provides-Extra: dataloader
|
|
43
41
|
Requires-Dist: pandas; extra == "dataloader"
|
|
44
42
|
Requires-Dist: pyyaml; extra == "dataloader"
|
|
@@ -63,7 +61,6 @@ Detailed documentation of this package is available [here](https://opentext.gith
|
|
|
63
61
|
|
|
64
62
|
Install pyxecm with the desired extras into your python environment, extra options are:
|
|
65
63
|
|
|
66
|
-
- browserautomation
|
|
67
64
|
- dataloader
|
|
68
65
|
- sap
|
|
69
66
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|