Metadata-Version: 2.1
Name: pyxecm
Version: 1.3.0
Summary: A Python library to interact with Opentext Extended ECM REST API
Author-email: Kai Gatzweiler <kgatzweiler@opentext.com>, "Dr. Marc Diefenbruch" <mdiefenb@opentext.com>
Project-URL: Homepage, https://github.com/opentext/pyxecm
Keywords: opentext,extendedecm,contentserver,otds,appworks,archivecenter
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests <3
Requires-Dist: requests-toolbelt
Requires-Dist: setuptools
Requires-Dist: kubernetes
Requires-Dist: zipfile36
Requires-Dist: suds
Requires-Dist: python-hcl2
Requires-Dist: lxml
Provides-Extra: customizer
Requires-Dist: python-hcl2 ; extra == 'customizer'
Requires-Dist: lxml ; extra == 'customizer'
Requires-Dist: pyrfc ; extra == 'customizer'

# PYXECM

A python library to interact with Opentext Extended ECM REST API. 
API documentation is available on [OpenText Developer](https://developer.opentext.com/ce/products/extendedecm)


# Disclaimer

Copyright © 2023 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.
