pyxecm 3.4.0__tar.gz → 3.4.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.
- {pyxecm-3.4.0 → pyxecm-3.4.2}/PKG-INFO +1 -1
- {pyxecm-3.4.0 → pyxecm-3.4.2}/pyproject.toml +1 -1
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otcs.py +946 -132
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/m365.py +3981 -1
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/payload.py +53 -47
- {pyxecm-3.4.0 → pyxecm-3.4.2}/.gitignore +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/README.md +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/avts.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/coreshare.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/assoc.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/data.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/logadapter.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/web.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/helper/xml.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otac.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otawp.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otca.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otds.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otiv.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otkd.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otmm.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/otpd.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm/py.typed +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/__main__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/app.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/auth/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/auth/functions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/auth/models.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/auth/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/common/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/common/functions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/common/metrics.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/common/models.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/common/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/settings.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/terminal/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/terminal/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_maintenance/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_maintenance/functions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_maintenance/models.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_maintenance/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_otcs/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_otcs/functions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_otcs/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_payload/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_payload/functions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_payload/models.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_api/v1_payload/router.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/__main__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/browser_automation.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/customizer.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/exceptions.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/guidewire.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/k8s.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/log.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/payload_list.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/salesforce.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/sap.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/servicenow.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/settings.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/successfactors.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_customizer/translate.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/__init__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/__main__.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/app.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/settings.py +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/static/favicon.avif +0 -0
- {pyxecm-3.4.0 → pyxecm-3.4.2}/src/pyxecm_maintenance_page/templates/maintenance.html +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyxecm
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.2
|
|
4
4
|
Summary: A Python library to interact with Opentext Content Management Rest API
|
|
5
5
|
Project-URL: Homepage, https://github.com/opentext/pyxecm
|
|
6
6
|
Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
|