Skip to main content

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

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

pyxecm-3.3.4.tar.gz (647.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyxecm-3.3.4-py3-none-any.whl (686.9 kB view details)

Uploaded Python 3

File details

Details for the file pyxecm-3.3.4.tar.gz.

File metadata

  • Download URL: pyxecm-3.3.4.tar.gz
  • Upload date:
  • Size: 647.1 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

Hashes for pyxecm-3.3.4.tar.gz
Algorithm Hash digest
SHA256 163fef3ba12bdb5757850b10aa0c83731f72864ebbad692da5f6304c6f888621
MD5 da015619d4e150b5e306f2bf433492a9
BLAKE2b-256 62e690e659ef1eef0aaedc892da9e8d0fa0a9ce58e5067961d084a54d22f4a7e

See more details on using hashes here.

File details

Details for the file pyxecm-3.3.4-py3-none-any.whl.

File metadata

  • Download URL: pyxecm-3.3.4-py3-none-any.whl
  • Upload date:
  • Size: 686.9 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

Hashes for pyxecm-3.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 89027ecd4cd4fd9d0ada40e3d75032ca82fa0d3bc07493e20195ca1c755855ff
MD5 6df508af9998d7ad94e036e97ef5b941
BLAKE2b-256 448eff1f7c8026f324e6611d5c241bddda889e5410baa0ebe496c1ef3c7c0375

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page