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.

Files changed (82) hide show
  1. {pyxecm-2.0.1/pyxecm.egg-info → pyxecm-2.0.2}/PKG-INFO +2 -5
  2. {pyxecm-2.0.1 → pyxecm-2.0.2}/README.md +0 -1
  3. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyproject.toml +2 -2
  4. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/browser_automation.py +2 -1
  5. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otcs.py +1 -1
  6. {pyxecm-2.0.1 → pyxecm-2.0.2/pyxecm.egg-info}/PKG-INFO +2 -5
  7. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/requires.txt +0 -3
  8. {pyxecm-2.0.1 → pyxecm-2.0.2}/LICENSE +0 -0
  9. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/__init__.py +0 -0
  10. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/avts.py +0 -0
  11. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/coreshare.py +0 -0
  12. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/__init__.py +0 -0
  13. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/__main__.py +0 -0
  14. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/__init__.py +0 -0
  15. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/__main__.py +0 -0
  16. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/app.py +0 -0
  17. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/__init__.py +0 -0
  18. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/functions.py +0 -0
  19. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/models.py +0 -0
  20. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/auth/router.py +0 -0
  21. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/__init__.py +0 -0
  22. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/functions.py +0 -0
  23. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/metrics.py +0 -0
  24. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/models.py +0 -0
  25. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/payload_list.py +0 -0
  26. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/common/router.py +0 -0
  27. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/settings.py +0 -0
  28. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/terminal/__init__.py +0 -0
  29. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/terminal/router.py +0 -0
  30. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_csai/__init__.py +0 -0
  31. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_csai/router.py +0 -0
  32. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/__init__.py +0 -0
  33. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/functions.py +0 -0
  34. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/models.py +0 -0
  35. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_maintenance/router.py +0 -0
  36. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/__init__.py +0 -0
  37. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/functions.py +0 -0
  38. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_otcs/router.py +0 -0
  39. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/__init__.py +0 -0
  40. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/functions.py +0 -0
  41. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/models.py +0 -0
  42. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/api/v1_payload/router.py +0 -0
  43. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/customizer.py +0 -0
  44. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/exceptions.py +0 -0
  45. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/guidewire.py +0 -0
  46. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/k8s.py +0 -0
  47. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/log.py +0 -0
  48. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/m365.py +0 -0
  49. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/nhc.py +0 -0
  50. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/openapi.py +0 -0
  51. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/payload.py +0 -0
  52. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/pht.py +0 -0
  53. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/salesforce.py +0 -0
  54. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/sap.py +0 -0
  55. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/servicenow.py +0 -0
  56. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/settings.py +0 -0
  57. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/successfactors.py +0 -0
  58. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/customizer/translate.py +0 -0
  59. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/__init__.py +0 -0
  60. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/assoc.py +0 -0
  61. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/data.py +0 -0
  62. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/logadapter.py +0 -0
  63. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/web.py +0 -0
  64. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/helper/xml.py +0 -0
  65. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/__init__.py +0 -0
  66. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/__main__.py +0 -0
  67. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/app.py +0 -0
  68. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/settings.py +0 -0
  69. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/static/favicon.avif +0 -0
  70. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/maintenance_page/templates/maintenance.html +0 -0
  71. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otac.py +0 -0
  72. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otawp.py +0 -0
  73. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otca.py +0 -0
  74. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otds.py +0 -0
  75. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otiv.py +0 -0
  76. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otmm.py +0 -0
  77. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm/otpd.py +0 -0
  78. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/SOURCES.txt +0 -0
  79. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/dependency_links.txt +0 -0
  80. {pyxecm-2.0.1 → pyxecm-2.0.2}/pyxecm.egg-info/top_level.txt +0 -0
  81. {pyxecm-2.0.1 → pyxecm-2.0.2}/setup.cfg +0 -0
  82. {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.1
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
- Provides-Extra: browserautomation
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
 
@@ -8,7 +8,6 @@ Detailed documentation of this package is available [here](https://opentext.gith
8
8
 
9
9
  Install pyxecm with the desired extras into your python environment, extra options are:
10
10
 
11
- - browserautomation
12
11
  - dataloader
13
12
  - sap
14
13
 
@@ -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.1"
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
@@ -87,7 +87,7 @@ except ModuleNotFoundError:
87
87
 
88
88
 
89
89
  class OTCS:
90
- """Used to automate stettings in OpenText Extended ECM."""
90
+ """Used to automate stettings in OpenText Content Management."""
91
91
 
92
92
  logger: logging.Logger = default_logger
93
93
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxecm
3
- Version: 2.0.1
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
- Provides-Extra: browserautomation
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
 
@@ -20,9 +20,6 @@ asyncio
20
20
  jinja2
21
21
  prometheus-fastapi-instrumentator
22
22
  psycopg[binary,pool]>=3.2.6
23
-
24
- [browserautomation]
25
- chromedriver_autoinstaller
26
23
  playwright>=1.52.0
27
24
 
28
25
  [dataloader]
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