pyxecm 3.0.0__tar.gz → 3.0.1__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 (98) hide show
  1. pyxecm-3.0.1/PKG-INFO +126 -0
  2. pyxecm-3.0.1/README.md +76 -0
  3. {pyxecm-3.0.0 → pyxecm-3.0.1}/pyproject.toml +1 -1
  4. pyxecm-3.0.0/PKG-INFO +0 -48
  5. pyxecm-3.0.0/README.md +0 -0
  6. {pyxecm-3.0.0 → pyxecm-3.0.1}/.gitignore +0 -0
  7. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/__init__.py +0 -0
  8. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/avts.py +0 -0
  9. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/coreshare.py +0 -0
  10. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/__init__.py +0 -0
  11. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/assoc.py +0 -0
  12. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/data.py +0 -0
  13. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/logadapter.py +0 -0
  14. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/otel_config.py +0 -0
  15. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/web.py +0 -0
  16. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/helper/xml.py +0 -0
  17. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otac.py +0 -0
  18. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otawp.py +0 -0
  19. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otca.py +0 -0
  20. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otcs.py +0 -0
  21. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otds.py +0 -0
  22. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otiv.py +0 -0
  23. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otkd.py +0 -0
  24. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otmm.py +0 -0
  25. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/otpd.py +0 -0
  26. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm/py.typed +0 -0
  27. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/__init__.py +0 -0
  28. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/__main__.py +0 -0
  29. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/__init__.py +0 -0
  30. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/app.py +0 -0
  31. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/functions.py +0 -0
  32. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/models.py +0 -0
  33. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_knowledgegraph/__init__.py +0 -0
  34. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_knowledgegraph/functions.py +0 -0
  35. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_knowledgegraph/models.py +0 -0
  36. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_knowledgegraph/router.py +0 -0
  37. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_user_agent/__init__.py +0 -0
  38. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_user_agent/models.py +0 -0
  39. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_user_agent/router.py +0 -0
  40. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_workspace_agent/__init__.py +0 -0
  41. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_workspace_agent/models.py +0 -0
  42. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/agents/otcm_workspace_agent/router.py +0 -0
  43. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/app.py +0 -0
  44. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/auth/__init__.py +0 -0
  45. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/auth/functions.py +0 -0
  46. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/auth/models.py +0 -0
  47. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/auth/router.py +0 -0
  48. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/common/__init__.py +0 -0
  49. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/common/functions.py +0 -0
  50. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/common/metrics.py +0 -0
  51. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/common/models.py +0 -0
  52. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/common/router.py +0 -0
  53. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/settings.py +0 -0
  54. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/terminal/__init__.py +0 -0
  55. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/terminal/router.py +0 -0
  56. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/__init__.py +0 -0
  57. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/models.py +0 -0
  58. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/router.py +0 -0
  59. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/statics/bindings/utils.js +0 -0
  60. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/statics/tom-select/tom-select.complete.min.js +0 -0
  61. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/statics/tom-select/tom-select.css +0 -0
  62. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/statics/vis-9.1.2/vis-network.css +0 -0
  63. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_csai/statics/vis-9.1.2/vis-network.min.js +0 -0
  64. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_maintenance/__init__.py +0 -0
  65. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_maintenance/functions.py +0 -0
  66. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_maintenance/models.py +0 -0
  67. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_maintenance/router.py +0 -0
  68. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_otcs/__init__.py +0 -0
  69. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_otcs/functions.py +0 -0
  70. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_otcs/router.py +0 -0
  71. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_payload/__init__.py +0 -0
  72. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_payload/functions.py +0 -0
  73. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_payload/models.py +0 -0
  74. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_api/v1_payload/router.py +0 -0
  75. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/__init__.py +0 -0
  76. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/__main__.py +0 -0
  77. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/browser_automation.py +0 -0
  78. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/customizer.py +0 -0
  79. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/exceptions.py +0 -0
  80. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/guidewire.py +0 -0
  81. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/k8s.py +0 -0
  82. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/knowledge_graph.py +0 -0
  83. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/log.py +0 -0
  84. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/m365.py +0 -0
  85. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/payload.py +0 -0
  86. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/payload_list.py +0 -0
  87. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/salesforce.py +0 -0
  88. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/sap.py +0 -0
  89. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/servicenow.py +0 -0
  90. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/settings.py +0 -0
  91. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/successfactors.py +0 -0
  92. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_customizer/translate.py +0 -0
  93. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/__init__.py +0 -0
  94. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/__main__.py +0 -0
  95. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/app.py +0 -0
  96. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/settings.py +0 -0
  97. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/static/favicon.avif +0 -0
  98. {pyxecm-3.0.0 → pyxecm-3.0.1}/src/pyxecm_maintenance_page/templates/maintenance.html +0 -0
pyxecm-3.0.1/PKG-INFO ADDED
@@ -0,0 +1,126 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyxecm
3
+ Version: 3.0.1
4
+ Summary: A Python library to interact with Opentext Content Management Rest API
5
+ Project-URL: Homepage, https://github.com/opentext/pyxecm
6
+ Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
7
+ Keywords: appworks,archivecenter,contentserver,extendedecm,opentext,otds
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
14
+ Requires-Python: >=3.10
15
+ Requires-Dist: lxml>=6.0.0
16
+ Requires-Dist: opentelemetry-api>=1.34.1
17
+ Requires-Dist: opentelemetry-exporter-otlp>=1.34.1
18
+ Requires-Dist: opentelemetry-instrumentation-requests>=0.55b1
19
+ Requires-Dist: opentelemetry-instrumentation-threading>=0.55b1
20
+ Requires-Dist: opentelemetry-sdk>=1.34.1
21
+ Requires-Dist: pandas>=2.3.1
22
+ Requires-Dist: requests-toolbelt>=1.0.0
23
+ Requires-Dist: requests>=2.32.4
24
+ Requires-Dist: suds>=1.2.0
25
+ Requires-Dist: websockets>=15.0.1
26
+ Requires-Dist: xmltodict>=0.14.2
27
+ Provides-Extra: api
28
+ Requires-Dist: asyncio>=3.4.3; extra == 'api'
29
+ Requires-Dist: fastapi>=0.116.0; extra == 'api'
30
+ Requires-Dist: jinja2>=3.1.6; extra == 'api'
31
+ Requires-Dist: opentelemetry-api>=1.34.1; extra == 'api'
32
+ Requires-Dist: opentelemetry-instrumentation-fastapi>=0.55b1; extra == 'api'
33
+ Requires-Dist: opentelemetry-sdk>=1.34.1; extra == 'api'
34
+ Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0; extra == 'api'
35
+ Requires-Dist: pydantic-settings>=2.10.1; extra == 'api'
36
+ Requires-Dist: python-multipart>=0.0.20; extra == 'api'
37
+ Requires-Dist: uvicorn>=0.35.0; extra == 'api'
38
+ Provides-Extra: customizer
39
+ Requires-Dist: kubernetes>=33.1.0; extra == 'customizer'
40
+ Requires-Dist: playwright>=1.53.0; extra == 'customizer'
41
+ Requires-Dist: pydantic>=2.11.7; extra == 'customizer'
42
+ Requires-Dist: python-hcl2>=7.2.1; extra == 'customizer'
43
+ Provides-Extra: magic
44
+ Requires-Dist: python-magic; extra == 'magic'
45
+ Provides-Extra: pyvis
46
+ Requires-Dist: pyvis>=0.3.2; extra == 'pyvis'
47
+ Provides-Extra: sap
48
+ Requires-Dist: pyrfc==3.3.1; extra == 'sap'
49
+ Description-Content-Type: text/markdown
50
+
51
+ # PYXECM
52
+
53
+ A python library to interact with Opentext Content Mangement REST API.
54
+ The product API documentation is available on [OpenText Developer](https://developer.opentext.com/ce/products/extendedecm)
55
+ Detailed documentation of this package is available [here](https://opentext.github.io/pyxecm/).
56
+
57
+ ## Quick start - Library usage
58
+
59
+ Install the latest version from pypi:
60
+
61
+ ```bash
62
+ pip install pyxecm
63
+ ```
64
+
65
+ ### Start using the package libraries
66
+
67
+ example usage of the OTCS class, more details can be found in the docs:
68
+
69
+ ```python
70
+ from pyxecm import OTCS
71
+
72
+ otcs_object = OTCS(
73
+ protocol="https",
74
+ hostname="otcs.domain.tld",
75
+ port="443",
76
+ public_url="otcs.domain.tld",
77
+ username="admin",
78
+ password="********",
79
+ base_path="/cs/llisapi.dll",
80
+ )
81
+
82
+ otcs_object.authenticate()
83
+
84
+ nodes = otcs_object.get_subnodes(2000)
85
+
86
+ for node in nodes["results"]:
87
+ print(node["data"]["properties"]["id"], node["data"]["properties"]["name"])
88
+ ```
89
+
90
+ ## Quick start - Customizer usage
91
+
92
+ - Create an `.env` file as described here: [sample-environment-variables](customizerapisettings/#sample-environment-variables)
93
+ - Create an payload file to define what the customizer should do, as described here [payload-syntax](payload-syntax)
94
+
95
+ ```bash
96
+ pip install pyxecm[customizer]
97
+
98
+ pyxecm-customizer PAYLOAD.tfvars/PAYLOAD.yaml
99
+ ```
100
+
101
+ ## Quick start - API
102
+
103
+ - Install pyxecm with api and customizer dependencies
104
+ - Launch the Rest API server
105
+ - Access the Customizer API at [http://localhost:8000/api](http://localhost:8000/api)
106
+
107
+ ```bash
108
+ pip install pyxecm[api,customizer]
109
+
110
+ pyxecm-api
111
+ ```
112
+
113
+ ## Disclaimer
114
+
115
+
116
+ Copyright © 2025 Open Text Corporation, All Rights Reserved.
117
+ The above copyright notice and this permission notice shall be included in all
118
+ copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
+ SOFTWARE.
pyxecm-3.0.1/README.md ADDED
@@ -0,0 +1,76 @@
1
+ # PYXECM
2
+
3
+ A python library to interact with Opentext Content Mangement REST API.
4
+ The product API documentation is available on [OpenText Developer](https://developer.opentext.com/ce/products/extendedecm)
5
+ Detailed documentation of this package is available [here](https://opentext.github.io/pyxecm/).
6
+
7
+ ## Quick start - Library usage
8
+
9
+ Install the latest version from pypi:
10
+
11
+ ```bash
12
+ pip install pyxecm
13
+ ```
14
+
15
+ ### Start using the package libraries
16
+
17
+ example usage of the OTCS class, more details can be found in the docs:
18
+
19
+ ```python
20
+ from pyxecm import OTCS
21
+
22
+ otcs_object = OTCS(
23
+ protocol="https",
24
+ hostname="otcs.domain.tld",
25
+ port="443",
26
+ public_url="otcs.domain.tld",
27
+ username="admin",
28
+ password="********",
29
+ base_path="/cs/llisapi.dll",
30
+ )
31
+
32
+ otcs_object.authenticate()
33
+
34
+ nodes = otcs_object.get_subnodes(2000)
35
+
36
+ for node in nodes["results"]:
37
+ print(node["data"]["properties"]["id"], node["data"]["properties"]["name"])
38
+ ```
39
+
40
+ ## Quick start - Customizer usage
41
+
42
+ - Create an `.env` file as described here: [sample-environment-variables](customizerapisettings/#sample-environment-variables)
43
+ - Create an payload file to define what the customizer should do, as described here [payload-syntax](payload-syntax)
44
+
45
+ ```bash
46
+ pip install pyxecm[customizer]
47
+
48
+ pyxecm-customizer PAYLOAD.tfvars/PAYLOAD.yaml
49
+ ```
50
+
51
+ ## Quick start - API
52
+
53
+ - Install pyxecm with api and customizer dependencies
54
+ - Launch the Rest API server
55
+ - Access the Customizer API at [http://localhost:8000/api](http://localhost:8000/api)
56
+
57
+ ```bash
58
+ pip install pyxecm[api,customizer]
59
+
60
+ pyxecm-api
61
+ ```
62
+
63
+ ## Disclaimer
64
+
65
+
66
+ Copyright © 2025 Open Text Corporation, All Rights Reserved.
67
+ The above copyright notice and this permission notice shall be included in all
68
+ copies or substantial portions of the Software.
69
+
70
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyxecm"
3
- version = "3.0.0"
3
+ version = "3.0.1"
4
4
  description = 'A Python library to interact with Opentext Content Management Rest API'
5
5
  keywords = [
6
6
  'opentext',
pyxecm-3.0.0/PKG-INFO DELETED
@@ -1,48 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pyxecm
3
- Version: 3.0.0
4
- Summary: A Python library to interact with Opentext Content Management Rest API
5
- Project-URL: Homepage, https://github.com/opentext/pyxecm
6
- Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
7
- Keywords: appworks,archivecenter,contentserver,extendedecm,opentext,otds
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
14
- Requires-Python: >=3.10
15
- Requires-Dist: lxml>=6.0.0
16
- Requires-Dist: opentelemetry-api>=1.34.1
17
- Requires-Dist: opentelemetry-exporter-otlp>=1.34.1
18
- Requires-Dist: opentelemetry-instrumentation-requests>=0.55b1
19
- Requires-Dist: opentelemetry-instrumentation-threading>=0.55b1
20
- Requires-Dist: opentelemetry-sdk>=1.34.1
21
- Requires-Dist: pandas>=2.3.1
22
- Requires-Dist: requests-toolbelt>=1.0.0
23
- Requires-Dist: requests>=2.32.4
24
- Requires-Dist: suds>=1.2.0
25
- Requires-Dist: websockets>=15.0.1
26
- Requires-Dist: xmltodict>=0.14.2
27
- Provides-Extra: api
28
- Requires-Dist: asyncio>=3.4.3; extra == 'api'
29
- Requires-Dist: fastapi>=0.116.0; extra == 'api'
30
- Requires-Dist: jinja2>=3.1.6; extra == 'api'
31
- Requires-Dist: opentelemetry-api>=1.34.1; extra == 'api'
32
- Requires-Dist: opentelemetry-instrumentation-fastapi>=0.55b1; extra == 'api'
33
- Requires-Dist: opentelemetry-sdk>=1.34.1; extra == 'api'
34
- Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0; extra == 'api'
35
- Requires-Dist: pydantic-settings>=2.10.1; extra == 'api'
36
- Requires-Dist: python-multipart>=0.0.20; extra == 'api'
37
- Requires-Dist: uvicorn>=0.35.0; extra == 'api'
38
- Provides-Extra: customizer
39
- Requires-Dist: kubernetes>=33.1.0; extra == 'customizer'
40
- Requires-Dist: playwright>=1.53.0; extra == 'customizer'
41
- Requires-Dist: pydantic>=2.11.7; extra == 'customizer'
42
- Requires-Dist: python-hcl2>=7.2.1; extra == 'customizer'
43
- Provides-Extra: magic
44
- Requires-Dist: python-magic; extra == 'magic'
45
- Provides-Extra: pyvis
46
- Requires-Dist: pyvis>=0.3.2; extra == 'pyvis'
47
- Provides-Extra: sap
48
- Requires-Dist: pyrfc==3.3.1; extra == 'sap'
pyxecm-3.0.0/README.md DELETED
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