A Python library to interact with Opentext Content Management Rest API
Project description
PYXECM
A python library to interact with Opentext Content Mangement REST API. The product API documentation is available on OpenText Developer Detailed documentation of this package is available here.
Quick start - Library usage
Install the latest version from pypi:
pip install pyxecm
Start using the package libraries
example usage of the OTCS class, more details can be found in the docs:
from pyxecm import OTCS
otcs_object = OTCS(
protocol="https",
hostname="otcs.domain.tld",
port="443",
public_url="otcs.domain.tld",
username="admin",
password="********",
base_path="/cs/llisapi.dll",
)
otcs_object.authenticate()
nodes = otcs_object.get_subnodes(2000)
for node in nodes["results"]:
print(node["data"]["properties"]["id"], node["data"]["properties"]["name"])
Quick start - Customizer usage
- Create an
.envfile as described here: sample-environment-variables - Create an payload file to define what the customizer should do, as described here payload-syntax
pip install pyxecm[customizer]
pyxecm-customizer PAYLOAD.tfvars/PAYLOAD.yaml
Quick start - API
- Install pyxecm with api and customizer dependencies
- Launch the Rest API server
- Access the Customizer API at http://localhost:8000/api
pip install pyxecm[api,customizer]
pyxecm-api
Disclaimer
Copyright © 2025 Open Text Corporation, All Rights Reserved. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyxecm-3.2.6.tar.gz.
File metadata
- Download URL: pyxecm-3.2.6.tar.gz
- Upload date:
- Size: 642.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906c6e708b193b87073347515fd7ed259d0bfa918e99ba1b42f1c5eed18092e2
|
|
| MD5 |
33a25841b71f6ca969fcf0572c057361
|
|
| BLAKE2b-256 |
65a82ac52245f3402bd9205acf4096fd6b96a3eadecef8c252e89bad61fae675
|
File details
Details for the file pyxecm-3.2.6-py3-none-any.whl.
File metadata
- Download URL: pyxecm-3.2.6-py3-none-any.whl
- Upload date:
- Size: 682.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0db1f943a59dc3627da3c5d5f29f976b9b46331b2db35aa6d5bd70617b4d5844
|
|
| MD5 |
d70a0aa73023645fb020b080d4c7149c
|
|
| BLAKE2b-256 |
24ea1ba1683c0a091c237e8f5d2daad6680b33e109f944ebd06a5c7e1d009304
|